AutoloadCollector
extends Collector
in package
Class AutoloadCollector.
Table of Contents
- $autoloader : Autoloader
- getActivities() : array<string|int, mixed>
- getContents() : string
- setAutoloader() : static
- getDataByDeclaration() : array<string, mixed>|false
- getDataByFile() : array<string, mixed>|false
- getDeclarationType() : string
- getOpcacheConfiguration() : array<string, mixed>|null
- renderAutoloader() : string
- renderClasses() : string
- renderNamespaces() : string
- renderPreload() : string
Properties
$autoloader
protected
Autoloader
$autoloader
Methods
getActivities()
public
getActivities() : array<string|int, mixed>
Return values
array<string|int, mixed> —getContents()
public
getContents() : string
Return values
string —setAutoloader()
public
setAutoloader(Autoloader $autoloader) : static
Parameters
- $autoloader : Autoloader
Return values
static —getDataByDeclaration()
protected
getDataByDeclaration(string $declaration) : array<string, mixed>|false
Parameters
- $declaration : string
Return values
array<string, mixed>|false —getDataByFile()
protected
getDataByFile(string $file) : array<string, mixed>|false
Parameters
- $file : string
Return values
array<string, mixed>|false —getDeclarationType()
protected
getDeclarationType(string $declaration) : string
Parameters
- $declaration : string
Return values
string —getOpcacheConfiguration()
protected
getOpcacheConfiguration() : array<string, mixed>|null
Return values
array<string, mixed>|null —renderAutoloader()
protected
renderAutoloader() : string
Return values
string —renderClasses()
protected
renderClasses() : string
Return values
string —renderNamespaces()
protected
renderNamespaces() : string
Return values
string —renderPreload()
protected
renderPreload() : string