PHP Класс Habari\HiEngine

The HiEngine is a subclass of the RawPHPEngine class which is intended for those theme designers who want to use simple {hi:*} tags four output instead of PHP To use this engine, specify "hiengine" in the theme.xml of a theme. This engine behaves exactly like RawPHPEngine after the template tags are processed, so if an existing RawPHPEngine template is switched to HiEngine, it should still run without issue.
Наследование: extends RawPHPEngine
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) Constructor for HiEngine
display ( $template ) A function which outputs the result of a transposed template to the output stream

Описание методов

__construct() публичный Метод

Sets up the stream protocol handler
public __construct ( )

display() публичный Метод

A function which outputs the result of a transposed template to the output stream
public display ( $template )