Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DCHANGELOG.md85 * deprecation: Process::setStdin() is deprecated in favor of Process::setInput()
87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
H A DProcess.php164 $this->setInput($input);
1177 public function setInput($input) function in Symfony\\Component\\Process\\Process