Jackalope\Query\Row::key PHP 메소드

key() 공개 메소드

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