Phergie_Connection_Handler::getIterator PHP Method

getIterator() public method

Returns an iterator for the connection list.
    public function getIterator()
    {
        return new ArrayIterator($this->connections);
    }