Wiki::View::arbitWikiViewPageModel
Class arbitWikiViewPageModel
Base model struct for the Wiki overview Base model struct for the Wiki overview
arbitBaseStruct
|
--arbitViewModel
|
--arbitWikiViewPageModel
Author(s):
|
Version:
|
$Revision: 1638 $ |
|
License:
|
GPL |
Descendants
Member Variables
|
protected array |
$conversions
= array( 'id', 'title', 'namespace', 'edited', 'author', 'ip', 'text', 'source', 'html', 'message', 'revisions', 'attachments', )
Properties to just assign from source model
Properties to just assign from source model |
|
protected array |
$properties
= array( 'id' => null, 'title' => null, 'namespace' => null, 'edited' => null, 'author' => null, 'ip' => null, 'text' => null, 'source' => 'rst', 'message' => null, 'revisions' => array(),'attachments'=>array(),'html'=>null,)
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
$page
)
Construct project view model from common values |
Inherited Methods
Methods
__construct
Construct project view model from common values Construct project view model from common values
Parameters:
Redefined in descendants as:
|