ClassFinderSettingsInterface
in
Interface ClassFinderSettingsInterface
Tags
Table of Contents
- getAllowedDirectories() : array<string|int, mixed>
- Returns an numeric array with all directories that will be accepted by the ClassFinder.
- getAvailableClasses() : array<string|int, mixed>
- Returns an associative array with all classes that will be filtered by the ClassFinder.
- getDisallowedDirectories() : array<string|int, mixed>
- Returns an numeric array with all directories that will NOT be accepted by the ClassFinder.
Methods
getAllowedDirectories()
Returns an numeric array with all directories that will be accepted by the ClassFinder.
public
getAllowedDirectories() : array<string|int, mixed>
Return values
array<string|int, mixed> —getAvailableClasses()
Returns an associative array with all classes that will be filtered by the ClassFinder.
public
getAvailableClasses() : array<string|int, mixed>
Array format: [ClassName] => [ClassFullFilePath]
Return values
array<string|int, mixed> —getDisallowedDirectories()
Returns an numeric array with all directories that will NOT be accepted by the ClassFinder.
public
getDisallowedDirectories() : array<string|int, mixed>