Lines Matching refs:emit
253 $this->emit('exception', [$e]);
445 if (!$this->emit('beforeMethod:' . $method, [$request, $response])) return;
446 if (!$this->emit('beforeMethod', [$request, $response])) return;
459 if ($this->emit('method:' . $method, [$request, $response])) {
460 if ($this->emit('method', [$request, $response])) {
466 if (!$this->emit('afterMethod:' . $method, [$request, $response])) return;
467 if (!$this->emit('afterMethod', [$request, $response])) return;
471 $this->emit('afterResponse', [$request, $response]);
994 return $this->emit('propFind', [$propFind, $node]);
1016 if (!$this->emit('beforeBind', [$uri])) return false;
1029 if (!$this->emit('beforeCreateFile', [$uri, &$data, $parent, &$modified])) return false;
1037 $this->emit('afterBind', [$uri]);
1038 $this->emit('afterCreateFile', [$uri, $parent]);
1063 if (!$this->emit('beforeWriteContent', [$uri, $node, &$data, &$modified])) return false;
1067 $this->emit('afterWriteContent', [$uri, $node]);
1123 if (!$this->emit('beforeBind', [$uri])) return;
1153 $this->emit('propPatch', [$uri, $mkCol]);
1165 $this->emit('afterBind', [$uri]);
1189 $this->emit('propPatch', [$path, $propPatch]);
1381 $this->emit('validateTokens', [ $request, &$ifConditions ]);