Class Finder
category |
System |
---|---|
package |
Shared |
subpackage |
ClassFinder |
__construct(\ClassFinderSettingsInterface $settings, \DataCache $dataCache)
__destruct()
Update the cache file with the latest results.
findByInterface(string $interfaceName) : array
Array format: [ClassName] => [ClassFullFilePath]
Throws |
|
---|
string
array
findByParent(string $parentClassName) : array
Array format: [ClassName] => [ClassFullFilePath]
string
array