Documentation

RemoveBuildParametersPass
in package
implements CompilerPassInterface

Table of Contents

Interfaces

CompilerPassInterface
Interface that must be implemented by compilation passes.

Properties

$preserveArrays  : bool
$removedParameters  : array<string, mixed>

Methods

__construct()  : mixed
getRemovedParameters()  : array<string, mixed>
process()  : void
You can modify the container here before it is dumped to PHP code.

Properties

Methods

__construct()

public __construct([bool $preserveArrays = false ]) : mixed
Parameters
$preserveArrays : bool = false

getRemovedParameters()

public getRemovedParameters() : array<string, mixed>
Return values
array<string, mixed>

        
On this page

Search results