Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitViewDashboardProjectModel

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

From arbitViewModel
public array arbitViewModel::getProperties()
Return an array with the available properties Returns an array containing the keys of all properties which are set in the view model.
From arbitBaseStruct
protected void arbitBaseStruct::deepClone()
Deep clone array structures
public array arbitBaseStruct::getProperties()
Get property names Returns an arary with all properties defined in this struct.
public void arbitBaseStruct::__clone()
Method called, when struct ist cloned

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
Documentation generated on Mon, 05 Apr 2010 14:01:46 +0200 by phpDocumentor 1.4.3