[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
[Code source] [Imprimer] [Statistiques]
Base plugin class.
Poids: | 82 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Savant2_Plugin_modify:: (1 méthode):
plugin()
Classe: Savant2_Plugin_modify - X-Ref
Modifies a value with a series of functions.plugin($value, $functions = null) X-Ref |
Modifies a value with a series of functions. Allows you to pass a space-separated list of value-manipulation functions so that the value is "massaged" before output. For example, if you want to strip slashes, force to lower case, and convert to HTML entities (as for an input text box), you might do this: $this->modify($value, 'stripslashes strtolower htmlentities'); param: object &$savant A reference to the calling Savant2 object. param: string $value The value to be printed. param: string $functions A space-separated list of return: string |
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |