PHP Класс LightnCandy\SafeString

Наследование: extends Encoder
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$jsContext

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

Метод Описание
__construct ( string $str, boolean | string $escape = false ) Constructor
__toString ( )
escapeTemplate ( string $template ) : string Escape template
stripExtendedComments ( string $template ) : string Strip extended comments {{!-- .

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

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

Constructor
public __construct ( string $str, boolean | string $escape = false )
$str string input string
$escape boolean | string false to not escape, true to escape, 'encq' to escape as handlebars.js

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

public __toString ( )

escapeTemplate() публичный статический Метод

Escape template
public static escapeTemplate ( string $template ) : string
$template string handlebars template string
Результат string Escaped template

stripExtendedComments() публичный статический Метод

... --}}
public static stripExtendedComments ( string $template ) : string
$template string handlebars template string
Результат string Stripped template

Описание свойств

$jsContext публичное статическое свойство

public static $jsContext