Пример #1
0
 public function init()
 {
     parent::init();
     $this->directory = \Yii::$app->getVendorPath() . '/' . explode(':', $this->composerPackage)[0];
     if (is_null($this->composerPackage)) {
         throw new yii\base\Exception('Composer package for App ' . $this->id . ' not defined.');
     }
 }