ContentModule Interface Reference

Detailed Description

Interface for smarty content modules.

Author
ingo herwig ingo@.nosp@m.wemo.nosp@m.ve.co.nosp@m.m

Definition at line 18 of file ContentModule.php.

Public Member Functions

 initialize (\Smarty_Internal_Template $parentTemplate, array $params)
 
 render ()
 

Member Function Documentation

◆ initialize()

initialize ( \Smarty_Internal_Template  $parentTemplate,
array  $params 
)

Initialize the instance.

Parameters
$parentTemplateTemplate object that includes this content module
$paramsAssociative array of parameters passed to the smarty {module} tag

◆ render()

render ( )

Render the content.