Public Member Functions | |
__construct () | |
getCacheId () | |
loadList () | |
get () | |
addTag ($mTag) | |
Protected Member Functions | |
_addTagsFromDb ($sTags) | |
Protected Attributes | |
$_oTagSet = null | |
$_blExtended = false |
Class dedicated to article tags handling. Is responsible for saving, returning and adding tags for given article.
Definition at line 13 of file oxtaglist.php.
oxTagList.__construct | ( | ) |
Instantiates oxtagset object
Definition at line 33 of file oxtaglist.php.
oxTagList._addTagsFromDb | ( | $ | sTags | ) | [protected] |
Adds record from database to tagset
string | $sTags tags string to add |
Definition at line 112 of file oxtaglist.php.
oxTagList.addTag | ( | $ | mTag | ) |
Adds tag to list
string | $mTag tag as string or as oxTag object |
Definition at line 100 of file oxtaglist.php.
oxTagList.get | ( | ) |
Returns oxTagSet list
Implements oxITagList.
Definition at line 90 of file oxtaglist.php.
oxTagList.getCacheId | ( | ) |
oxTagList.loadList | ( | ) |
Loads all articles tags list.
Implements oxITagList.
Definition at line 54 of file oxtaglist.php.
oxTagList.$_blExtended = false [protected] |
Definition at line 28 of file oxtaglist.php.
oxTagList.$_oTagSet = null [protected] |
Definition at line 21 of file oxtaglist.php.