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é
Tout Structures de données Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FinderControllerIndexer
+ Graphe d'héritage de FinderControllerIndexer:

Fonctions membres publiques

 start ()
 
 batch ()
 
 optimize ()
 

Fonctions membres publiques statiques

static sendResponse ($data=null)
 

Description détaillée

Indexer controller class for Finder.

Depuis
2.5

Documentation des fonctions membres

◆ batch()

batch ( )

Method to run the next batch of content through the indexer.

Renvoie
void
Depuis
2.5

Références $app, $attributes, $doc, $html, $lang, $options, $params, $state, getDocument, JEventDispatcher\getInstance(), FinderIndexer\getState(), et FinderIndexer\setState().

◆ optimize()

optimize ( )

Method to optimize the index and perform any necessary cleanup.

Renvoie
void
Depuis
2.5

Références $app, $state, FinderIndexer\getInstance(), et FinderIndexer\getState().

◆ sendResponse()

static sendResponse (   $data = null)
static

Method to handle a send a JSON response. The body parameter can be an Exception object for when an error has occurred or a JObject for a good response.

Paramètres
mixed$dataJObject on success, Exception on error. [optional]
Renvoie
void
Depuis
2.5

Références $app, $data, $options, $params, JDEBUG, et json_encode.

◆ start()

start ( )

Method to start the indexer.

Renvoie
void
Depuis
2.5

Références $app, $options, $params, $state, JEventDispatcher\getInstance(), FinderIndexer\getState(), et FinderIndexer\resetState().


La documentation de cette classe a été générée à partir du fichier suivant :