constructor __construct [line 94]
method appendSelector [line 433]
void appendSelector(
$selector)
|
|
Add a new selector into this container.
Tags:
Implementation of:
- SelectorContainer::appendSelector
Parameters:
method createAnd [line 454]
add an "And" selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createAnd
method createContains [line 535]
add a contains selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createContains
method createContainsRegexp [line 544]
void createContainsRegexp(
)
|
|
add a contains selector entry on the selector list
Tags:
method createCustom [line 526]
add an extended selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createCustom
method createDate [line 499]
add a selector date entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createDate
method createDepend [line 571]
add a depends selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createDepend
method createDepth [line 562]
add a depth selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createDepth
method createExclude [line 185]
add a name entry on the exclude list
method createExcludesFile [line 195]
void createExcludesFile(
)
|
|
add a name entry on the include files list
method createFilename [line 517]
add a selector filename entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createFilename
method createInclude [line 165]
add a name entry on the include list
method createIncludesFile [line 175]
void createIncludesFile(
)
|
|
add a name entry on the include files list
method createMajority [line 490]
add a majority selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createMajority
method createNone [line 481]
add a "None" selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createNone
method createNot [line 472]
add a "Not" selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createNot
method createOr [line 463]
add an "Or" selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createOr
method createPatternSet [line 154]
method createPresent [line 553]
add a present selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createPresent
method createSelector [line 445]
add a "Select" selector entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createSelector
method createSize [line 508]
add a selector size entry on the selector list
Tags:
Implementation of:
- SelectorContainer::createSize
method createType [line 580]
add a type selector entry on the selector list
Tags:
method getDir [line 146]
method getDirectoryScanner [line 273]
void getDirectoryScanner(
$p)
|
|
returns a reference to the dirscanner object belonging to this fileset
Parameters:
method getRef [line 327]
Performs the check for circular references and returns the referenced FileSet.
Parameters:
method getSelectors [line 403]
Returns the set of selectors as an array.
Tags:
Implementation of:
- SelectorContainer::getSelectors
Parameters:
method hasPatterns [line 362]
Indicates whether there are any patterns here.
Tags:
method hasSelectors [line 350]
Indicates whether there are any selectors here.
Tags:
Implementation of:
- SelectorContainer::hasSelectors
method selectorCount [line 387]
Gives the count of the number of selectors in this container
Tags:
Implementation of:
- SelectorContainer::selectorCount
method selectorElements [line 421]
array selectorElements(
)
|
|
Returns an array for accessing the set of selectors.
Tags:
Implementation of:
- SelectorContainer::selectorElements
method setCaseSensitive [line 268]
void setCaseSensitive(
$isCaseSensitive)
|
|
Sets case sensitivity of the file system
Parameters:
method setDefaultexcludes [line 258]
void setDefaultexcludes(
$useDefaultExcludes
$useDefaultExcludes)
|
|
Sets whether default exclusions should be used or not.
Parameters:
method setDir [line 135]
method setExcludes [line 218]
void setExcludes(
$excludes)
|
|
Sets the set of exclude patterns. Patterns may be separated by a comma or a space.
Parameters:
method setExcludesfile [line 244]
void setExcludesfile(
$excl
$excl)
|
|
Sets the name of the file containing the includes patterns.
Tags:
Parameters:
method setExpandSymbolicLinks [line 110]
void setExpandSymbolicLinks(
$expandSymbolicLinks)
|
|
Sets whether to expand/dereference symbolic links, default is false
Parameters:
method setIncludes [line 207]
void setIncludes(
$includes)
|
|
Sets the set of include patterns. Patterns may be separated by a comma or a space.
Parameters:
method setIncludesfile [line 231]
void setIncludesfile(
$incl
$incl)
|
|
Sets the name of the file containing the includes patterns.
Tags:
Parameters:
method setRefid [line 121]
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.
Overrides
DataType::setRefid() (Set the value of the refid attribute.)
Parameters:
method setupDirectoryScanner [line 296]
void setupDirectoryScanner(
$ds,
$p)
|
|
feed dirscanner with infos defined by this fileset
Tags:
Parameters: