Essence\Media::getIterator PHP Method

getIterator() public method

Returns an iterator for the media properties.
public getIterator ( ) : ArrayIterator
return ArrayIterator Iterator.
    public function getIterator()
    {
        return new ArrayIterator($this->_properties);
    }