Class rootlocal\widgets\sortable\SortableAsset
Inheritance | rootlocal\widgets\sortable\SortableAsset » yii\web\AssetBundle |
---|
Class SortableAsset
Public Properties
Property | Type | Description | Defined By |
---|---|---|---|
$css | string[] | rootlocal\widgets\sortable\SortableAsset | |
$depends | string[] | rootlocal\widgets\sortable\SortableAsset | |
$js | string[] | rootlocal\widgets\sortable\SortableAsset |
Public Methods
Method | Description | Defined By |
---|---|---|
init() | rootlocal\widgets\sortable\SortableAsset |
Property Details
Method Details
public void init ( ) |
public function init()
{
parent::init();
$this->sourcePath = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'assets';
}