PHP 클래스 Flake\Util\Router

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

공개 프로퍼티들

프로퍼티 타입 설명
$sURIPath

공개 메소드들

메소드 설명
buildCurrentRoute ( )
buildRoute ( $sRoute, $aParams ) # should be abstract, but is not, because of PHP's strict standards
buildRouteForController ( $sController, $aParams = [] )
getControllerForRoute ( $sRoute )
getCurrentRoute ( ) # should be abstract, but is not, because of PHP's strict standards
getRouteClassForRoute ( $sRoute )
getRouteForController ( $sController )
getRoutes ( )
getURLParams ( ) # should be abstract, but is not, because of PHP's strict standards
getUriPath ( )
route ( Container &$oRenderContainer )
setURIPath ( $sURIPath )

비공개 메소드들

메소드 설명
__construct ( ) * ----------------------- COMMON METHODS ------------------------------

메소드 상세

buildCurrentRoute() 정적인 공개 메소드

static public buildCurrentRoute ( )

buildRoute() 정적인 공개 메소드

# should be abstract, but is not, because of PHP's strict standards
static public buildRoute ( $sRoute, $aParams )

buildRouteForController() 정적인 공개 메소드

static public buildRouteForController ( $sController, $aParams = [] )

getControllerForRoute() 정적인 공개 메소드

static public getControllerForRoute ( $sRoute )

getCurrentRoute() 정적인 공개 메소드

# should be abstract, but is not, because of PHP's strict standards
static public getCurrentRoute ( )

getRouteClassForRoute() 정적인 공개 메소드

static public getRouteClassForRoute ( $sRoute )

getRouteForController() 정적인 공개 메소드

static public getRouteForController ( $sController )

getRoutes() 정적인 공개 메소드

static public getRoutes ( )

getURLParams() 정적인 공개 메소드

# should be abstract, but is not, because of PHP's strict standards
static public getURLParams ( )

getUriPath() 정적인 공개 메소드

static public getUriPath ( )

route() 정적인 공개 메소드

static public route ( Container &$oRenderContainer )
$oRenderContainer Flake\Core\Render\Container

setURIPath() 정적인 공개 메소드

static public setURIPath ( $sURIPath )

프로퍼티 상세

$sURIPath 정적으로 공개적으로 프로퍼티

static public $sURIPath