Phalcon\Db\Adapter\MongoDB\Model\DatabaseInfoLegacyIterator::rewind PHP Method

rewind() public method

Rewind the Iterator to the first element.
See also: http://php.net/iterator.rewind
public rewind ( )
    public function rewind()
    {
        reset($this->databases);
    }