Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitTrackerReportViewModel

Tracker::View::arbitTrackerReportViewModel

Class arbitTrackerReportViewModel

Base model struct for the issue tracker overview

Base model struct for the issue tracker overview

arbitBaseStruct
   |
   --arbitViewModel
      |
      --arbitTrackerReportViewModel
Author(s):
Version:   $Revision: 1692 $
License:   GPL

Member Variables

protected array $properties = array(
'issues' => null,
'selection' => null,
'offset' => null,
'limit' => null,
'configuration' => null,
)

Array containing the actual view data.

Array containing the actual view data.

Method Summary

public void __construct( [ $configuration = null] , [ $selection = array()] , [ $offset = 0] , [ $limit = 10] , [ $issues = null] )
Construct project view model from common values

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( [arbitTrackerBackendIniModuleConfiguration $configuration = null] , [ $selection = array()] , [int $offset = 0] , [int $limit = 10] , [ $issues = null] )

Construct project view model from common values

Construct project view model from common values

Parameters:
Name Type Description
$configuration arbitTrackerBackendIniModuleConfiguration
$selection array
$offset int
$limit int
$issues arbitViewSearchResultModel
Documentation generated on Mon, 05 Apr 2010 14:02:16 +0200 by phpDocumentor 1.4.3