コード例 #1
0
ファイル: Journal.php プロジェクト: JohnRivers/seed-testing
 /**
  * Speciment-to-Type relation
  */
 public function getType()
 {
     return $this->hasOne(TestType::className(), ['id' => 'id_type']);
 }