Property | Type | Description | |
---|---|---|---|
$supportedModes | array | Display modes supported by this page. |
Property | Type | Description | |
---|---|---|---|
$_results | array | Cached search results. |
Method | Description | |
---|---|---|
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). |
public preDisplay ( $mode, $params ) |
public array $supportedModes | ||
return | array |