Home
last modified time | relevance | path

Searched refs:clearOutput (Results 1 – 1 of 1) sorted by relevance

/template/strap/vendor/symfony/process/
H A DProcess.php631 $clearOutput = !(self::ITER_KEEP_OUTPUT & $flags);
641 if ($clearOutput) {
642 $this->clearOutput();
655 if ($clearOutput) {
679 public function clearOutput() function in Symfony\\Component\\Process\\Process