Sonata\InvoiceBundle\Controller\Api\InvoiceController::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Sonata\Component\Invoice\InvoiceManagerInterface $invoiceManager )
$invoiceManager Sonata\Component\Invoice\InvoiceManagerInterface
    public function __construct(InvoiceManagerInterface $invoiceManager)
    {
        $this->invoiceManager = $invoiceManager;
    }