JData::dumpProperty
Dumps a data property.
If recursion is set, this method will dump any object implementing JDumpable (like JData and JDataSet); it will convert a JDate object to a string; and it will convert a JRegistry to an object.
Signature
protected function dumpProperty(string
$property,
SplObjectStorage
$depth,
SplObjectStorage
$dumpedĀ )
Parameters
-
$property
- The name of the data property.
-
$depth
- The current depth of recursion (a value of 0 will ignore recursion).
-
$dumped
- An array of already serialized objects that is used to avoid infinite loops.
Returns
- mixed
- The value of the dumped property.