Class TfishTaglink
Taglink object class.
Taglink objects are used to create relationships between content objects and tag objects, thereby facilitating retrieval of related content. Taglinks are stored in their own table.
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/TfishTaglink.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/TfishTaglink.php
Methods summary
public
|
|
public
mixed|null
|
|
public
|
|
public
boolean
|
|
public
boolean
|
Properties summary
protected
array
|
$__data
Array holding the values of taglink object properties, accessed via magic methods. |
#
array(
'id',
'tag_id',
'content_type',
'content_id',
'handler')
|
Magic properties
public
integer
|
$id
ID of this taglink object |
public
integer
|
$tag_id
ID of the tag object |
public
string
|
$content_type
type of content object |
public
string
|
$handler
The handler for taglink objects |