Home
last modified time | relevance | path

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

/template/strap/vendor/symfony/process/
H A DInputStream.php26 private $onEmpty = null; variable in Symfony\\Component\\Process\\InputStream
33 public function onEmpty(?callable $onEmpty = null) argument
35 $this->onEmpty = $onEmpty;
91 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {
92 $this->write($onEmpty($this));