Kernel::System::DocumentSearch::Role::UsesDynamicTemplates

NAME

Kernel::System::DocumentSearch::Role::UsesDynamicTemplates – provide document search dynamic templates.

PUBLIC INTERFACE

has DynamicTemplates

Attribute that hods all dynamic templates objects. The different dynamic template modules are located below Kernel::System::DocumentSearch::DynamicTemplate::*.

PRIVATE INTERFACE

_BuildDynamicTemplate()

Loads all dynamic template modules.

    my $_BuildDynamicTemplates = $DocumentSearchBaseObject->_BuildDynamicTemplates();

Returns:

    $_BuildDynamicTemplates {
        Attachments => $AttachmentDynamicTemplateObject,       # as in C<Kernel::System::DocumentSearch::DynamicTemplate::Attachment>
        # ...
    }
Scroll to Top