Class TfishTagHandler
Handler class for tag content objects.
- TfishContentHandler
- TfishTagHandler
Package: content
Copyright: Simon Wilkinson 2013-2017 (https://tuskfish.biz)
License: GNU General Public License (GPL) V2
Author: Simon Wilkinson simon@isengard.biz
Version: Release: 1.0
Since: 1.0
Located at trust_path/libraries/tuskfish/class/TfishTagHandler.php
Copyright: Simon Wilkinson 2013-2017 (https://tuskfish.biz)
License: GNU General Public License (GPL) V2
Author: Simon Wilkinson simon@isengard.biz
Version: Release: 1.0
Since: 1.0
Located at trust_path/libraries/tuskfish/class/TfishTagHandler.php
Methods summary
public static
integer
|
#
getCount(
Count TfishTag objects, optionally matching conditions specified with a TfishCriteria object. |
public static
array
|
#
getObjects(
Get TfishTag objects, optionally matching conditions specified with a TfishCriteria object. |
public static
boolean|string
|
#
getTagSelectBox( integer $selected = null, string $type = '', string $zero_option = TFISH_SELECT_TAGS, boolean $online_only = true )
Generates a tag select box control. |
public static
string
|
#
getArbitraryTagSelectBox( integer $selected = null, array $tag_list = array(), string $key_name = null, string $zero_option = TFISH_SELECT_TAGS )
Build a select box from an arbitrary array of tags. |
Methods inherited from TfishContentHandler
delete()
,
deleteParentalReferences()
,
getActiveTagList()
,
getLanguages()
,
getList()
,
getObject()
,
getOnlineSelectBox()
,
getRights()
,
getTagList()
,
getTags()
,
getTypeIndex()
,
getTypeSelectBox()
,
getTypes()
,
insert()
,
isSanctionedType()
,
makeTagLinks()
,
searchContent()
,
toObject()
,
toggleOnlineStatus()
,
update()
,
updateCounter()