protected function notifyRequestComplete(Request $request)
 {
     $request->notifyIsComplete($this);
     /** @noinspection PhpUndefinedMethodInspection */
     $this->callbacks->onRequestComplete($request, $this);
 }
Example #2
0
	protected function notifyRequestComplete(Request $request) {
		$request->notifyIsComplete($this);
		$this->callbacks->onRequestComplete($request, $this);
	}