registerAssetFiles() public method
Registers the CSS and JS files with the given view.
| public void registerAssetFiles ( $view ) | ||
|---|---|---|
| $view | yii\web\View |
The view that the asset files are to be registered with. |
registerAssetFiles() public method
Registers the CSS and JS files with the given view.
| public void registerAssetFiles ( $view ) | ||
|---|---|---|
| $view | yii\web\View |
The view that the asset files are to be registered with. |
Please login to continue.