Class rootlocal\crud\Bootstrap
| Inheritance | rootlocal\crud\Bootstrap |
|---|---|
| Implements | yii\base\BootstrapInterface |
Class Bootstrap Application bootstrap process
See also yii\base\BootstrapInterface.
Public Methods
| Method | Description | Defined By |
|---|---|---|
| bootstrap() | Bootstrap method to be called during application bootstrap stage. | rootlocal\crud\Bootstrap |
Method Details
Bootstrap method to be called during application bootstrap stage.
| public void bootstrap ( $app ) | ||
| $app | yii\base\Application | The application currently running |