Ejemplo n.º 1
0
 /**
  * TODO закешировать
  * @return \yii\db\ActiveQuery
  */
 public function getAttachedFiles()
 {
     return $this->hasMany(File::className(), ['itemId' => 'id'])->andWhere(['model' => \yii\helpers\StringHelper::basename(get_class($this))]);
 }