コード例 #1
0
ファイル: Person.php プロジェクト: slavam/placement
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMigration()
 {
     return $this->hasMany(DocMigration::className(), ['person_id' => 'id']);
 }