Author: Christoph Erdmann (yii2-materializecss@pluspunkt-coding.de)
Inheritance: extends yii\web\AssetBundle
Beispiel #1
0
 /**
  * Renders the widget.
  */
 public function run()
 {
     MaterializeAsset::register($this->getView());
     return $this->renderItems();
 }