コード例 #1
0
ファイル: ChildTooth.php プロジェクト: Sywooch/babydiary
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getDctTooth()
 {
     return $this->hasOne(DctTooth::className(), ['dct_tooth_id' => 'dct_tooth_id']);
 }