Reformate un texte. C'est surtout une class de base qui est faite pour être héritée même si elle fonctionnne toute seule.
Visibilité | Type | Nom | Description |
---|---|---|---|
static public | array | patterns | Les filtres de recherche |
static public | array | replacements | Les remplacements |
static public | array | newpatterns | Les filtres de recherche supplémentaires |
static public | array | newreplacements | Les remplacements supplémentaires |
static public | array | options | Les options |
Visibilité | Return | Nom | Param 1 | Param 2 | Description |
---|---|---|---|---|---|
static protected | void | _init | Initialisation des variables | ||
static public | void | setOption | string $name | bool $value | Défini si un remplacement est actif ou pas |
static public | bool | getOption | string $name | Récupère une proriété (une propriété est activée par défaut) | |
static public | string | format | string $text | Reformate le texte | |
static public | void | addPattern | string $pattern | string $replacement | Ajouter un filtre |
Création
Support des filtres supplémentaires
<source http://neolao.com/trac/php5classes/file/com/neolao/data/TextFormat.php?rev=7&format=raw php|Source Subversion : http://neolao.com/trac/php5classes/file/com/neolao/data/TextFormat.php>