public static function notImplemented($uriParts, $parameters) { $d = new Dummy(); $response = $d->buildResponse("fail", 503, "Federated Sharing is not active on this server"); $d->sendResponse($response, $d->getFormat($parameters)); }