$class = $session->getParentClass( $class )
The getParentClass() function returns the name of the class from which the specified class is derived.
This is the logical inverse of getChildren().
$parent = $session->getParentClass( "Router" );
$class = $session->getParentClass( $class )
The getParentClass() function returns the name of the class from which the specified class is derived.
This is the logical inverse of getChildren().
$parent = $session->getParentClass( "Router" );