| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 159 lignes (6 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
SourceFileScanner:: (3 méthodes):
__construct()
restrict()
restrictAsFiles()
Classe: SourceFileScanner - X-Ref
Utility class that collects the functionality of the various| __construct($task) X-Ref |
param: task The task we should log messages through |
| restrict(&$files, $srcDir, $destDir, $mapper, $force = false) X-Ref |
| Restrict the given set of files to those that are newer than their corresponding target files. param: files the original set of files param: srcDir all files are relative to this directory param: destDir target files live here. if null file names param: FilenameMapper knows how to construct a target file names from param: force Boolean that determines if the files should be |
| restrictAsFiles(&$files, &$srcDir, &$destDir, &$mapper) X-Ref |
| Convenience layer on top of restrict that returns the source files as PhingFile objects (containing absolute paths if srcDir is absolute). |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |