ContentModule Interface Reference
Detailed Description
Interface for smarty content modules.
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
-
$parentTemplate Template object that includes this content module $params Associative array of parameters passed to the smarty {module} tag
◆ render()
| render | ( | ) |
Render the content.