ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullWrapper.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
27 public function requestHasArgument(Argument $argument): bool
28 {
29 return false;
30 }
31
32 public function retrieveArgumentFromRequest(Argument $argument): string
33 {
34 return '';
35 }
36
37 public function sendResponseAndClose(
38 int $status_code,
39 string $message = '',
40 ?\DOMDocument $body = null
41 ): void {
42 }
43}
sendResponseAndClose(int $status_code, string $message='', ?\DOMDocument $body=null)
Definition: NullWrapper.php:37
$message
Definition: xapiexit.php:31