Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitModuleSourceTextHandler

Source::View::arbitModuleSourceTextHandler

Class arbitModuleSourceTextHandler

Text view handler generating Text from the provided view model.

Text view handler generating Text from the provided view model.

arbitViewHandler
   |
   --arbitTemplateViewHandler
      |
      --arbitModuleTemplateViewHandler
         |
         --arbitModuleSourceTextHandler
Author(s):
Version:   $Revision: 1236 $
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

From arbitTemplateViewHandler
protected arbitTemplateViewHandler::$config
protected arbitTemplateViewHandler::$extensions
protected arbitTemplateViewHandler::$returnValues
protected arbitTemplateViewHandler::$templates
From arbitViewHandler
protected arbitViewHandler::$request

Inherited Methods

From arbitModuleTemplateViewHandler
protected static void arbitModuleTemplateViewHandler::configureTemplate()
Configure tempalte library
public static string arbitModuleTemplateViewHandler::__callStatic()
Default template handler The default template handlers checks if a template has been registered for the received call and sends the module to the registered template without any modification or enhancement. the calls may be found in the protected class property $moduleTemplates.
From arbitTemplateViewHandler
public arbitDecorateable arbitTemplateViewHandler::addContextInformation()
Enriches view model with common context information
public string arbitTemplateViewHandler::display()
Display controller result Select the view, which should be used to display the controller results, process and return the view results.
public mixed arbitTemplateViewHandler::getReturnValue()
Get Template return value from last processed template.
public void arbitTemplateViewHandler::setLocale()
Set view locale Set the view locale to the given locale string.
public string arbitTemplateViewHandler::showDefaultModel()
Show default model Display an arbitrary model with some default view.
public string arbitTemplateViewHandler::__call()
Default template handler The default template handlers checks if a template has been registered for the received call and sends the module to the registered template without any modification or enhancement. the calls may be found in the protected class property $templates.
From arbitViewHandler
public abstract void arbitViewHandler::display()
Display controller result Select the view, which should be used to display the controller results, process and echo the view results.
public abstract void arbitViewHandler::setLocale()
Set view locale Set the view locale to the given locale string.
Documentation generated on Mon, 05 Apr 2010 14:02:20 +0200 by phpDocumentor 1.4.3