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 | |
parse ($input) | |
Fonctions membres publiques statiques | |
static | getInstance ($format) |
Fonctions membres protégées | |
process ($input) | |
Parser base class for the Finder indexer package.
|
static |
Method to get a parser, creating it if necessary.
string | $format | The type of parser to load. |
Exception | on invalid parser. |
Références $class, $format, $path, et JLoader\register().
Référencé par FinderIndexerHelper\parse().
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.
string | $input | The input to parse. |
|
abstractprotected |
Method to process input and extract the plain text.
string | $input | The input to process. |