PHP Class Flake\Util\Router

Inheritance: extends Flake\Core\FLObject
Afficher le fichier Open project: jeromeschneider/baikal

Méthodes publiques

Свойство Type Description
$sURIPath

Méthodes publiques

Méthode Description
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 )

Private Methods

Méthode Description
__construct ( ) * ----------------------- COMMON METHODS ------------------------------

Method Details

buildCurrentRoute() static public méthode

static public buildCurrentRoute ( )

buildRoute() static public méthode

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

buildRouteForController() static public méthode

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

getControllerForRoute() static public méthode

static public getControllerForRoute ( $sRoute )

getCurrentRoute() static public méthode

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

getRouteClassForRoute() static public méthode

static public getRouteClassForRoute ( $sRoute )

getRouteForController() static public méthode

static public getRouteForController ( $sController )

getRoutes() static public méthode

static public getRoutes ( )

getURLParams() static public méthode

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

getUriPath() static public méthode

static public getUriPath ( )

route() static public méthode

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

setURIPath() static public méthode

static public setURIPath ( $sURIPath )

Property Details

$sURIPath static_oe public_oe property

static public $sURIPath