This is the complete list of members for Util, including all inherited members.
| $disableFetchedPublicKeysSave | Util | static |
| $encryptionKey | Util | static |
| $formSubmissionTimeout | Util | static |
| $logLevel | Util | static |
| $METHOD_NAMES | Util | static |
| $requestParameters | Util | static |
| $strictMode | Util | static |
| $userAgentHeaderValue | Util | static |
| $version | Util | static |
| addQueryParameters(string $url, array $params) | Util | static |
| canEncrypt() | Util | static |
| checkArray(object $obj, string $fullname, bool $required=false, bool $notEmpty=false, ?array $default=[]) | Util | static |
| checkBoolean(object $obj, string $fullname, bool $required=false, ?bool $default=null) | Util | static |
| checkDateTime(object $obj, string $fullname, bool $required=false) | Util | static |
| checkInteger(object $obj, string $fullname, bool $required=false, int|false $minimum=false, bool $minimumExclusive=false, bool $overrideStrictMode=false) | Util | static |
| checkNumber(object $obj, string $fullname, bool $required=false, int|false $minimum=false, bool $minimumExclusive=false, bool $overrideStrictMode=false) | Util | static |
| checkObject(object $obj, string $fullname, bool $required=false, bool $stringValues=false) | Util | static |
| checkString(object $obj, string $fullname, bool $required=false, ?bool $notEmpty=false, string|array $fixedValue="", bool $overrideStrictMode=false, ?string $default="") | Util | static |
| checkUrl(object $obj, string $fullname, bool $required=false, bool $allowEmpty=false) | Util | static |
| cloneObject(object $obj) | Util | static |
| decrypt(?string $value) | Util | static |
| encrypt(?string $value, int $maximumLength=0) | Util | static |
| getLoggerClient() | Util | static |
| getMessages(bool $isError) | Util | static |
| getRandomString(int $length=8) | Util | static |
| getRequestParameters() | Util | static |
| isLtiMessage() | Util | static |
| jsonDecode(?string $str, bool $associative=false) | Util | static |
| JWT_CLAIM_MAPPING | Util | |
| JWT_CLAIM_PREFIX | Util | |
| log(string $message, bool $showSource=false) | Util | static |
| logDebug(string $message, bool $showSource=false) | Util | static |
| logError(string $message, bool $showSource=true) | Util | static |
| logForm(string $url, array $params, string $method="POST", bool $debugLevel=false) | Util | static |
| logInfo(string $message, bool $showSource=false) | Util | static |
| logMessage(string $message, LogLevel $type=LogLevel::None, bool $showSource=false) | Util | static |
| logRequest(bool $debugLevel=false) | Util | static |
| MESSAGE_TYPE_MAPPING | Util | |
| redirect(string $url, array $params=[], bool $disableExit=false) | Util | static |
| sendForm(string $url, array $params, string $target="", string $javascript="") | Util | static |
| sendResponse(string $body="", string $contentType="", int $statusCode=200, string $statusMessage="OK") | Util | static |
| setLoggerClient(?LoggerInterface $loggerClient) | Util | static |
| setMessage(bool $isError, string $message) | Util | static |
| setTestCookie(bool $delete=false) | Util | static |
| stripHtml(string $html) | Util | static |
| TEST_COOKIE_NAME | Util | |
| urlEncode(?string $val) | Util | static |
| valToBoolean(mixed $val) | Util | static |
| valToNumber(mixed $val) | Util | static |
| valToString(mixed $val, ?string $default="") | Util | static |