コード例 #1
0
ファイル: PurchaseOrder.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getPortMoved0()
 {
     return $this->hasOne(Port::className(), ['id' => 'port_moved0']);
 }