コード例 #1
0
ファイル: DtDefsheetDevices.php プロジェクト: Griff19/it_base
 public function getDevices()
 {
     return $this->hasOne(Devices::className(), ['id' => 'devices_id']);
 }