Class yii\apidoc\templates\bootstrap\assets\AssetBundle

Inheritanceyii\apidoc\templates\bootstrap\assets\AssetBundle » yii\web\AssetBundle
Available since extension's version2.0
Source Code https://github.com/yiisoft/yii2-apidoc/blob/master/templates/bootstrap/assets/AssetBundle.php

The asset bundle for the offline template.

Property Details

Hide inherited properties

$css public property
public $css = [
    
'style.css',
]
$depends public property
public $depends = [
    
'yii\web\JqueryAsset',
    
'yii\bootstrap\BootstrapAsset',
    
'yii\bootstrap\BootstrapPluginAsset',
    
'yii\apidoc\templates\bootstrap\assets\HighlightBundle',
]
$jsOptions public property
public $jsOptions = [
    
'position' => \yii\web\View::POS_HEAD,
]
$sourcePath public property
public $sourcePath '@yii/apidoc/templates/bootstrap/assets/css'