Tag
class Tag implements ModelObject
Represents a tag.
Methods
array
getSubTags()
No description
hasSubTags()
No description
array
getSuperTags()
No description
getName()
No description
getGlobalcount()
No description
getUsercount()
No description
getScore()
No description
getConfidence()
No description
getHref()
No description
setSubTags(Tags $subTags)
No description
addSubTag(Tag $subTag)
No description
setSuperTags(array $superTags)
No description
addSuperTag(Tag $superTag)
No description
setName($name)
No description
setGlobalcount($globalcount)
No description
setUsercount($usercount)
No description
setScore($score)
No description
setConfidence($confidence)
No description
setHref($href)
No description
string
__toString()
No description
int
compare(Tag $b, string $sortingKey)
No description