FinderIndexerResult::addTaxonomy
Method to add a taxonomy map for an item.
Signature
public function addTaxonomy(string
$branch,
[string
$title = 1,
[integer
$state = 1,
[integer
$access = 1]]] )
Parameters
-
$branch
- The title of the taxonomy branch to add the node to.
-
$title
- The title of the taxonomy node.
-
$state
- The published state of the taxonomy node. [optional]
-
$access
- The access level of the taxonomy node. [optional]
Returns
- void