PHP 클래스 Roller\Controller

파일 보기 프로젝트 열기: c9s/roller

공개 프로퍼티들

프로퍼티 타입 설명
$route object
$router object

공개 메소드들

메소드 설명
__construct ( )
after ( )
before ( )
dispatchAction ( $action, $arguments )
finalize ( )
getRoute ( )
getRouter ( )
init ( )
parseInput ( )
readInput ( )
renderFormat ( $data, $format )
renderJson ( $data )
renderXml ( $data )
renderYaml ( $data )
runWrapper ( $callable, $arguments = [] )

메소드 상세

__construct() 공개 메소드

public __construct ( )

after() 공개 메소드

public after ( )

before() 공개 메소드

public before ( )

dispatchAction() 공개 메소드

public dispatchAction ( $action, $arguments )

finalize() 공개 메소드

public finalize ( )

getRoute() 공개 메소드

public getRoute ( )

getRouter() 공개 메소드

public getRouter ( )

init() 공개 메소드

public init ( )

parseInput() 공개 메소드

public parseInput ( )

readInput() 공개 메소드

public readInput ( )

renderFormat() 공개 메소드

public renderFormat ( $data, $format )

renderJson() 공개 메소드

public renderJson ( $data )

renderXml() 공개 메소드

public renderXml ( $data )

renderYaml() 공개 메소드

public renderYaml ( $data )

runWrapper() 공개 메소드

public runWrapper ( $callable, $arguments = [] )

프로퍼티 상세

$route 공개적으로 프로퍼티

object
public $route

$router 공개적으로 프로퍼티

object
public $router