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
Datei anzeigen Open project: horde/horde

Protected Properties

Property 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.

Public Methods

Method 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 method

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

getGalleryCrumbData() public method

public getGalleryCrumbData ( )

getTitle() public method

Return the title for this view.
public getTitle ( ) : string
return string The title for this view.

html() public method

Get the HTML representing this view.
public html ( ) : string
return string The HTML

viewType() public method

public viewType ( )

Property Details

$_browser protected_oe property

Instance of our tag search
protected Ansel_TagBrowser $_browser
return Ansel_TagBrowser

$_owner protected_oe property

Gallery owner id
protected string $_owner
return string

$_page protected_oe property

The current page
protected int $_page
return integer

$_perPage protected_oe property

Number of resources per page.
protected int $_perPage
return integer