Private Method Details |
_fillGuidList |
|
private void _fillGuidList( $part )
|
| |
Callback function for internal use.
|
| Parameter |
|
|
$part |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addElement |
|
private bool addElement( Object &$element )
|
| |
Add an element to the collection.
|
| Parameter |
|
| Object |
&$element |
|
|
the new element |
|
| Returns |
bool $ok |
|
&flatListElements |
|
private array &flatListElements( )
|
| |
Get a list of all MgdParts in this collection, without the sub-collections
|
| Returns |
array $elements |
|
&listElements |
|
private array &listElements( )
|
| |
Get a list of all elements
|
| Returns |
array $elements |
|
&listGuids |
|
private array &listGuids( )
|
| |
Get the guids of all objects that belong to this MgdCollection (at any level)
|
| Returns |
array $guids all the objects |
|
walkTree |
|
private void walkTree( string $func, object [unknown] &$obj )
|
| |
Call function $func of object $obj with all the MgdParts of this MgdCollection as the first and only parameter
|
| Parameter |
|
| string |
$func |
|
|
the name of the function |
|
|
| object [unknown] |
&$obj |
|
|
the object |
|
| Returns |
void |
|
removeElement |
|
private void removeElement( &$element )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
&$element |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|