[ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
Poids: | 59 lignes (2 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 0 fichiers |
Interface: FileNameMapper - X-Ref
Interface for filename mapper classes.main($sourceFileName) X-Ref |
The mapper implementation. param: mixed $sourceFileName The data the mapper works on. return: array The data after the mapper has been applied; must be in array format (for some reason). |
setTo($to) X-Ref |
Accessor. Sets the to property. The actual implementation depends on the child class. param: string $to To what this mapper should convert the from string return: void |
setFrom($from) X-Ref |
Accessor. Sets the from property. What this mapper should recognize. The actual implementation is dependent upon the child class param: string $from On what this mapper should work return: void |
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |