H A D | Process.php | 74 private $tty = false; variable in Symfony\\Component\\Process\\Process 350 if ($this->tty) { 1018 * @param bool $tty True to enabled and false to disable 1024 public function setTty($tty) argument 1026 if ('\\' === \DIRECTORY_SEPARATOR && $tty) { 1029 if ($tty) { 1041 $this->tty = (bool) $tty; 1053 return $this->tty;
|