Core::View::arbitViewCoreAboutModel
Class arbitViewCoreAboutModel
Base model struct for all project views Base model struct for all project views
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewCoreModel
|
--arbitViewCoreAboutModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'revision' => 0, 'authors' => null, 'license' => null, )
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $revision
= 0] , [ $authors
= ''] , [ $license
= ''] )
Construct project view model from common values |
Inherited Methods
Methods
__construct
void
__construct(
[int
$revision
= 0] , [string
$authors
= ''] , [string
$license
= ''] )
Construct project view model from common values Construct project view model from common values
Parameters:
| Name |
Type |
Description |
$revision |
int |
|
$authors |
string |
|
$license |
string |
|
|