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