/**
  * Set the class map array
  * 
  * @param array $map
  */
 static function setClassMap(array $map)
 {
     self::$_classMap = $map;
 }