コード例 #1
0
ファイル: Station.php プロジェクト: gpis88ce/Gpis88ce
 public function getCenter()
 {
     return $this->hasOne(Center::className(), ['id' => 'center_id']);
 }