[ Index ]
 

Code source de Symfony 1.0.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/lib/vendor/phing/util/ -> SourceFileScanner.php (sommaire)

(pas de description)

Poids: 159 lignes (6 kb)
Inclus ou requis:0 fois
Référencé: 0 fois
Nécessite: 0 fichiers

Définit 1 class

SourceFileScanner:: (3 méthodes):
  __construct()
  restrict()
  restrictAsFiles()


Classe: SourceFileScanner  - X-Ref

Utility class that collects the functionality of the various
scanDir methods that have been scattered in several tasks before.

The only method returns an array of source files. The array is a
subset of the files given as a parameter and holds only those that
are newer than their corresponding target files.
__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