PHP 클래스 Ansel_Widget_OtherGalleries, horde

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

공개 메소드들

메소드 설명
attach ( Ansel_View_Base $view ) Override the parent class' attach method and set the owner in the title string.
html ( ) : string Build the HTML for this widget.

보호된 메소드들

메소드 설명
_getOtherGalleries ( Horde_View &$view ) Build the HTML for the other galleries widget content.

메소드 상세

_getOtherGalleries() 보호된 메소드

Build the HTML for the other galleries widget content.
protected _getOtherGalleries ( Horde_View &$view )
$view Horde_View The view object.

attach() 공개 메소드

Override the parent class' attach method and set the owner in the title string.
public attach ( Ansel_View_Base $view )
$view Ansel_View_Base The view we are attaching to

html() 공개 메소드

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