Lines Matching refs:emit
259 $this->emit('exception', [$e]);
465 if (!$this->emit('beforeMethod:' . $method, [$request, $response])) return;
466 if (!$this->emit('beforeMethod', [$request, $response])) return;
479 if ($this->emit('method:' . $method, [$request, $response])) {
480 if ($this->emit('method', [$request, $response])) {
491 if (!$this->emit('afterMethod:' . $method, [$request, $response])) return;
492 if (!$this->emit('afterMethod', [$request, $response])) return;
499 $this->emit('afterResponse', [$request, $response]);
1059 return $this->emit('propFind', [$propFind, $node]);
1081 if (!$this->emit('beforeBind', [$uri])) return false;
1094 if (!$this->emit('beforeCreateFile', [$uri, &$data, $parent, &$modified])) return false;
1102 $this->emit('afterBind', [$uri]);
1103 $this->emit('afterCreateFile', [$uri, $parent]);
1128 if (!$this->emit('beforeWriteContent', [$uri, $node, &$data, &$modified])) return false;
1132 $this->emit('afterWriteContent', [$uri, $node]);
1188 if (!$this->emit('beforeBind', [$uri])) return;
1218 $this->emit('propPatch', [$uri, $mkCol]);
1241 $this->emit('afterBind', [$uri]);
1265 $this->emit('propPatch', [$path, $propPatch]);
1457 $this->emit('validateTokens', [$request, &$ifConditions]);