Yaf_Dispatcher::dispatch

(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:
doc_php
2016-02-24 16:07:18
Comments
Leave a Comment

Please login to continue.