Interface ClassFinderInterface

Class Finder Interface

Direct known implementers

ClassFinder

Methods summary

public findByParent( string $parentClassName ) : array

Returns an associative array with classes that have the given class in their parent list. Array format: [ClassName] => [ClassFullFilePath]

public findByInterface( string $interfaceName ) : array

Returns an associative array with classes that implement the given interface. Array format: [ClassName] => [ClassFullFilePath]