(Yaf >=1.0.0)
Dispatch a request
public Yaf_Response_Abstract Yaf_Dispatcher::dispatch ( Yaf_Request_Abstract $request )
This method does the heavy work of the Yaf_Dispatcher. It take a request object.
The dispatch process has three distinct events:
- Routing
- Dispatching
- Response
Yaf_Plugin_Abstract Yaf_Dispatcher
Parameters:
request
This method does the heavy work of the Yaf_Dispatcher. It take a request object.
The dispatch process has three distinct events:
- Routing
- Dispatching
- Response
Yaf_Plugin_Abstract Yaf_Dispatcher
Returns:
Please login to continue.