PHP Class WellCommerce\Bundle\CategoryBundle\Controller\Admin\CategoryController

Author: Adam Piotrowski ([email protected])
Inheritance: extends WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController
Exibir arquivo Open project: wellcommerce/wellcommerce

Public Methods

Method Description
addAction ( Request $request ) : Response
editAction ( integer $id ) : Response
indexAction ( ) : Response

Protected Methods

Method Description
createCategoryTreeForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
getManager ( ) : CategoryManager

Method Details

addAction() public method

public addAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
return Symfony\Component\HttpFoundation\Response

createCategoryTreeForm() protected method

protected createCategoryTreeForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
return WellCommerce\Component\Form\Elements\FormInterface

editAction() public method

public editAction ( integer $id ) : Response
$id integer
return Symfony\Component\HttpFoundation\Response

getManager() protected method

protected getManager ( ) : CategoryManager
return WellCommerce\Bundle\CategoryBundle\Manager\CategoryManager

indexAction() public method

public indexAction ( ) : Response
return Symfony\Component\HttpFoundation\Response