Horde_Imap_Client_Mailbox_List::getIterator PHP Method

getIterator() public method

public getIterator ( )
    public function getIterator()
    {
        return new ArrayIterator($this->_mboxes);
    }