API documentation :: Docs For Class arbitViewHandler
Packages:Interfaces:
Classes:
|
Core::View::arbitViewHandlerClass arbitViewHandlerView handler, which receives a request object containing the properties of the initial request and the mixed stuff generated by the crontroller to be displayed. correct views, execute and echo them. View handler, which receives a request object containing the properties of the initial request and the mixed stuff generated by the crontroller to be displayed. Based on this information the view handler should select the correct views, execute and echo them.
Descendants
Member Variables
Method Summary
Methodsdisplay
void
display(
arbitDecorateable
$model
)
Display controller result Select the view, which should be used to display the controller results, process and echo the view results. Display controller result Select the view, which should be used to display the controller results, process and echo the view results. Parameters:
Redefined in descendants as:
setLocale
void
setLocale(
string
$locale
)
Set view locale Set the view locale to the given locale string. Set view locale Set the view locale to the given locale string. Parameters:
Redefined in descendants as:
Documentation generated on Mon, 05 Apr 2010 14:01:57 +0200 by phpDocumentor 1.4.3
|