Свойство | Тип | Описание | |
---|---|---|---|
$jsContext |
Метод | Описание | |
---|---|---|
__construct ( string $str, boolean | string $escape = false ) | Constructor | |
__toString ( ) | ||
escapeTemplate ( string $template ) : string | Escape template | |
stripExtendedComments ( string $template ) : string | Strip extended comments {{!-- . |
public static escapeTemplate ( string $template ) : string | ||
$template | string | handlebars template string |
Результат | string | Escaped template |
public static stripExtendedComments ( string $template ) : string | ||
$template | string | handlebars template string |
Результат | string | Stripped template |