This is the complete list of members for Util, including all inherited members.
$disableFetchedPublicKeysSave | Util | static |
$formSubmissionTimeout | Util | static |
$logLevel | Util | static |
$METHOD_NAMES | Util | static |
$requestParameters | Util | static |
$strictMode | Util | static |
checkArray(object $obj, string $fullname, bool $required=false, bool $notEmpty=false) | 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 |
cloneObject(object $obj) | 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 |
logRequest(bool $debugLevel=false) | Util | static |
MESSAGE_TYPE_MAPPING | Util | |
redirect(string $url, array $params) | Util | static |
sendForm(string $url, array $params, string $target='', string $javascript='') | 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 |