Lines Matching refs:sendResponse
57 $this->util->sendResponse(401, 'Not logged in!');
63 $this->util->sendResponse(403, 'Must be Admin');
81 $this->util->sendResponse($response['status'], $response['data']);
102 $this->util->sendResponse(401, 'Not logged in!');
108 $this->util->sendResponse(403, 'Must be Admin');
117 $this->util->sendResponse($e->getCode(), $e->getMessage());
119 $this->util->sendResponse(200, $html);
187 $this->util->sendResponse(403, 'Must be Admin');
195 $this->util->sendResponse(400, 'service or project is missing');
202 $this->util->sendResponse(202, 'Importing issues...');
232 $this->util->sendResponse(401, 'Not logged in!');
263 $this->util->sendResponse($code, $data);