예제 #1
0
 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));
 }