Core::View::arbitViewTextHandler
Class arbitViewTextHandler
Text view handler generating emails from the provided view model. Text view handler generating emails from the provided view model.
arbitViewHandler
|
--arbitTemplateViewHandler
|
--arbitViewTextHandler
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$extensions
= array( 'arbitViewTemplateFunctions', 'arbitViewTextTemplateFunctions', )
Template extensions used by the view handler.
Template extensions used by the view handler. |
|
protected array |
$templates
= array( // View models 'showCoreCacheListModel' => 'text/admin/caches.tpl', 'showCoreDummyModel' => 'text/admin/dummy.tpl', 'showCliViewModelList' => 'text/list.tpl', 'showModuleModel' => 'text/module.tpl', 'showMessageModel' => 'text/message.tpl', )
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. |
Inherited Member Variables
Inherited Methods
|