$text = $session->getClassDescription( $class )
The getClassDescription() function gets a textual description of the class.
The fixed string “no description available” is returned if the class programmer has not provided a description message for the class.
$description = $session->getClassDescription( "Router" );