whikloj / BagItTools

A PHP BagIt library
MIT License
11 stars 5 forks source link

Allow setting multiple algorithms at once #41

Closed whikloj closed 2 years ago

whikloj commented 2 years ago

Currently you can set a single algorithm or add/remove an algorithm.

It seems convenient to be able to just set all the algorithms at once if you know what they are.

Essentially a setAlgorithm() call followed by multiple addAlgorithm() calls.