PropertyCollection
final class PropertyCollection implements ArrayAccess, IteratorAggregate, Countable (View source)
The property collection that provides access to the serialized and deserialized properties of a node
Methods
__construct(SerializedPropertyValues $serializedPropertyValues, PropertyConverter $propertyConverter)
No description
bool
offsetExists($offset)
No description
mixed
offsetGet($offset)
No description
never
offsetSet($offset, $value)
No description
never
offsetUnset($offset)
No description
getIterator()
No description
serialized()
No description
int
count()
No description
Details
__construct(SerializedPropertyValues $serializedPropertyValues, PropertyConverter $propertyConverter)
| internal | do not create from userspace |
No description
bool
offsetExists($offset)
No description
mixed
offsetGet($offset)
No description
never
offsetSet($offset, $value)
No description
never
offsetUnset($offset)
No description
Generator
getIterator()
No description
SerializedPropertyValues
serialized()
No description
int
count()
No description