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