EnvironmentClassFinderSettings

Implements \ClassFinderSettingsInterface

Class EnvironmentClassFinderSettings

category

System

package

Shared

subpackage

ClassFinder

Methods

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

getAllowedDirectories() : array

Response

array

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

getAvailableClasses() : array

Array format: [ClassName] => [ClassFullFilePath]

Response

array

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

getDisallowedDirectories() : array

Response

array