Property | Type | Description | |
---|---|---|---|
$jsContext |
Method | Description | |
---|---|---|
__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 |
return | string | Escaped template |
public static stripExtendedComments ( string $template ) : string | ||
$template | string | handlebars template string |
return | string | Stripped template |