JHelperTags::addTagMapping
Method to add tag rows to mapping table.
Signature
public function addTagMapping(integer
$ucmId,
JTable
$table,
array
$tagsĀ )
Parameters
-
$ucmId
- ID of the #__ucm_content item being tagged
-
$table
- JTable object being tagged
-
$tags
- Array of tags to be applied.
Returns
- boolean
- true on success, otherwise false.