PHP 클래스 Ansel_View_Ansel, horde

Copyright 2011-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (GPL). If you did not receive this file, see http://www.horde.org/licenses/gpl.
저자: Michael J. Rubinsky ([email protected])
상속: extends Ansel_View_Base
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$gallery Ansel_Gallery The gallery object (will be eq to $resource in a gallery view
$resource The ansel resource this view is for.

보호된 프로퍼티들

프로퍼티 타입 설명
$_widgets array Collection of Ansel_Widgets to display in this view.

공개 메소드들

메소드 설명
addWidget ( Ansel_Widget $widget ) Add an Ansel_Widget to be displayed in this view.
countWidgets ( ) : integer Count the number of widgets we have attached.
getGalleryCrumbData ( )
getTitle ( )
html ( )
renderWidgets ( ) Output any widgets associated with this view.
viewType ( )

보호된 메소드들

메소드 설명
_renderWidgets ( ) Default widget rendering, can be overridden by any subclass.

메소드 상세

_renderWidgets() 보호된 메소드

Default widget rendering, can be overridden by any subclass.
protected _renderWidgets ( )

addWidget() 공개 메소드

Add an Ansel_Widget to be displayed in this view.
public addWidget ( Ansel_Widget $widget )
$widget Ansel_Widget The Ansel_Widget to display

countWidgets() 공개 메소드

Count the number of widgets we have attached.
public countWidgets ( ) : integer
리턴 integer The number of widgets attached to this view.

getGalleryCrumbData() 추상적인 공개 메소드

abstract public getGalleryCrumbData ( )

getTitle() 추상적인 공개 메소드

abstract public getTitle ( )

html() 추상적인 공개 메소드

abstract public html ( )

renderWidgets() 공개 메소드

Output any widgets associated with this view.
public renderWidgets ( )

viewType() 추상적인 공개 메소드

abstract public viewType ( )

프로퍼티 상세

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

Collection of Ansel_Widgets to display in this view.
protected array $_widgets
리턴 array

$resource 공개적으로 프로퍼티

The ansel resource this view is for.
public $resource