com.neolao.data.TextFormat
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.
Propriétés
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 |
Méthodes
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 |
Change log
[21/04/2005] Version 1.0
Création
[23/04/2005] Version 1.1
Support des filtres supplémentaires
Source
<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>