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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$_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