Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php155 $this->writeCallbacks[(int)$stream] = $cb;
184 $this->writeCallbacks[(int)$stream]
324 $writeCb = $this->writeCallbacks[(int)$writeStream];
383 protected $writeCallbacks = []; variable in Sabre\\Event\\Loop\\Loop