Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function setOrder(OrderInterface $order = null)
 {
     $this->order = $order;
     if (null !== $order) {
         $this->state = $order->getState();
     }
 }