PHP 클래스 Flake\Core\Controller

상속: extends FLObject
파일 보기 프로젝트 열기: jeromeschneider/baikal

보호된 프로퍼티들

프로퍼티 타입 설명
$aParams

공개 메소드들

메소드 설명
__construct ( $aParams = [] )
buildRoute ( $aParams = [] )
execute ( )
getParams ( )
link ( )
render ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $aParams = [] )

buildRoute() 정적인 공개 메소드

static public buildRoute ( $aParams = [] )

execute() 추상적인 공개 메소드

abstract public execute ( )

getParams() 공개 메소드

public getParams ( )

render() 추상적인 공개 메소드

abstract public render ( )

프로퍼티 상세

$aParams 보호되어 있는 프로퍼티

protected $aParams