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
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_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