Sonata\Component\Event\OrderTransformEvent::__construct PHP Method

__construct() public method

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