Core::arbitCoreDashboardInfoStruct
Class arbitCoreDashboardInfoStruct
Dashboard information structure, delivered with the DashboardInfo signal. Dashboard information structure, delivered with the DashboardInfo signal.
arbitBaseStruct
|
--arbitSignalSlotStruct
|
--arbitCoreDashboardInfoStruct
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'project' => null, 'module' => null, 'message' => null, 'state' => true, 'quality' => 1., )
Array containing the structs properties.
Array containing the structs properties. |
Method Summary
|
public void |
__construct(
[ $project
= null] , [ $module
= null] , [ $message
= null] , [ $state
= true] , [ $quality
= 1.] )
Construct signal struct from its major data fields. |
Inherited Methods
Methods
__construct
void
__construct(
[string
$project
= null] , [string
$module
= null] , [ arbitViewUserMessageModel
$message
= null] , [bool
$state
= true] , [float
$quality
= 1.] )
Construct signal struct from its major data fields. Construct signal struct from its major data fields.
Parameters:
| Name |
Type |
Description |
$project |
string |
|
$module |
string |
|
$message |
string |
|
$state |
bool |
|
$quality |
float |
|
|