MATCH_LEFT
MATCH_LEFT
Abstract page class.
$_proc : \Text_Wiki
Instance of a Text_Wiki processor.
getCurrentPage() : \Wicked_Page
Returns the page we are currently on.
The current page.
getPage( $pagename, $pagever = null, $referrer = null) : \Wicked_Page
Returns the requested page.
$pagename | ||
$pagever | ||
$referrer |
The requested page.
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).
$param integer $mode The page render mode. $param array $params Any page parameters.
$mode | ||
$params |