Searched refs:onEmpty (Results 1 – 1 of 1) sorted by relevance
26 private $onEmpty = null; variable in Symfony\\Component\\Process\\InputStream33 public function onEmpty(?callable $onEmpty = null) argument35 $this->onEmpty = $onEmpty;91 if (!$this->input && $this->open && null !== $onEmpty = $this->onEmpty) {92 $this->write($onEmpty($this));