PropertyCollection
final class PropertyCollection implements PropertyCollectionInterface (View source)
internal |
The property collection implementation
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()
Retrieve the serialized property values
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
ArrayIterator
getIterator()
No description
SerializedPropertyValues
serialized()
Retrieve the serialized property values