Class flRouterRoute
flRouterRoute Class
Class to match a route against a passed path extracting variables.
Package: fusionLib
Copyright: Copyright (c) 2011 - 2013 fusionLib. All rights reserved.
Located at system/libs/Router/flRouterRoute.php
Copyright: Copyright (c) 2011 - 2013 fusionLib. All rights reserved.
Located at system/libs/Router/flRouterRoute.php
Methods summary
public
|
|
public
|
|
public
|
|
public
array
|
|
public
string
|
#
assemble( array $params, boolean $absolute = false, boolean $secure = null )
Assemble passed parameters into URI of the route pattern. |
public
string
|
|
public
string
|
Properties summary
protected
array
|
$route
The route to match. |
|
protected
array
|
$defaults
Array of variable defaults. |
|
protected
array
|
$varReq
Variable requirements. |
|
protected
string
|
$ext
The file extension. |
|
protected
string
|
$defaultExt
The default extension when route ends .* |
#
'/'
|
protected
|
$request
The request object. |