PHP Класс lithium\template\helper\Html

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

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

Свойство Тип Описание
$contentMap array Used by output handlers to calculate asset paths in conjunction with the Media class.

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

Свойство Тип Описание
$_metaLinks array Data used for custom links.
$_metaList array List of meta tags to cache and to output.
$_strings array String templates used by this helper.

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

Метод Описание
charset ( string $encoding = null ) : string Returns a charset meta-tag for declaring the encoding of the document.
head ( string $tag, array $options ) : mixed Creates a tag for the section of your document.
image ( string $path, array $options = [] ) : string Creates a formatted element.
link ( string $title, mixed $url = null, array $options = [] ) : string Creates an HTML link () or a document meta-link ().
script ( mixed $path, array $options = [] ) : string Returns a JavaScript include tag (