Interface ClassFinderInterface
Class Finder Interface
Direct known implementers
Package: Shared\ClassFinder
Category: System
Located at Shared/ClassFinder/Interfaces/ClassFinderInterface.inc.php
Category: System
Located at Shared/ClassFinder/Interfaces/ClassFinderInterface.inc.php
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]