Holds a token.
| package |
phing.filters |
|---|
setKey(string $key)
stringThe key for this token. Must not be null.
setValue(string $value)
stringThe value for this token. Must not be null.
getKey() : string
stringThe key for this token.
getValue() : string
stringThe value for this token.
addText(string $value)
stringThe value for this token. Must not be null.
_key : string
| var |
|---|
string
_value : string
| var |
|---|
string