Pheasant\Options::getIterator PHP Method

getIterator() public method

* (non-phpdoc)
See also: IteratorAggregate
public getIterator ( )
    public function getIterator()
    {
        return new \ArrayIterator($this->_options);
    }