Phalcon\Db\Adapter\MongoDB\Model\DatabaseInfoLegacyIterator::rewind PHP 메소드

rewind() 공개 메소드

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