public dispatchEnd(
&$controller
object ,
$method
string ,
&$view
object );Called after running the "model".
This is called after the dispatch method has been invoked, but before the view
is shown with View::display(). $view can be assigned to.
$controller
The controller object.
$method
The method that ended.
$view
The view that is about to be shown.