Jackalope\Query\Row::key PHP Метод

key() публичный Метод

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