$type = $seesion->getPropType( $class, $property )
The getPropType() function is an alias for getPropertyType(). The section “getPropertyType” on page 92
Returns the data type for a specified class property.
The section $type, @types on page 72 describes the possible data types. This call always returns the integer number representation of the type.
$type = $session->getPropType( "Router", "Vendor" );