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