Public Member Functions | Protected Member Functions | Protected Attributes

oxTagList Class Reference

Inheritance diagram for oxTagList:
Collaboration diagram for oxTagList:

List of all members.

Public Member Functions

 __construct ()
 getCacheId ()
 loadList ()
 get ()
 addTag ($mTag)

Protected Member Functions

 _addTagsFromDb ($sTags)

Protected Attributes

 $_oTagSet = null
 $_blExtended = false

Detailed Description

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.


Constructor & Destructor Documentation

oxTagList.__construct (  ) 

Instantiates oxtagset object

Definition at line 33 of file oxtaglist.php.


Member Function Documentation

oxTagList._addTagsFromDb ( sTags  )  [protected]

Adds record from database to tagset

Parameters:
string $sTags tags string to add
Returns:
void

Definition at line 114 of file oxtaglist.php.

oxTagList.addTag ( mTag  ) 

Adds tag to list

Parameters:
string $mTag tag as string or as oxTag object
Returns:
void

Definition at line 102 of file oxtaglist.php.

oxTagList.get (  ) 

Returns oxTagSet list

Returns:
oxTagSet

Implements oxITagList.

Definition at line 90 of file oxtaglist.php.

oxTagList.getCacheId (  ) 

Returns cache id

Returns:
string

Implements oxITagList.

Definition at line 44 of file oxtaglist.php.

oxTagList.loadList (  ) 

Loads all articles tags list.

Returns:
bool

Implements oxITagList.

Definition at line 54 of file oxtaglist.php.


Member Data Documentation

oxTagList.$_blExtended = false [protected]

Definition at line 28 of file oxtaglist.php.

oxTagList.$_oTagSet = null [protected]

Definition at line 21 of file oxtaglist.php.


The documentation for this class was generated from the following file: