[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
Abstract output escaping decorator class for "getter" objects.
Author: | Mike Squire <mike@somosis.co.uk> |
Version: | SVN: $Id: sfOutputEscaperGetterDecorator.class.php 3232 2007-01-11 20:51:54Z fabien $ |
Poids: | 54 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
get($key, $escapingMethod = null) X-Ref |
Returns the escaped value associated with the key supplied. Typically (using this implementation) the raw value is obtained using the {@link getRaw()} method, escaped and the result returned. param: string The key to retieve param: string The escaping method (a PHP function) to use return: mixed The escaped value |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |