@hierarchy = $session->getClassHierarchy( );
The getClassHierarchy() function returns an array of information that provides a complete description of the hierarchy of domain model classes.
Each element of the array is a reference to a three-element subarray, as described in Class hierarchy descriptor.
Array element |
Description |
---|---|
$x[0] |
name of ICIM class |
$x[1] |
name of the class’s parent class |
$x[2] |
class is abstract flag: 1 = yes, 0 = no |