$data
$data : array
Array data
Abstract auditable model class
$auditor : \Pop\Audit\Auditor
Auditor object
createFromJson(string $jsonString, integer $depth = 512, integer $options) : \Pop\Utils\ArrayObject
Create array object from JSON string
string | $jsonString | |
integer | $depth | |
integer | $options |
createFromSerialized(string $string) : \Pop\Utils\ArrayObject
Create array object from serialized string
string | $string |
jsonUnserialize(string $jsonString, integer $depth = 512, integer $options) : \Pop\Utils\ArrayObject
Unserialize a JSON string
string | $jsonString | |
integer | $depth | |
integer | $options |
unserialize(string $string) : \Pop\Utils\ArrayObject
Unserialize a string
string | $string |
__set(string $name, mixed $value) : \Pop\Utils\ArrayObject
Set a value
string | $name | |
mixed | $value |
setAuditor(\Pop\Audit\Auditor $auditor) : self
Set the auditor object
\Pop\Audit\Auditor | $auditor |
getAuditor() : \Pop\Audit\Auditor
Get the auditor object