PHP 클래스 Elcodi\Store\ProductBundle\Controller\CategoryController

상속: extends Symfony\Bundle\FrameworkBundle\Controller\Controller, use trait Elcodi\Store\CoreBundle\Controller\Traits\TemplateRenderTrait
파일 보기 프로젝트 열기: elcodi/bamboo

공개 메소드들

메소드 설명
navAction ( ) : Response Renders the category nav component
viewAction ( Elcodi\Component\Product\Entity\Interfaces\CategoryInterface $category, $slug ) : Response Render all category purchasables

보호된 메소드들

메소드 설명
getCurrentCategoryGivenRequest ( Request $request ) : Elcodi\Component\Product\Entity\Interfaces\CategoryInterface | null Given a request, return the current highlight-able category

메소드 상세

getCurrentCategoryGivenRequest() 보호된 메소드

Given a request, return the current highlight-able category
protected getCurrentCategoryGivenRequest ( Request $request ) : Elcodi\Component\Product\Entity\Interfaces\CategoryInterface | null
$request Symfony\Component\HttpFoundation\Request Request
리턴 Elcodi\Component\Product\Entity\Interfaces\CategoryInterface | null

navAction() 공개 메소드

Renders the category nav component
public navAction ( ) : Response
리턴 Symfony\Component\HttpFoundation\Response Response

viewAction() 공개 메소드

Render all category purchasables
public viewAction ( Elcodi\Component\Product\Entity\Interfaces\CategoryInterface $category, $slug ) : Response
$category Elcodi\Component\Product\Entity\Interfaces\CategoryInterface Category
리턴 Symfony\Component\HttpFoundation\Response Response