You are here

public function ProcessBuilder::__construct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/process/ProcessBuilder.php \Symfony\Component\Process\ProcessBuilder::__construct()

Constructor.

Parameters

string[] $arguments An array of arguments:

File

vendor/symfony/process/ProcessBuilder.php, line 39

Class

ProcessBuilder
Process builder.

Namespace

Symfony\Component\Process

Code

public function __construct(array $arguments = array()) {
  $this->arguments = $arguments;
}