Class EnvironmentClassFinderSettings
Class EnvironmentClassFinderSettings
- EnvironmentClassFinderSettings implements ClassFinderSettingsInterface
Package: Shared\ClassFinder
Category: System
Located at Shared/ClassFinder/EnvironmentClassFinderSettings.inc.php
Category: System
Located at Shared/ClassFinder/EnvironmentClassFinderSettings.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.