Jackalope\Query\Row::key PHP Method

key() public method

Implement Iterator
public key ( )
    public function key()
    {
        return $this->columns[$this->position]['dcr:name'];
    }