메소드 |
설명 |
|
allows ( integer $mode ) : boolean |
Returns if the page allows a mode. Access rights and user state
are taken into consideration. |
|
author ( ) |
|
|
block ( ) : string |
Renders this page for displaying in a block. |
|
changeLog ( ) |
|
|
diff ( string $version ) |
Renders this page in diff mode. |
|
display ( ) |
Renders this page in display mode. |
|
displayContents ( $isBlock ) |
|
|
formatVersionCreated ( ) |
|
|
getCurrentPage ( ) : Wicked_Page |
Returns the page we are currently on. |
|
getPage ( $pagename, $pagever = null, $referrer = null ) : Wicked_Page |
Returns the requested page. |
|
getPermissions ( $pageName = null ) : integer |
Retrieve this user's permissions for this page. If a
permissions object does not exist, we assume reasonable
defaults. |
|
getProcessor ( $output_format = 'Xhtml' ) |
|
|
getText ( ) |
|
|
handleAction ( ) |
|
|
history ( ) |
Renders this page in history mode. |
|
hits ( ) |
|
|
isLocked ( ) |
|
|
isOld ( ) |
|
|
isValid ( ) : boolean |
Is this a validly loaded page? |
|
lock ( ) |
|
|
pageName ( ) |
|
|
pageTitle ( ) |
|
|
pageUrl ( $linkpage = null, $actionId = null ) |
|
|
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). |
|
previousVersion ( ) : string |
Returns the previous version number for this page. |
|
referrer ( ) |
|
|
remove ( ) |
Renders this page in remove mode. |
|
render ( $mode, $params = null ) |
|
|
supports ( integer $mode ) : boolean |
See if the page supports a particular mode. |
|
toView ( ) : object |
Returns an object with Horde_View properties. |
|
unlock ( ) |
|
|
updateText ( $newtext, $changelog ) |
|
|
version ( ) |
|
|
versionCreated ( ) |
|
|