class Psr0FindFile

Finds a class in a PSR-0 structure.

@author Karoly Negyesi <karoly@negyesi.net>

Hierarchy

Expanded class hierarchy of Psr0FindFile

2 files declare their use of Psr0FindFile

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Reflection/Psr0FindFile.php, line 27

Namespace

Doctrine\Common\Reflection
View source

Members

Namesort descending Modifiers Type Description Overrides
Psr0FindFile::$prefixes protected property The PSR-0 prefixes.
Psr0FindFile::findFile public function Finds a class. Overrides ClassFinderInterface::findFile
Psr0FindFile::__construct public function