reference/yaf/yaf_dispatcher/dispatch.xml
49d4fb555745d1981edac87a5a2d8ae53b5f75df
...
...
@@ -25,7 +25,7 @@
25
25
<member>Response</member>
26
26
</simplelist>
27
27
Routing takes place exactly once, using the values in the request object
28
-
when dispatch() is called. Dispatching takes place in a loop; a request may
28
+
when <function>Yaf_Dispatcher::dispatch</function> is called. Dispatching takes place in a loop; a request may
29
29
either indicate multiple actions to dispatch, or the controller or a plugin
30
30
may reset the request object to force additional actions to dispatch(see
31
31
<classname>Yaf_Plugin_Abstract</classname>. When all is done, the
32
32