Home
last modified time | relevance | path

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

/plugin/webdav/vendor/sabre/event/lib/Loop/
H A DLoop.php135 $this->readCallbacks[(int)$stream] = $cb;
169 $this->readCallbacks[(int)$stream]
320 $readCb = $this->readCallbacks[(int)$readStream];
376 protected $readCallbacks = []; variable in Sabre\\Event\\Loop\\Loop