PHP Класс WellCommerce\Bundle\CategoryBundle\Controller\Admin\CategoryController

Автор: Adam Piotrowski ([email protected])
Наследование: extends WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController
Показать файл Открыть проект

Открытые методы

Метод Описание
addAction ( Request $request ) : Response
editAction ( integer $id ) : Response
indexAction ( ) : Response

Защищенные методы

Метод Описание
createCategoryTreeForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
getManager ( ) : CategoryManager

Описание методов

addAction() публичный Метод

public addAction ( Request $request ) : Response
$request Symfony\Component\HttpFoundation\Request
Результат Symfony\Component\HttpFoundation\Response

createCategoryTreeForm() защищенный Метод

protected createCategoryTreeForm ( ) : WellCommerce\Component\Form\Elements\FormInterface
Результат WellCommerce\Component\Form\Elements\FormInterface

editAction() публичный Метод

public editAction ( integer $id ) : Response
$id integer
Результат Symfony\Component\HttpFoundation\Response

getManager() защищенный Метод

protected getManager ( ) : CategoryManager
Результат WellCommerce\Bundle\CategoryBundle\Manager\CategoryManager

indexAction() публичный Метод

public indexAction ( ) : Response
Результат Symfony\Component\HttpFoundation\Response