phpDocumentor

EnvironmentClassFinderSettings
in package
implements ClassFinderSettingsInterface

Class EnvironmentClassFinderSettings

Tags
category

System

subpackage

ClassFinder

Interfaces, Classes and Traits

ClassFinderSettingsInterface
Interface ClassFinderSettingsInterface

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 Array format: [ClassName] => [ClassFullFilePath]
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 Array format: [ClassName] => [ClassFullFilePath]

public getAvailableClasses() : array<string|int, mixed>
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>
Return values
array<string|int, mixed>

Search results