Add or get debug info
Usage
// basic usage
$array = $procache->debugInfo();
// usage with all arguments
$array = $procache->debugInfo(string $value = '', bool $prepend = false);
Arguments
Name | Type(s) | Description |
---|---|---|
value (optional) | string | Specify value to add |
prepend (optional) | bool | Prepend rather than append? |
Return value
array
When adding note that a blank array is returned
$procache methods and properties
API reference based on ProcessWire core version 3.0.236