Core::View::arbitViewEmailHandler
Class arbitViewEmailHandler
Email view handler generating emails from the provided view model. Email view handler generating emails from the provided view model.
arbitViewHandler
|
--arbitTemplateViewHandler
|
--arbitViewEmailHandler
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 'showError' => 'email/exception.tpl', 'showCoreUserRegisteredModel' => 'email/core/user/registered.tpl',
// Signal structs 'showDefaultSignal' => 'email/core/signal/default.tpl', 'showVersionUpdateStruct' => 'email/core/signal/versions.tpl', 'showComponentsUpdateStruct' => 'email/core/signal/components.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
|