PHP 클래스 Wicked_Page_LikePages, horde

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_referrer string The page that we're displaying similar pages to.

공개 메소드들

메소드 설명
__construct ( $referrer )
displayContents ( $isBlock ) : string Renders this page in display or block mode.
pageName ( )
pageTitle ( )
referrer ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $referrer )

displayContents() 공개 메소드

Renders this page in display or block mode.
public displayContents ( $isBlock ) : string
리턴 string The contents.

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

referrer() 공개 메소드

public referrer ( )

프로퍼티 상세

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

The page that we're displaying similar pages to.
protected string $_referrer
리턴 string

$supportedModes 공개적으로 프로퍼티

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