(Yaf >=1.0.0)
route a request
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.
Note:
since of 2.3.0, there is another method should also be implemented, see Yaf_Route_Interface::assemble().
if this method return TRUE, then the route process will be end. otherwise, Yaf_Router will call next route in