PHP Класс Horde_Core_Tree_Renderer_Html, horde

Copyright 2010-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Автор: Michael Slusarz ([email protected])
Автор: Jan Schneider ([email protected])
Наследование: extends Horde_Tree_Renderer_Html
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$_images array Values correspond to 'horde-tree-image-#' CSS classes in horde/themes/screen.css.

Защищенные методы

Метод Описание
_generateImage ( string $src, string $class = '', string $alt = null ) : string Generate the icon image.
_generateUrlTag ( string $node_id ) : string Generate a link URL tag.

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

_generateImage() защищенный Метод

Generate the icon image.
protected _generateImage ( string $src, string $class = '', string $alt = null ) : string
$src string The source image.
$class string Additional class to add to image.
$alt string Alt text to add to the image.
Результат string A HTML tag to display the image.

_generateUrlTag() защищенный Метод

Generate a link URL tag.
protected _generateUrlTag ( string $node_id ) : string
$node_id string The node ID.
Результат string The link tag.

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

$_images защищенное свойство

Values correspond to 'horde-tree-image-#' CSS classes in horde/themes/screen.css.
protected array $_images
Результат array