public function Process::setCommandLine

2 calls to Process::setCommandLine()
PhpProcess::run in drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpProcess.php
Runs the process.
PhpProcess::setPhpBinary in drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpProcess.php
Sets the path to the PHP binary to use.

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php, line 597

Class

Process
Process is a thin wrapper around proc_* functions to ease start independent PHP processes.

Namespace

Symfony\Component\Process

Code

public function setCommandLine($commandline) {
  $this->commandline = $commandline;
}