PHP 클래스 Ansel_View_List, horde

Copyright 2008-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_Ansel
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_owner string The owner we are grouping by, if any.
$_page integer The current page number of the view.
$_special boolean
$_view Horde_View The Horde_View used to render this view.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Const'r
getGalleryCrumbData ( ) noop
getTitle ( ) : string Get this view's title.
html ( ) : string Return the HTML representing this view.
viewType ( )

메소드 상세

__construct() 공개 메소드

Const'r
public __construct ( array $params = [] )
$params array Any parameters that the view might need.
 In addition to the params taken by Ansel_View_Gallery, this view
 can also take:

 groupby      -  Group the results (owner)

 owner        -  The owner to group by

 tags         -  Limit to galleries matching tags

 gallery_ids  -  No fitering, just show these galleries

 pager_url    -  The url for the pager to use see Ansel_Gallery for
                 more information on the url parameters.

getGalleryCrumbData() 공개 메소드

noop
public getGalleryCrumbData ( )

getTitle() 공개 메소드

Get this view's title.
public getTitle ( ) : string
리턴 string The gallery's title.

html() 공개 메소드

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

viewType() 공개 메소드

public viewType ( )

프로퍼티 상세

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

The owner we are grouping by, if any.
protected string $_owner
리턴 string

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

The current page number of the view.
protected int $_page
리턴 integer

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

protected bool $_special
리턴 boolean

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

The Horde_View used to render this view.
protected Horde_View $_view
리턴 Horde_View