PHP 클래스 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.
저자: Michael J Rubinsky ([email protected])
상속: extends Ansel_View_Ansel
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_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.

공개 메소드들

메소드 설명
__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 ( )

메소드 상세

__construct() 공개 메소드

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

getGalleryCrumbData() 공개 메소드

public getGalleryCrumbData ( )

getTitle() 공개 메소드

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

html() 공개 메소드

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

viewType() 공개 메소드

public viewType ( )

프로퍼티 상세

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

Instance of our tag search
protected Ansel_TagBrowser $_browser
리턴 Ansel_TagBrowser

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

Gallery owner id
protected string $_owner
리턴 string

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

The current page
protected int $_page
리턴 integer

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

Number of resources per page.
protected int $_perPage
리턴 integer