classes/phing/types/ExcludesNameEntry.php
Class for holding nested excludes elements (file, class, method).
- author
- Benjamin Schultz
- package
- phing.types
- since
- 2.4.6
- version
- $Id: ExcludesNameEntry.php 1206 2011-07-03 22:46:44Z bschultz $
\ExcludesNameEntry
Class for holding nested excludes elements (file, class, method).
- author
- Benjamin Schultz
- package
- phing.types
- since
- 2.4.6
- version
- $Id: ExcludesNameEntry.php 1206 2011-07-03 22:46:44Z bschultz $
Properties
Methods

addText(
string $pattern
)
:
An alias for the setName() method.
Set the name of a file pattern.
| Name | Type | Description |
|---|---|---|
| $pattern | string | The file pattern |
- see
- \setName()

getName(
)
:
stringGet the name of a file, class or method or the file pattern
| Type | Description |
|---|---|
| string |

setName(
string $name
)
:
Set the name of a file, class or method
| Name | Type | Description |
|---|---|---|
| $name | string |