PHP 클래스 Wicked_Page_AddPage, horde

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_newpage string The page to confirm creation of.
$_results array Cached search results.

공개 메소드들

메소드 설명
__construct ( $newpage )
display ( ) Renders this page in display mode.
getText ( ) : string
pageName ( )
pageTitle ( )
preDisplay ( ) Bail out if there's no page name.
referrer ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $newpage )

display() 공개 메소드

Renders this page in display mode.
public display ( )

getText() 공개 메소드

public getText ( ) : string
리턴 string

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

preDisplay() 공개 메소드

Bail out if there's no page name.
public preDisplay ( )

referrer() 공개 메소드

public referrer ( )

프로퍼티 상세

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

The page to confirm creation of.
protected string $_newpage
리턴 string

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

Cached search results.
protected array $_results
리턴 array

$supportedModes 공개적으로 프로퍼티

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