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

key() 공개 메소드

Return the key of the current element.
또한 보기: http://php.net/iterator.key
public key ( ) : integer
리턴 integer
    public function key()
    {
        return key($this->databases);
    }