PHP 클래스 Ansel_View_GalleryProperties, horde

Copyright 2010-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.
저자: Chuck Hagenbuch ([email protected])
저자: Michael J. Rubinsky ([email protected])
파일 보기 프로젝트 열기: horde/horde 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array View parameters
$_properties array Hash of gallery properties.
$_title string The view title

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Const'r
run ( ) : void Runs the view

보호된 메소드들

메소드 설명
_galleryViewStyles ( ) : array Get a list of available Gallery View styles
_thumbStyles ( ) : array Get a list of available, currently usable thumbnail styles.

비공개 메소드들

메소드 설명
_loadDefaults ( )
_output ( ) : void Outputs the view to the browser.
_runEdit ( ) : void Handle setting up the form for editing an existing gallery
_runNew ( ) : void Set up for adding new galleries.
_runNewChild ( ) : void Set up for adding a new child gallery.
_runSave ( ) : void Handles saving the gallery information from the form submission, and redirects back to previous view when complete.

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( array $params = [] )
$params array Parameters for the view

_galleryViewStyles() 보호된 메소드

Get a list of available Gallery View styles
protected _galleryViewStyles ( ) : array
리턴 array

_thumbStyles() 보호된 메소드

Get a list of available, currently usable thumbnail styles.
protected _thumbStyles ( ) : array
리턴 array An array of Classnames => titles

run() 공개 메소드

Runs the view
public run ( ) : void
리턴 void

프로퍼티 상세

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

View parameters
protected array $_params
리턴 array

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

Hash of gallery properties.
protected array $_properties
리턴 array

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

The view title
protected string $_title
리턴 string