PHP 클래스 Wicked_Page_Search, horde

저자: Jan Schneider ([email protected])
저자: Ben Chavet ([email protected])
상속: extends Wicked_Page
파일 보기 프로젝트 열기: horde/horde

공개 프로퍼티들

프로퍼티 타입 설명
$supportedModes array Display modes supported by this page.

보호된 프로퍼티들

프로퍼티 타입 설명
$_results array Cached search results.

공개 메소드들

메소드 설명
content ( string $searchtext = '' ) : string Renders this page in content mode.
display ( string $searchtext ) : string Renders this page in display mode.
getContext ( $page, $searchtext )
pageName ( )
pageTitle ( )
preDisplay ( $mode, $params ) Perform any pre-display checks for permissions, searches, etc. Called before any output is sent so the page can do redirects. If the page wants to take control of flow from here, it can, and is entirely responsible for handling the user (should call exit after redirecting, for example).

메소드 상세

content() 공개 메소드

Renders this page in content mode.
public content ( string $searchtext = '' ) : string
$searchtext string The title to search for.
리턴 string The page content.

display() 공개 메소드

Renders this page in display mode.
public display ( string $searchtext ) : string
$searchtext string The title to search for.
리턴 string The content.

getContext() 공개 메소드

public getContext ( $page, $searchtext )

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

preDisplay() 공개 메소드

$param integer $mode The page render mode. $param array $params Any page parameters.
public preDisplay ( $mode, $params )

프로퍼티 상세

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

Cached search results.
protected array $_results
리턴 array

$supportedModes 공개적으로 프로퍼티

Display modes supported by this page.
public array $supportedModes
리턴 array