classes/phing/types/Excludes.php
\Excludes
Datatype which handles excluded files, classes and methods.
This class handles the common description attribute and provides a default implementation for reference handling and checking for circular references that is appropriate for types that can not be nested inside elements of the same type (i.e. patternset but not path)
- Extends from
- \DataType
- author
- Benjamin Schultz
- package
- phing.types
- since
- 2.4.6
- version
- $Id: Excludes.php 1206 2011-07-03 22:46:44Z bschultz $
Properties

\DirectoryScanner
$_directoryScanner= 'null'
The directory scanner for getting the excluded files
nullDetails- Type
- \DirectoryScanner
Methods

_addClass(
$classList
)
:
\ExcludesNameEntryAdds a class to the exclusion list
| Name | Type | Description |
|---|---|---|
| $classList |
| Type | Description |
|---|---|
| \ExcludesNameEntry |

_addFile(
$fileList
)
:
\ExcludesNameEntryAdds a file to the exclusion list
| Name | Type | Description |
|---|---|---|
| $fileList |
| Type | Description |
|---|---|
| \ExcludesNameEntry |

_addMethod(
$methodList
)
:
\ExcludesNameEntryAdds a method to the exclusion list
| Name | Type | Description |
|---|---|---|
| $methodList |
| Type | Description |
|---|---|
| \ExcludesNameEntry |

createClass(
)
:
\ExcludesNameEntryAdd a name entry on the exclude class list
| Type | Description |
|---|---|
| \ExcludesNameEntry |

createFile(
)
:
\ExcludesNameEntryAdd a name entry on the exclude file list
| Type | Description |
|---|---|
| \ExcludesNameEntry |

createMethod(
)
:
\ExcludesNameEntryAdd a name entry on the exclude method list
| Type | Description |
|---|---|
| \ExcludesNameEntry |