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 |
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 | $input | The input to parse. |
- Renvoie:
- string The plain text input.
- Depuis:
- 2.5
Références $return, et null.
FinderIndexerParser::process |
( |
|
$input | ) |
|
|
abstractprotected |
La documentation de cette classe a été générée à partir du fichier suivant :