Final Class Yiisoft\Bootstrap5\Assets\BootstrapAsset
| Inheritance | Yiisoft\Bootstrap5\Assets\BootstrapAsset » Yiisoft\Assets\AssetBundle |
|---|
Asset bundle for the Bootstrap files.
Public Properties
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\Bootstrap5\Assets\BootstrapAsset |
Property Details
Method Details
| public mixed __construct ( ) |
public function __construct()
{
$pathMatcher = new PathMatcher();
$this->publishOptions = [
'filter' => $pathMatcher->only(
'**css/bootstrap.css',
'**css/bootstrap.css.map',
'**js/bootstrap.bundle.js',
'**js/bootstrap.bundle.js.map',
),
];
}
Signup or Login in order to comment.