Quasardb API for PHP
Introduction Installation Compilation Configuration API Reference

Namespaces

  • qdb

Classes

  • QdbAliasAlreadyExistsException
  • QdbAliasNotFoundException
  • QdbBatch
  • QdbBatchResult
  • QdbBlob
  • QdbCluster
  • QdbConnectionException
  • QdbContainerEmptyException
  • QdbDeque
  • QdbEntry
  • QdbEntryCollection
  • QdbException
  • QdbExpirableEntry
  • QdbIncompatibleTypeException
  • QdbInputException
  • QdbInteger
  • QdbOperationDisabledException
  • QdbOperationException
  • QdbProtocolException
  • QdbSystemException
  • QdbTag
  • QdbTagCollection

Class QdbTagCollection

A traversable collection of qdb\QdbTag.

A QdbTagCollection is returned by \QdbEntry::getTags().

qdb\QdbTagCollection implements qdb\Iterator
Namespace: qdb
See: qdb\QdbEntry::getTags()
Example:
$bobsTags = $cluster->blob('Bob the blob')->getTags();
foreach ($bobsTags as $tag) {
    echo('Bob has the tag ' . $tag->alias());
}

Copyright 2009-2018 quasardb SAS Documentation generated by ApiGen