*/ public function getAllClassNames($globalBasename); /** * Checks if a file can be found for this class name. * * @param string $className * * @return bool */ public function fileExists($className); /** * Gets all the paths that this file locator looks for mapping files. * * @return string[] */ public function getPaths(); /** * Gets the file extension that mapping files are suffixed with. * * @return string|null */ public function getFileExtension(); }