/**
  * The constructor - initializes the class Tx_Extbase_Reflection_reflector
  *
  * @param  string $className: Name of the class Tx_Extbase_Reflection_to reflect
  */
 public function __construct($className)
 {
     parent::__construct($className);
 }