phpDocumentor

GX4ModuleProcessor implements GXModuleComponentProcessor Uses DeterminesFqn

Class GX4ModuleProcessor

Interfaces, Classes and Traits

GXModuleComponentProcessor
Interface GXModuleComponentProcessor

Table of Contents

$components  : array<string|int, GX4Module>
$path  : Path
__construct()  : mixed
GX4ModuleProcessor 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

__construct()

GX4ModuleProcessor constructor.

public __construct(Path $path) : mixed
Parameters
$path : Path
Return values
mixed

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