Grido\Components\Operation::getPrimaryKey PHP Метод

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

public getPrimaryKey ( ) : string
Результат string
    public function getPrimaryKey()
    {
        if ($this->primaryKey === NULL) {
            $this->primaryKey = $this->grid->primaryKey;
        }
        return $this->primaryKey;
    }