Finds a class in a PSR-0 structure.
@author Karoly Negyesi <karoly@negyesi.net>
Expanded class hierarchy of ClassFinderInterface
All classes that implement ClassFinderInterface
interface ClassFinderInterface {
/**
* Finds a class.
*
* @param string $class The name of the class.
*
* @return
* The name of the class or NULL if not found.
*/
public function findFile($class);
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassFinderInterface:: |
public | function | Finds a class. | 2 |