method
public
static
Engine::fillHtmlTemplate()
Сигнатура
public static fillHtmlTemplate(string $htmlTemplate, string $content[, string $encoding = null ]) : string
Описание
Заполнить HTML-шаблон содержимым.
Параметры
$htmlTemplate
string
HTML-шаблон.
$content
string
Содержимое.
$encoding
string
= null
Кодировка.
Возвращаемое значение
string
Исходный файл: source/fileman/lib/block/content/engine.php:156

