ClassFinderInterface

Extends

Class Finder Interface

category

System

package

Shared

subpackage

ClassFinder

Methods

Returns an associative array with classes that implement the given interface.

findByInterface(string $interfaceName) : array

Array format: [ClassName] => [ClassFullFilePath]

Arguments

$interfaceName

string

Response

array

Returns an associative array with classes that have the given class in their parent list.

findByParent(string $parentClassName) : array

Array format: [ClassName] => [ClassFullFilePath]

Arguments

$parentClassName

string

Response

array