コード例 #1
0
ファイル: DbStorage.php プロジェクト: nuclearman/yii2-rest
 public function init()
 {
     parent::init();
     $this->db = Instance::ensure($this->db, Connection::className());
 }
コード例 #2
0
ファイル: FileStorage.php プロジェクト: davidfang/yii2-rest-1
 public function init()
 {
     parent::init();
     $this->path = Yii::getAlias($this->path . '/' . $this->module->id);
 }