Class Template extends Controller
Inheritance:
- System
- Controller
- Template
/system/libraries/Template.php line 40
Automatically extracted PHP DOC comment from code: END OF PHP DOC
Class Template
Provide methods to handle templates.
Methods
- public getData()
- public output()
- public parse()
- public setData(array $arrData)
- public showTemplateVars()
- public __construct(string $strTemplate, string $strContentType) overrides System::__construct()
- public __get(string $strKey)
- public __set(string $strKey, mixed $varValue)
Properties
- protected array $arrData
- protected string $strBuffer
- protected string $strContentType
- protected string $strTemplate
Add a comment