| [ Index ] |
|
Code source de Symfony 1.0.0 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 570 lignes (17 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
AbstractFileSet:: (40 méthodes):
__construct()
setRefid()
setDir()
getDir()
createPatternSet()
createInclude()
createIncludesFile()
createExclude()
createExcludesFile()
setIncludes()
setExcludes()
setIncludesfile()
setExcludesfile()
setDefaultexcludes()
setCaseSensitive()
getDirectoryScanner()
setupDirectoryScanner()
getRef()
hasSelectors()
hasPatterns()
selectorCount()
getSelectors()
selectorElements()
appendSelector()
createSelector()
createAnd()
createOr()
createNot()
createNone()
createMajority()
createDate()
createSize()
createFilename()
createCustom()
createContains()
createContainsRegexp()
createPresent()
createDepth()
createDepend()
createType()
Classe: AbstractFileSet - X-Ref
The FileSet class provides methods and properties for accessing| __construct($fileset = null) X-Ref |
| 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. |
| setDir($dir) X-Ref |
| Pas de description |
| getDir(Project $p) X-Ref |
| Pas de description |
| createPatternSet() X-Ref |
| Pas de description |
| createInclude() X-Ref |
| add a name entry on the include list |
| createIncludesFile() X-Ref |
| add a name entry on the include files list |
| createExclude() X-Ref |
| add a name entry on the exclude list |
| createExcludesFile() X-Ref |
| add a name entry on the include files list |
| setIncludes($includes) X-Ref |
| Sets the set of include patterns. Patterns may be separated by a comma or a space. |
| setExcludes($excludes) X-Ref |
| Sets the set of exclude patterns. Patterns may be separated by a comma or a space. |
| setIncludesfile($incl) X-Ref |
| Sets the name of the file containing the includes patterns. param: $incl The file to fetch the include patterns from. |
| setExcludesfile($excl) X-Ref |
| Sets the name of the file containing the includes patterns. param: $excl The file to fetch the exclude patterns from. |
| setDefaultexcludes($useDefaultExcludes) X-Ref |
| Sets whether default exclusions should be used or not. param: $useDefaultExcludes "true"|"on"|"yes" when default exclusions |
| setCaseSensitive($isCaseSensitive) X-Ref |
| Sets case sensitivity of the file system |
| getDirectoryScanner(Project $p) X-Ref |
| Pas de description |
| setupDirectoryScanner(DirectoryScanner $ds, Project $p) X-Ref |
| Pas de description |
| getRef(Project $p) X-Ref |
| Performs the check for circular references and returns the referenced FileSet. |
| hasSelectors() X-Ref |
| Indicates whether there are any selectors here. return: boolean Whether any selectors are in this container |
| hasPatterns() X-Ref |
| Indicates whether there are any patterns here. return: boolean Whether any patterns are in this container. |
| selectorCount() X-Ref |
| Gives the count of the number of selectors in this container return: int The number of selectors in this container |
| getSelectors(Project $p) X-Ref |
| Returns the set of selectors as an array. return: an array of selectors in this container |
| selectorElements() X-Ref |
| Returns an array for accessing the set of selectors. return: array The array of selectors |
| appendSelector(FileSelector $selector) X-Ref |
| Add a new selector into this container. param: selector the new selector to add |
| createSelector() X-Ref |
| add a "Select" selector entry on the selector list |
| createAnd() X-Ref |
| add an "And" selector entry on the selector list |
| createOr() X-Ref |
| add an "Or" selector entry on the selector list |
| createNot() X-Ref |
| add a "Not" selector entry on the selector list |
| createNone() X-Ref |
| add a "None" selector entry on the selector list |
| createMajority() X-Ref |
| add a majority selector entry on the selector list |
| createDate() X-Ref |
| add a selector date entry on the selector list |
| createSize() X-Ref |
| add a selector size entry on the selector list |
| createFilename() X-Ref |
| add a selector filename entry on the selector list |
| createCustom() X-Ref |
| add an extended selector entry on the selector list |
| createContains() X-Ref |
| add a contains selector entry on the selector list |
| createContainsRegexp() X-Ref |
| add a contains selector entry on the selector list |
| createPresent() X-Ref |
| add a present selector entry on the selector list |
| createDepth() X-Ref |
| add a depth selector entry on the selector list |
| createDepend() X-Ref |
| add a depends selector entry on the selector list |
| createType() X-Ref |
| add a type selector entry on the selector list |
| Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |