Class TfishTaglinkHandler
Handler class for taglink objects.
- TfishContentHandler
-
TfishTaglinkHandler
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/TfishTaglinkHandler.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/TfishTaglinkHandler.php
Methods summary
public static
boolean
|
#
deleteTaglinks(
Delete taglinks associated with a particular content object. |
public static
boolean
|
#
insertTaglinks( integer $content_id, string $type, array $tags )
Insert taglinks to the taglink table. |
public static
boolean
|
#
updateTaglinks( integer $id, string $type, array $tags = null )
Updates taglinks for a particular content object. |
Methods inherited from TfishContentHandler
delete(),
deleteParentalReferences(),
getActiveTagList(),
getCount(),
getLanguages(),
getList(),
getObject(),
getObjects(),
getOnlineSelectBox(),
getRights(),
getTagList(),
getTags(),
getTypeIndex(),
getTypeSelectBox(),
getTypes(),
insert(),
isSanctionedType(),
makeTagLinks(),
searchContent(),
toObject(),
toggleOnlineStatus(),
update(),
updateCounter()