Yaf_Route_Interface::routeRoute a request Description
abstract public bool Yaf_Route_Interface::route(Yaf_Request_Abstract
$request )Yaf_Route_Interface::route is the only method that a custom route should implement.
if this method return This method would set the route result to the parameter request, by calling Yaf_Request_Abstract::setControllerName, Yaf_Request_Abstract::setActionName and Yaf_Request_Abstract::setModuleName. This method should also call Yaf_Request_Abstract::setRouted to make the request routed at last. Parameters
Return Values
|