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

__construct() public method

Constructor.
public __construct ( Sonata\Component\Invoice\InvoiceInterface $invoice )
$invoice Sonata\Component\Invoice\InvoiceInterface
    public function __construct(InvoiceInterface $invoice)
    {
        $this->invoice = $invoice;
    }
InvoiceTransformEvent