Core::View::arbitViewCoreProjectModel
Class arbitViewCoreProjectModel
Base model struct for all project views Base model struct for all project views
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewCoreModel
|
--arbitViewCoreProjectModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'conf' => null, 'project' => null, 'administrator' => null, )
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $conf
= null] , [ $project
= null] , [ $administrator
= null] )
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:
|