PHP 클래스 Ansel_Widget_GalleryFaces, horde

Copyright 2008-2016 Horde LLC (http://www.horde.org/)
저자: Duck ([email protected])
저자: Michael J. Rubinsky ([email protected])
상속: extends Ansel_Widget_Base
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_supported_views array Supported views for this widget

공개 메소드들

메소드 설명
__construct ( array $params ) : Ansel_Widget_ImageFaces Constructor
html ( ) : string Return the HTML representing this widget.

보호된 메소드들

메소드 설명
_getFaceNames ( ) : string Helper function for getting faces for this gallery.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( array $params ) : Ansel_Widget_ImageFaces
$params array Any parameters for this widget
리턴 Ansel_Widget_ImageFaces

_getFaceNames() 보호된 메소드

Helper function for getting faces for this gallery.
protected _getFaceNames ( ) : string
리턴 string The HTML

html() 공개 메소드

Return the HTML representing this widget.
public html ( ) : string
리턴 string The HTML for this widget.

프로퍼티 상세

$_supported_views 보호되어 있는 프로퍼티

Supported views for this widget
protected array $_supported_views
리턴 array