interface ClassFinderInterface in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_annotation_discovery/lib/Doctrine/common/lib/Doctrine/Common/Reflection/ClassFinderInterface.php \Doctrine\Common\Reflection\ClassFinderInterface
Finds a class in a PSR-0 structure.
@author Karoly Negyesi <karoly@negyesi.net>
Hierarchy
- interface \Doctrine\Common\Reflection\ClassFinderInterface
Expanded class hierarchy of ClassFinderInterface
All classes that implement ClassFinderInterface
1 file declares its use of ClassFinderInterface
- MockFileFinder.php in lib/
Drupal/ Component/ Annotation/ Reflection/ MockFileFinder.php - Contains \Drupal\Component\Annotation\Reflection\MockFileFinder.
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ common/ lib/ Doctrine/ Common/ Reflection/ ClassFinderInterface.php, line 27
Namespace
Doctrine\Common\ReflectionView source
interface ClassFinderInterface {
/**
* Finds a class.
*
* @param string $class The name of the class.
*
* @return string|null The name of the class or NULL if not found.
*/
public function findFile($class);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ClassFinderInterface:: |
public | function | Finds a class. | 2 |