Arbit - project tracking

Arbit - project tracking

API documentation :: Docs For Class arbitCiModuleResultStruct

Ci::arbitCiModuleResultStruct

Class arbitCiModuleResultStruct

Source module annotate signal struct

Source module annotate signal struct

Implements interfaces:

arbitBaseStruct
   |
   --arbitSignalSlotStruct
      |
      --arbitCiModuleResultStruct
Author(s):
Version:   $Revision: 1692 $
License:   GPL

Member Variables

protected array $properties = array(
'module' => null,
'report' => null,
'file' => null,
'version' => null,
'date' => null,
)

Array containing the structs properties.

Array containing the structs properties.

Method Summary

public void __construct( [ $module = null] , [ $report = null] , [ $file = null] , [ $version = null] , [ $date = null] )
Construct signal struct from its major data fields.

Inherited Methods

From arbitSignalSlotStruct
public array arbitSignalSlotStruct::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 $module = null] , [string $report = null] , [string $file = null] , [string $version = null] , [ $date = null] )

Construct signal struct from its major data fields.

Construct signal struct from its major data fields.

Parameters:
Name Type Description
$module string
$report string
$file string
$version string
$date DateTime
Documentation generated on Mon, 05 Apr 2010 14:02:17 +0200 by phpDocumentor 1.4.3