Interface ClassFinderSettingsInterface

Interface ClassFinderSettingsInterface

Direct known implementers

EnvironmentClassFinderSettings

Methods summary

public getAvailableClasses( void ) : array

Returns an associative array with all classes that will be filtered by the ClassFinder. Array format: [ClassName] => [ClassFullFilePath]

public getAllowedDirectories( void ) : array

Returns an numeric array with all directories that will be accepted by the ClassFinder.

public getDisallowedDirectories( void ) : array

Returns an numeric array with all directories that will NOT be accepted by the ClassFinder.