/**
  * Returns the possible full paths for the given class.
  *
  * @param string $className   Namespace and name of the class.
  *
  * @return array   Contains all the paths where it is possible to find the class.
  */
 public function getPaths($className)
 {
     return parent::getPaths($className);
 }