PHP Class Ansel_View_Results, horde

. Copyright 2007-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.
Author: Michael J Rubinsky ([email protected])
Inheritance: extends Ansel_View_Ansel
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_browser Ansel_TagBrowser Instance of our tag search
$_owner string Gallery owner id
$_page integer The current page
$_perPage integer Number of resources per page.

Méthodes publiques

Méthode Description
__construct ( array $params = [] ) : Ansel_View_Results Contructor.
getGalleryCrumbData ( )
getTitle ( ) : string Return the title for this view.
html ( ) : string Get the HTML representing this view.
viewType ( )

Method Details

__construct() public méthode

Also handles any actions from the view.
public __construct ( array $params = [] ) : Ansel_View_Results
$params array
Résultat Ansel_View_Results

getGalleryCrumbData() public méthode

public getGalleryCrumbData ( )

getTitle() public méthode

Return the title for this view.
public getTitle ( ) : string
Résultat string The title for this view.

html() public méthode

Get the HTML representing this view.
public html ( ) : string
Résultat string The HTML

viewType() public méthode

public viewType ( )

Property Details

$_browser protected_oe property

Instance of our tag search
protected Ansel_TagBrowser $_browser
Résultat Ansel_TagBrowser

$_owner protected_oe property

Gallery owner id
protected string $_owner
Résultat string

$_page protected_oe property

The current page
protected int $_page
Résultat integer

$_perPage protected_oe property

Number of resources per page.
protected int $_perPage
Résultat integer