A class to hold a collection of c_comdef_change objects. More...
Public Member Functions | |
| __construct ($in_parent_object, $in_change_data) | |
| & | GetChangesObjects () |
| Accessor. Get references to the changes objects. | |
| SetParentObj ($in_parent_obj) | |
| Set the parent object of this instance. | |
| GetParentObj () | |
| Return a reference to the parent object of this instance. | |
Private Attributes | |
| $_local_id_parent_obj = null | |
| A reference to the "parent" object for this instance. | |
| $_changes_objects = null | |
| An array of new c_comdef_change objects that comprises the content. | |
A class to hold a collection of c_comdef_change objects.
| c_comdef_changes::__construct | ( | $ | in_parent_object, |
| $ | in_change_data | ||
| ) |
| in_parent_object | A reference to the object that "owns" this instance. |
| in_change_data | An array of data for the changes to be instantiated. |
| & c_comdef_changes::GetChangesObjects | ( | ) |
Accessor. Get references to the changes objects.
| c_comdef_changes::GetParentObj | ( | ) |
Return a reference to the parent object of this instance.
Implements i_comdef_has_parent.
| c_comdef_changes::SetParentObj | ( | $ | in_parent_obj | ) |
Set the parent object of this instance.
| in_parent_obj | A reference to the parent object. |
Implements i_comdef_has_parent.
c_comdef_changes::$_changes_objects = null [private] |
An array of new c_comdef_change objects that comprises the content.
c_comdef_changes::$_local_id_parent_obj = null [private] |
A reference to the "parent" object for this instance.
1.7.4