Class QdbTagCollection
A traversable collection of QdbTag.
A QdbTagCollection is returned by QdbEntry::getTags().
- QdbTagCollection implements Iterator
See:
Example:
QdbEntry::getTags()Example:
$bobsTags = $cluster->blob('Bob the blob')->getTags(); foreach ($bobsTags as $tag) { echo('Bob has the tag ' . $tag->alias()); }
current(),
key(),
next(),
rewind(),
valid()
|