Beispiel #1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getAttachmentRels()
 {
     return $this->hasMany(AttachmentRel::className(), ['attach_id' => 'id']);
 }