|
dmBridge PHP API
|
Encapsulates a query for tags. More...
Inheritance diagram for DMTagQuery:Encapsulates a query for tags.
Definition at line 15 of file DMTagQuery.php.
| DMTagQuery::getSearchResults | ( | ) |
Alias of getSearchResultsAsObjects().
Implements DMQuery.
Definition at line 28 of file DMTagQuery.php.
| DMTagQuery::getSearchResultsAsCounts | ( | ) |
Definition at line 35 of file DMTagQuery.php.
| DMTagQuery::getSearchResultsAsObjects | ( | ) |
Definition at line 44 of file DMTagQuery.php.
Referenced by getSearchResults().
| DMTagQuery::getURI | ( | ) |
Implements DMURIAddressable.
Definition at line 67 of file DMTagQuery.php.
| DMTagQuery::isSortingByFrequency | ( | ) | [final] |
Definition at line 53 of file DMTagQuery.php.
Referenced by DMPDODataStore::getTagsForQueryAsCounts(), DMPDODataStore::getTagsForQueryAsObjects(), and getURI().
| DMTagQuery::setSortByFrequency | ( | $ | bool | ) | [final] |
| bool | bool Whether to sort descending by frequency. |
Definition at line 60 of file DMTagQuery.php.