Joomla CMS  2.5.24 (avec JPlatform 11.4 inclus)
Documentation des API du CMS Joomla en version 2.5 et du framework Joomla Platform intégré
 Tout Classes Espaces de nommage Fichiers Fonctions Variables Pages
Référence de la classe FinderIndexerParser
+ Graphe d'héritage de FinderIndexerParser:

Liste de tous les membres

Fonctions membres publiques

 parse ($input)

Fonctions membres publiques statiques

static getInstance ($format)

Fonctions membres protégées

 process ($input)

Documentation des fonctions membres

static FinderIndexerParser::getInstance (   $format)
static

Method to get a parser, creating it if necessary.

Paramètres:
string$formatThe type of parser to load.
Renvoie:
FinderIndexerParser A FinderIndexerParser instance.
Depuis:
2.5
Exceptions:
Exceptionon invalid parser.

Références $class, $path, JFilterInput\getInstance(), et JText\sprintf().

Référencé par FinderIndexerHelper\parse().

+ Voici le graphe d'appel pour cette fonction :

+ Voici le graphe des appelants de cette fonction :

FinderIndexerParser::parse (   $input)

Method to parse input and extract the plain text. Because this method is called from both inside and outside the indexer, it needs to be able to batch out its parsing functionality to deal with the inefficiencies of regular expressions. We will parse recursively in 2KB chunks.

Paramètres:
string$inputThe input to parse.
Renvoie:
string The plain text input.
Depuis:
2.5

Références $return, et null.

FinderIndexerParser::process (   $input)
abstractprotected

Method to process input and extract the plain text.

Paramètres:
string$inputThe input to process.
Renvoie:
string The plain text input.
Depuis:
2.5

Réimplémentée dans FinderIndexerParserHtml, FinderIndexerParserRtf, et FinderIndexerParserTxt.


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