phing-filters
[ class tree: phing-filters ] [ index: phing-filters ] [ all elements ]

Class: Token

Source Location: /filters/ReplaceTokens.php

Class Overview


Holds a token.


Methods



Class Details

[line 366]
Holds a token.



[ Top ]


Class Methods


method addText [line 421]

void addText( string $value)

Sets the token value from text.



Parameters:

string   $value   The value for this token. Must not be
  1. null
.

[ Top ]

method getKey [line 403]

string getKey( )

Returns the key for this token.



Tags:

return:  The key for this token.


[ Top ]

method getValue [line 412]

string getValue( )

Returns the value for this token.



Tags:

return:  The value for this token.


[ Top ]

method setKey [line 385]

void setKey( string $key)

Sets the token key.



Parameters:

string   $key   The key for this token. Must not be
  1. null
.

[ Top ]

method setValue [line 394]

void setValue( string $value)

Sets the token value.



Parameters:

string   $value   The value for this token. Must not be
  1. null
.

[ Top ]


Documentation generated on Mon, 19 Oct 2009 10:51:55 +0200 by phpDocumentor 1.4.3