Parser base class for the Finder indexer package.
- Depuis
- 2.5
◆ getInstance()
static getInstance |
( |
|
$format | ) |
|
|
static |
◆ parse()
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 | $input | The input to parse. |
- Renvoie
- string The plain text input.
- Depuis
- 2.5
Références $input, $return, $start, et null.
◆ process()
Method to process input and extract the plain text.
- Paramètres
-
string | $input | The input to process. |
- Renvoie
- string The plain text input.
- Depuis
- 2.5
◆ $instances
La documentation de cette classe a été générée à partir du fichier suivant :