Пример #1
0
 /**
  * @inheritDoc
  */
 public function init()
 {
     parent::init();
     $this->setResponseData('themeUrl', Yii::getAlias('@web') . '/themes/' . Yii::$app->view->theme->template);
 }