PHP Класс Carbon_Fields\Templater\Templater

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

Защищенные свойства (Protected)

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

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

Метод Описание
__construct ( ) Initialize a new templater.
add_template ( string $name, string $html ) Register a new template.
render_templates ( ) Render all registered templates.

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

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

Hook all templates to the administration footer.
public __construct ( )

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

Register a new template.
public static add_template ( string $name, string $html )
$name string Template name
$html string Template content

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

Render all registered templates.
public render_templates ( )

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

$templates защищенное статическое свойство

protected static $templates