PHP 클래스 Jarves\Controller\StaticController

Example: my_bundle_contact: path: /contact defaults: { _controller: jarves.controller.static:showAction } options: { theme: 'mybundle', layout: 'contact', title: 'Contact' } It's mandatory to prove theme and layout options.
저자: Marc J. Schmidt ([email protected])
파일 보기 프로젝트 열기: jarves/jarves

공개 메소드들

메소드 설명
__construct ( PageResponseFactory $pageResponseFactory )
showAction ( )

메소드 상세

__construct() 공개 메소드

public __construct ( PageResponseFactory $pageResponseFactory )
$pageResponseFactory Jarves\PageResponseFactory

showAction() 공개 메소드

public showAction ( )