public function ClassFinderInterface::findFile in Plug 7
Finds a class.
Parameters
string $class The name of the class.:
Return value
string|null The name of the class or NULL if not found.
2 methods override ClassFinderInterface::findFile()
- MockFileFinder::findFile in lib/
Drupal/ Component/ Annotation/ Reflection/ MockFileFinder.php - Finds a class.
- Psr0FindFile::findFile in lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ Psr0FindFile.php - Finds a class.
File
- lib/
doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ ClassFinderInterface.php, line 36
Class
- ClassFinderInterface
- Finds a class in a PSR-0 structure.
Namespace
Doctrine\Common\ReflectionCode
public function findFile($class);