Exemplo n.º 1
0
 public function getOrderCalc()
 {
     return $this->hasOne(OrderCalc::className(), ['OrderID' => 'ID']);
 }