Closed whikloj closed 2 years ago
If you have already got the information you want as an array of tag-name => tag-value, it would be nice to just pass that to the bag instead of having to iterate over the array and call addBagInfoTag in the loop.
addBagInfoTag
Something like addBagInfoTags(array $tags)
addBagInfoTags(array $tags)
If you have already got the information you want as an array of tag-name => tag-value, it would be nice to just pass that to the bag instead of having to iterate over the array and call
addBagInfoTag
in the loop.Something like
addBagInfoTags(array $tags)