ExcludesNameEntry

Class for holding nested excludes elements (file, class, method).

package

phing.types

author

Benjamin Schultz bschultz@proqrent.de

version

$Id: a1098700b4f205baacfd5adf5434e5a4803a6a3f $

since 2.4.6

Methods

An alias for the setName() method.

addText(string $pattern) 

Set the name of a file pattern.

see \setName()

Arguments

$pattern

string

The file pattern

Set the name of a file, class or method

setName(string $name) 

Arguments

$name

string

Get the name of a file, class or method or the file pattern

getName() : string

Response

string

The name of a file, class or method or the file pattern

Gets a string representation of this name or pattern.

toString() : string

Response

string

Properties

Holds the name of a file, class or method or a file pattern

_name : string
var

Type(s)

string