PHP Class Sonata\Component\Event\InvoiceTransformEvent

Author: Hugo Briand ([email protected])
Inheritance: extends Symfony\Component\EventDispatcher\Event
Show file Open project: sonata-project/ecommerce

Protected Properties

Property Type Description
$invoice Sonata\Component\Invoice\InvoiceInterface

Public Methods

Method Description
__construct ( Sonata\Component\Invoice\InvoiceInterface $invoice ) Constructor.
getInvoice ( ) : Sonata\Component\Invoice\InvoiceInterface

Method Details

__construct() public method

Constructor.
public __construct ( Sonata\Component\Invoice\InvoiceInterface $invoice )
$invoice Sonata\Component\Invoice\InvoiceInterface

getInvoice() public method

public getInvoice ( ) : Sonata\Component\Invoice\InvoiceInterface
return Sonata\Component\Invoice\InvoiceInterface

Property Details

$invoice protected property

protected InvoiceInterface,Sonata\Component\Invoice $invoice
return Sonata\Component\Invoice\InvoiceInterface