Class BaseServiceProvider
- Illuminate\Support\ServiceProvider
- Skimia\Foundation\Annotations\BaseServiceProvider uses Skimia\Foundation\Support\Traits\NamespaceClassFinderTrait
Methods summary
public
|
|
public
|
|
public
|
|
abstract protected
|
|
abstract protected
|
|
public
|
#
addAnnotations(
Add annotation classes to the api routing scanner. |
protected
|
|
public
|
|
public
array
|
Methods used from Skimia\Foundation\Support\Traits\NamespaceClassFinderTrait
convertNamespaceToPath()
,
getAllClasses()
,
getClassesFromNamespace()
Properties summary
protected
array
|
$classesToScan
The classes to scan for annotations. |
#
[]
|
protected
boolean
|
$scanWhenLocal
Determines if we will auto-scan in the local environment. |
#
true
|
protected
boolean
|
$scanEverything
Determines whether or not to automatically scan all namespaced classes for annotations. |
#
true
|