phpDocumentor

ServiceProviderProcessor implements GXModuleComponentProcessor Uses DeterminesFqn

Class ServiceProviderProcessor

Interfaces, Classes and Traits

GXModuleComponentProcessor
Interface GXModuleComponentProcessor

Table of Contents

$components  : array<string|int, ServiceProvider>
$path  : Path
__construct()  : mixed
ServiceProviderProcessor constructor.
createRegistry()  : ComponentsRegistry
getType()  : string
processModuleFile()  : void
resetInternalState()  : void
Resets the internal state of the processor.
determineFqn()  : string
Translates the path to a GXModules namespace.

Properties

Methods

processModuleFile()

public processModuleFile(SplFileInfo $moduleFile) : void
Parameters
$moduleFile : SplFileInfo
Tags
inheritDoc
Return values
void

resetInternalState()

Resets the internal state of the processor.

public resetInternalState() : void
Tags
inheritDoc
Return values
void

determineFqn()

Translates the path to a GXModules namespace.

private determineFqn(string $path) : string
Parameters
$path : string
Return values
string

Search results