PHP 클래스 WellCommerce\Bundle\CategoryBundle\Controller\Admin\CategoryController

저자: Adam Piotrowski ([email protected])
상속: extends WellCommerce\Bundle\CoreBundle\Controller\Admin\AbstractAdminController
파일 보기 프로젝트 열기: wellcommerce/wellcommerce

공개 메소드들

메소드 설명
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