WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController::__construct PHP Method

__construct() public method

AbstractAdminController constructor.
public __construct ( WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface $manager, WellCommerce\Component\Form\FormBuilderInterface $formBuilder = null, WellCommerce\Component\DataGrid\DataGridInterface $dataGrid = null )
$manager WellCommerce\Bundle\DoctrineBundle\Manager\ManagerInterface
$formBuilder WellCommerce\Component\Form\FormBuilderInterface
$dataGrid WellCommerce\Component\DataGrid\DataGridInterface
    public function __construct(ManagerInterface $manager, FormBuilderInterface $formBuilder = null, DataGridInterface $dataGrid = null)
    {
        parent::__construct($manager, $formBuilder);
        $this->dataGrid = $dataGrid;
    }