| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 449 lignes (14 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
PatternSet:: (19 méthodes):
setRefid()
createInclude()
createIncludesFile()
createExclude()
createExcludesFile()
setIncludes()
setExcludes()
addPatternToList()
setIncludesFile()
setExcludesFile()
readPatterns()
append()
getIncludePatterns()
getExcludePatterns()
hasPatterns()
getRef()
makeArray()
readFiles()
toString()
PatternSetNameEntry:: (7 méthodes):
setName()
setIf()
setUnless()
getName()
evalName()
valid()
toString()
Classe: PatternSet - X-Ref
The patternset storage component. Carries all necessary data and methods| setRefid(Reference $r) X-Ref |
| Makes this instance in effect a reference to another PatternSet instance. You must not set another attribute or nest elements inside this element if you make it a reference. |
| createInclude() X-Ref |
| Add a name entry on the include list returns: PatternSetNameEntry Reference to object |
| createIncludesFile() X-Ref |
| Add a name entry on the include files list returns: PatternSetNameEntry Reference to object |
| createExclude() X-Ref |
| Add a name entry on the exclude list returns: PatternSetNameEntry Reference to object |
| createExcludesFile() X-Ref |
| add a name entry on the exclude files list returns: PatternSetNameEntry Reference to object |
| setIncludes($includes) X-Ref |
| Sets the set of include patterns. Patterns may be separated by a comma or a space. returns: void param: string the string containing the include patterns |
| setExcludes($excludes) X-Ref |
| Sets the set of exclude patterns. Patterns may be separated by a comma or a space. returns: void param: string the string containing the exclude patterns |
| addPatternToList(&$list) X-Ref |
| add a name entry to the given list returns: PatternSetNameEntry Reference to the created PsetNameEntry instance param: array List onto which the nameentry should be added |
| setIncludesFile($includesFile) X-Ref |
| Sets the name of the file containing the includes patterns. param: includesFile The file to fetch the include patterns from. |
| setExcludesFile($excludesFile) X-Ref |
| Sets the name of the file containing the excludes patterns. param: excludesFile The file to fetch the exclude patterns from. |
| readPatterns(PhingFile $patternfile, &$patternlist, Project $p) X-Ref |
| Reads path matching patterns from a file and adds them to the includes or excludes list |
| append($other, $p) X-Ref |
| Pas de description |
| getIncludePatterns(Project $p) X-Ref |
| Pas de description |
| getExcludePatterns(Project $p) X-Ref |
| Pas de description |
| hasPatterns() X-Ref |
| Pas de description |
| getRef(Project $p) X-Ref |
| Performs the check for circular references and returns the referenced PatternSet. |
| makeArray(&$list, Project $p) X-Ref |
| Pas de description |
| readFiles(Project $p) X-Ref |
| Pas de description |
| toString() X-Ref |
| Pas de description |
Classe: PatternSetNameEntry - X-Ref
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |