Sonata\Component\Event\OrderTransformEvent::__construct PHP Метод

__construct() публичный Метод

Constructor.
public __construct ( Sonata\Component\Order\OrderInterface $order )
$order Sonata\Component\Order\OrderInterface
    public function __construct(OrderInterface $order)
    {
        $this->order = $order;
    }
OrderTransformEvent