PHP 클래스 Wicked_Page_MostPopular, horde

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
content ( integer $numPages = 10 ) : string Renders this page in content mode.
displayContents ( $isBlock ) : string Renders this page in display or block mode.
pageName ( )
pageTitle ( )

메소드 상세

content() 공개 메소드

Renders this page in content mode.
public content ( integer $numPages = 10 ) : string
$numPages integer How many (at most) pages should we return?
리턴 string The page content.

displayContents() 공개 메소드

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

pageName() 공개 메소드

public pageName ( )

pageTitle() 공개 메소드

public pageTitle ( )

프로퍼티 상세

$supportedModes 공개적으로 프로퍼티

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