public AttributeArray::offsetUnset($offset)
public AttributeArray::offsetGet($offset)
A class that defines a type of Attribute that can be added to as an array. To use with Attribute, the array must be specified. Correct:
public AttributeArray::offsetExists($offset)
public AttributeArray::offsetSet($offset, $value)
public AttributeArray::getIterator()
public AttributeArray::exchangeArray($input)
Ensures empty array as a result of array_filter will not print '$name=""'. Overrides
public AttributeArray::__toString()