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

getInvoice() public method

public getInvoice ( ) : Sonata\Component\Invoice\InvoiceInterface
return Sonata\Component\Invoice\InvoiceInterface
    public function getInvoice()
    {
        return $this->invoice;
    }
InvoiceTransformEvent