Core::arbitCoreProjectComponentsUpdateStruct
Class arbitCoreProjectComponentsUpdateStruct
Signal data emitted with a signal about project component updates Signal data emitted with a signal about project component updates
arbitBaseStruct
|
--arbitSignalSlotStruct
|
--arbitCoreProjectComponentsUpdateStruct
Author(s):
|
Version:
|
$Revision: 1236 $ |
|
License:
|
GPL |
Member Variables
|
protected array |
$properties
= array( 'project' => null, 'components' => null, )
Array containing the structs properties.
Array containing the structs properties. |
Method Summary
|
public void |
__construct(
[ $project
= null] , [ $components
= array()] )
Construct signal struct from its major data fields. |
Inherited Methods
Methods
__construct
void
__construct(
[string
$project
= null] , [
$components
= array()] )
Construct signal struct from its major data fields. Construct signal struct from its major data fields.
Parameters:
| Name |
Type |
Description |
$project |
string |
|
$components |
array |
|
|