final class SearchExtension extends CompilerExtension

Services auto-discovery.

Methods

__construct(string $tempDir)

No description

getConfigSchema()

Returns configuration schema.

void
loadConfiguration()

Processes configuration data. Intended to be overridden by descendant.

array
findClasses(stdClass $config)

No description

void
beforeCompile()

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

Details

at line 30
__construct(string $tempDir)

No description

Parameters

string $tempDir

at line 36
Schema getConfigSchema()

Returns configuration schema.

Return Value

Schema

at line 60
void loadConfiguration()

Processes configuration data. Intended to be overridden by descendant.

Return Value

void

at line 79
array findClasses(stdClass $config)

No description

Parameters

stdClass $config

Return Value

array

at line 123
void beforeCompile()

Adjusts DI container before is compiled to PHP class. Intended to be overridden by descendant.

Return Value

void