Yaf_Route_Regex::route

(Yaf >=1.0.0)
The route purpose
public bool Yaf_Route_Regex::route ( Yaf_Request_Abstract $request )

Route a incoming request.

Parameters:
request

Route a incoming request.

Returns:

If the pattern given by the first parameter of Yaf_Route_Regex::_construct() matche the request uri, return TRUE, otherwise return FALSE.

This function is currently not documented; only its argument list is available.

doc_php
2016-02-24 16:07:50
Comments
Leave a Comment

Please login to continue.