Jackalope\Query\Row::key PHP Méthode

key() public méthode

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