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

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

Méthodes publiques

Méthode Description
addAction ( Request $request ) : Response
editAction ( integer $id ) : Response
indexAction ( ) : Response

Méthodes protégées

Méthode Description
createCategoryTreeForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
getManager ( ) : CategoryManager

Method Details

addAction() public méthode

public addAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
Résultat Symfony\Component\HttpFoundation\Response

createCategoryTreeForm() protected méthode

protected createCategoryTreeForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
Résultat WellCommerce\Component\Form\Elements\FormInterface

editAction() public méthode

public editAction ( integer $id ) : Response
$id integer
Résultat Symfony\Component\HttpFoundation\Response

getManager() protected méthode

protected getManager ( ) : CategoryManager
Résultat WellCommerce\Bundle\CategoryBundle\Manager\CategoryManager

indexAction() public méthode

public indexAction ( ) : Response
Résultat Symfony\Component\HttpFoundation\Response