yii\db\BatchQueryResult::key PHP 메소드

key() 공개 메소드

This method is required by the interface [[\Iterator]].
public key ( ) : integer
리턴 integer the index of the current row.
    public function key()
    {
        return $this->_key;
    }