コード例 #1
0
ファイル: Sources.php プロジェクト: iryska/nagginua
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getContentStopWords()
 {
     return $this->hasMany(ContentStopWords::className(), ['source_id' => 'id']);
 }