PHP Class frontend\assets\ThemeAsset

Inheritance: extends yii\web\AssetBundle
Datei anzeigen Open project: yeesoft/yii2-yee-cms Class Usage Examples

Public Properties

Property Type Description
$css
$depends
$js

Public Methods

Method Description
init ( )
register ( View $view ) : static Registers this asset bundle with a view.

Method Details

init() public method

public init ( )

register() public static method

Registers this asset bundle with a view.
public static register ( View $view ) : static
$view yii\web\View the view to be registered with
return static the registered asset bundle instance

Property Details

$css public_oe property

public $css

$depends public_oe property

public $depends

$js public_oe property

public $js