コード例 #1
0
ファイル: Comment.php プロジェクト: ReissClothing/Sylius
 /**
  * {@inheritdoc}
  */
 public function setOrder(OrderInterface $order = null)
 {
     $this->order = $order;
     if (null !== $order) {
         $this->state = $order->getState();
     }
 }