Returns an iterator for attributes.
\ArrayIterator An \ArrayIterator instance
public function getIterator() { return new \ArrayIterator($this->storage ->getBag($this->attributeName) ->all()); }