class PhpExtension extends CompilerExtension

deprecated

PHP directives definition.

Methods

Schema
getConfigSchema()

Returns configuration schema.

void
loadConfiguration()

Processes configuration data. Intended to be overridden by descendant.

Details

at line 21
Schema getConfigSchema()

Returns configuration schema.

Return Value

Schema

at line 27
void loadConfiguration()

Processes configuration data. Intended to be overridden by descendant.

Return Value

void