PHP 클래스 Ansel_Widget_ImageFaces, 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 The views this Widget may appear in

공개 메소드들

메소드 설명
attach ( Ansel_View_Base $view ) : boolean Attach widget to supplied view.
html ( ) : string Return the HTML representing this widget.

메소드 상세

attach() 공개 메소드

Attach widget to supplied view.
public attach ( Ansel_View_Base $view ) : boolean
$view Ansel_View_Base
리턴 boolean

html() 공개 메소드

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

프로퍼티 상세

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

The views this Widget may appear in
protected array $_supported_views
리턴 array