order = $preOrder; } public function getOrderCoinExchangeCollection() { if (!isset($this->orderCoinExchangeCollection)) { $this->orderCoinExchangeCollection = new OrderCoinExchangeCollection(); $this->order->setRelation('orderCoinExchanges', $this->orderCoinExchangeCollection); } return $this->orderCoinExchangeCollection; } }