Source::View::arbitModuleSourceXHtmlHandler
Class arbitModuleSourceXHtmlHandler
XHtml view handler generating XHtml from the provided view model. XHtml view handler generating XHtml from the provided view model.
arbitViewHandler
|
--arbitTemplateViewHandler
|
--arbitModuleTemplateViewHandler
|
--arbitModuleSourceXHtmlHandler
Author(s):
|
Version:
|
$Revision: 1441 $ |
|
License:
|
GPL |
Member Variables
|
protected static
array |
$moduleTemplates
Method template association for default calls.
Method template association for default calls.
In most cases we just assign some template to a view more, for which a method on this class is called. The normal plain procedure may just be mapped using this array and is handled inside the __call method of this class.
For callStatic all method names need to be lowercase. |
Inherited Member Variables
Method Summary
Inherited Methods
Methods
configureTemplate
static void
configureTemplate(
)
Configure tempalte library Configure tempalte library
Redefinition of:
|