|
The Yaf_Route_Regex classIntroductionYaf_Route_Regex is the most flexible route among the Yaf built-in routes. Class synopsisYaf_Route_Regex
class Yaf_Route_Regex
extends
Yaf_Route_Interface
implements
Yaf_Route_Interface {
/* Properties */
protected
$_route;
protected
$_default;
protected
$_maps;
protected
$_verify;
/* Methods */
public __construct(
string $match ,array $route ,array $map = ?,array $verify = ?,string $reverse = ?) public stringnull assemble(array
$info , array $query = ?)public bool route(Yaf_Request_Abstract
$request )/* Inherited methods */
abstract public string Yaf_Route_Interface::assemble(array
$info , array $query = ?)abstract public bool Yaf_Route_Interface::route(Yaf_Request_Abstract
}$request )Properties
|