Grido\Components\Actions\Action::setPrimaryKey PHP Метод

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

Sets primary key.
public setPrimaryKey ( string $primaryKey ) : Action
$primaryKey string
Результат Action
    public function setPrimaryKey($primaryKey)
    {
        $this->primaryKey = $primaryKey;
        return $this;
    }