Core::View::arbitViewDashboardProjectModel
Class arbitViewDashboardProjectModel
Base model struct for dashboard project data Base model struct for dashboard project data
arbitBaseStruct
|
--arbitViewModel
|
--arbitViewDashboardProjectModel
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'id' => null, 'name' => null, 'description' => null, 'state' => array(),'messages'=>array(),'quality'=>array(),)
Array containing the actual view data.
Array containing the actual view data. |
Method Summary
|
public void |
__construct(
[ $id
= null] , [ $name
= null] , [ $decription
= null] )
Create view data struct from project name and description. |
Inherited Methods
Methods
__construct
void
__construct(
[string
$id
= null] , [string
$name
= null] , [string
$decription
= null] )
Create view data struct from project name and description. Create view data struct from project name and description.
Parameters:
| Name |
Type |
Description |
$id |
string |
|
$name |
string |
|
$decription |
string |
|
|