Grido\Components\Actions\Action::setPrimaryKey PHP Method

setPrimaryKey() public method

Sets primary key.
public setPrimaryKey ( string $primaryKey ) : Action
$primaryKey string
return Action
    public function setPrimaryKey($primaryKey)
    {
        $this->primaryKey = $primaryKey;
        return $this;
    }