Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | addBranch ($title, $state=1, $access=1) |
static | addNode ($branch, $title, $state=1, $access=1) |
static | addMap ($linkId, $nodeId) |
static | getBranchTitles () |
static | getNodeByTitle ($branch, $title) |
static | removeMaps ($linkId) |
static | removeOrphanNodes () |
Attributs publics statiques | |
static | $branches = array() |
static | $nodes = array() |
Fonctions membres protégées statiques | |
static | storeNode ($item) |
Stemmer base class for the Finder indexer package.
|
static |
Method to add a branch to the taxonomy tree.
string | $title | The title of the branch. |
integer | $state | The published state of the branch. [optional] |
integer | $access | The access state of the branch. [optional] |
Exception | on database error. |
|
static |
Method to add a map entry between a link and a taxonomy node.
integer | $linkId | The link to map to. |
integer | $nodeId | The node to map to. |
Exception | on database error. |
Références $db, $id, et $query.
Référencé par FinderIndexerDriverPostgresql\index(), FinderIndexerDriverSqlsrv\index(), et FinderIndexerDriverMysql\index().
|
static |
Method to add a node to the taxonomy tree.
string | $branch | The title of the branch to store the node in. |
string | $title | The title of the node. |
integer | $state | The published state of the node. [optional] |
integer | $access | The access state of the node. [optional] |
Exception | on database error. |
Références $db, $query, $state, et $title.
Référencé par FinderIndexerDriverPostgresql\index(), FinderIndexerDriverSqlsrv\index(), et FinderIndexerDriverMysql\index().
|
static |
Method to get the title of all taxonomy branches.
Exception | on database error. |
Références $db, $groups, et $query.
Référencé par FinderIndexerQuery\processString().
|
static |
Method to find a taxonomy node in a branch.
string | $branch | The branch to search. |
string | $title | The title of the node. |
Exception | on database error. |
Références $db, $groups, $query, et $title.
Référencé par FinderIndexerQuery\processString().
|
static |
Method to remove map entries for a link.
integer | $linkId | The link to remove. |
Exception | on database error. |
Référencé par FinderIndexerDriverPostgresql\index(), FinderIndexerDriverSqlsrv\index(), FinderIndexerDriverMysql\index(), FinderIndexer\remove(), et FinderIndexerDriverSqlsrv\remove().
|
static |
Method to remove orphaned taxonomy nodes and branches.
Exception | on database error. |
Référencé par FinderIndexerDriverPostgresql\optimize(), FinderIndexerDriverMysql\optimize(), FinderIndexerDriverSqlsrv\optimize(), FinderIndexer\remove(), et FinderIndexerDriverSqlsrv\remove().
|
staticprotected |
|
static |
|
static |