JSON
JSON = 'JSON'
Format constants
Debug file storage class
setFormat(string $format) : \Pop\Debug\Storage\AbstractStorage
Set the storage format
| string | $format |
save(string $id, mixed $value) : \Pop\Debug\Storage\File
Save debug data
| string | $id | |
| mixed | $value |
delete(string $id) : \Pop\Debug\Storage\File
Delete debug data
| string | $id |
clear() : \Pop\Debug\Storage\File
Clear all debug data
setDir(string $dir) : \Pop\Debug\Storage\File
Set the current storage dir
| string | $dir |