PHP Class Wicked_Page_BackLinks, horde

Author: Jan Schneider ([email protected])
Author: Tyler Colbert ([email protected])
Inheritance: extends Wicked_Page
Show file Open project: horde/horde

Public Properties

Property Type Description
$supportedModes array Display modes supported by this page.

Protected Properties

Property Type Description
$_referrer string The page that we're displaying backlinks to.

Public Methods

Method Description
__construct ( $referrer )
displayContents ( $isBlock ) : string Renders this page in display or block mode.
pageName ( )
pageTitle ( )
referrer ( )

Method Details

__construct() public method

public __construct ( $referrer )

displayContents() public method

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

pageName() public method

public pageName ( )

pageTitle() public method

public pageTitle ( )

referrer() public method

public referrer ( )

Property Details

$_referrer protected property

The page that we're displaying backlinks to.
protected string $_referrer
return string

$supportedModes public property

Display modes supported by this page.
public array $supportedModes
return array