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

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

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