$data
$data : array
Array data
Pop abstract model class
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 |