Get all sanitizer method names and optionally types they return
Available since version 3.0.165.
Usage
// basic usage
$array = $sanitizer->getAll();
// usage with all arguments
$array = $sanitizer->getAll(bool $getReturnTypes = false);
Arguments
Name | Type(s) | Description |
---|---|---|
getReturnTypes (optional) | bool | Get array where method names are keys and values are return types? |
Return value
array
$sanitizer methods and properties
API reference based on ProcessWire core version 3.0.236