PHP 클래스 Aimeos\ShopBundle\Controller\BasketController

상속: extends AbstractController
파일 보기 프로젝트 열기: aimeos/aimeos-symfony2

공개 메소드들

메소드 설명
indexAction ( ) : Response Returns the html for the standard basket page.
miniComponentAction ( ) : Response Returns the output of the basket mini component
relatedComponentAction ( ) : Response Returns the output of the basket related component
standardComponentAction ( ) : Response Returns the output of the basket standard component

메소드 상세

indexAction() 공개 메소드

Returns the html for the standard basket page.
public indexAction ( ) : Response
리턴 Response Response object containing the generated output

miniComponentAction() 공개 메소드

Returns the output of the basket mini component
public miniComponentAction ( ) : Response
리턴 Response Response object containing the generated output

relatedComponentAction() 공개 메소드

Returns the output of the basket related component
public relatedComponentAction ( ) : Response
리턴 Response Response object containing the generated output

standardComponentAction() 공개 메소드

Returns the output of the basket standard component
public standardComponentAction ( ) : Response
리턴 Response Response object containing the generated output