Exemple #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getArticleAttachments()
 {
     return $this->hasMany(ArticleAttachment::className(), ['article_id' => 'id']);
 }