Final Class Yiisoft\Yii\Bulma\Asset\PanelAsset
| Inheritance | Yiisoft\Yii\Bulma\Asset\PanelAsset » Yiisoft\Assets\AssetBundle |
|---|
Public Properties
| Property | Type | Description | Defined By |
|---|---|---|---|
| $basePath | string|null | Yiisoft\Yii\Bulma\Asset\PanelAsset | |
| $baseUrl | string|null | Yiisoft\Yii\Bulma\Asset\PanelAsset | |
| $js | array | Yiisoft\Yii\Bulma\Asset\PanelAsset | |
| $sourcePath | string|null | Yiisoft\Yii\Bulma\Asset\PanelAsset |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Yii\Bulma\Asset\PanelAsset |
Property Details
Method Details
| public mixed __construct ( ) |
public function __construct()
{
$this->publishOptions = [
'filter' => (new PathMatcher())->only('dist/panel.js'),
];
}
Signup or Login in order to comment.