CompositeProcessEnvironmentConfigurator

Class
Read only: Yes Final: Yes

Applies multiple process environment configurators in a stable order.

Table of Contents

Interfaces

ProcessEnvironmentConfiguratorInterface

Configures subprocess environment variables before queued execution.

Properties

 : iterable<string|int, mixed>

Methods

 : mixed
configure()

Configures environment variables for a queued process.

 : void
Properties
Methods

configure()

Public

Configures environment variables for a queued process.

public configure(Process  $process, OutputInterface  $output) : void
Parameters
$process : Process

Description

the queued process that will be started

$output : OutputInterface

Description

the parent output used to infer console capabilities