Public Member Functions | Private Attributes
c_comdef_changes Class Reference

A class to hold a collection of c_comdef_change objects. More...

List of all members.

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.

Detailed Description

A class to hold a collection of c_comdef_change objects.


Constructor & Destructor Documentation

c_comdef_changes::__construct ( in_parent_object,
in_change_data 
)
Parameters:
in_parent_objectA reference to the object that "owns" this instance.
in_change_dataAn array of data for the changes to be instantiated.

Member Function Documentation

& c_comdef_changes::GetChangesObjects ( )

Accessor. Get references to the changes objects.

Returns:
a reference to an array of c_comdef_changes objects.
c_comdef_changes::GetParentObj ( )

Return a reference to the parent object of this instance.

Returns:
a reference to the parent instance of the object.

Implements i_comdef_has_parent.

c_comdef_changes::SetParentObj ( in_parent_obj)

Set the parent object of this instance.

Parameters:
in_parent_objA reference to the parent object.

Implements i_comdef_has_parent.


Member Data Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Enumerations