IHierarchic Interface Reference
[Interfaces]
Interface for things that are part of a hierarhic (parent => child) relationship. More...
Public Member Functions |
|
get_childs () | |
Get childs for this item. |
|
get_parent () | |
Get parent for this item. |
Detailed Description
Interface for things that are part of a hierarhic (parent => child) relationship.
Definition at line 8 of file ihierarchic.cls.php.
Member Function Documentation
IHierarchic::get_childs | ( | ) |
Get childs for this item.
- Returns:
- array Array of IHierarchic items
IHierarchic::get_parent | ( | ) |
Get parent for this item.
- Returns:
- IHierarchic Parent item or null
The documentation for this interface was generated from the following file:
- gyro/core/lib/interfaces/ihierarchic.cls.php