Class QdbTagCollection
A traversable collection of qdb\QdbTag.
A QdbTagCollection is returned by \QdbEntry::getTags().
- qdb\QdbTagCollection implements qdb\Iterator
Namespace: qdb
See:
Example:
See:
qdb\QdbEntry::getTags()Example:
$bobsTags = $cluster->blob('Bob the blob')->getTags(); foreach ($bobsTags as $tag) { echo('Bob has the tag ' . $tag->alias()); }