__construct()
__construct(string $type, mixed $data)
Construct a new AssocDataNode object.
Parameters
string | $type | (The data type. i.e: object, int, boolean, array) (deprecated) |
mixed | $data | The data to store. |
A node containing associative data.
This class is used exclusively by the AssocData class