PHP Class Redaxscript\Router\Resolver

Since: 3.0.0
Author: Henry Ruhs
Inheritance: extends Parameter
Show file Open project: redaxmedia/redaxscript Class Usage Examples

Protected Properties

Property Type Description
$_resolverArray array array of the resolver

Public Methods

Method Description
getFull ( ) : string get the full route
getLite ( ) : string get the lite route

Protected Methods

Method Description
_getRoute ( string $type = 'lite' ) : string get the route

Method Details

_getRoute() protected method

get the route
Since: 2.4.0
protected _getRoute ( string $type = 'lite' ) : string
$type string type of the route
return string

getFull() public method

get the full route
Since: 2.4.0
public getFull ( ) : string
return string

getLite() public method

get the lite route
Since: 2.4.0
public getLite ( ) : string
return string

Property Details

$_resolverArray protected property

array of the resolver
protected array $_resolverArray
return array