Class SimpleEncodedPair

Description

Single post parameter.

Located in /encoding.php (line 20)


	
			
Variable Summary
 mixed $_key
 mixed $_value
Method Summary
 SimpleEncodedPair SimpleEncodedPair (string $key, string $value)
 string asMime ()
 string asRequest ()
 string getKey ()
 string getValue ()
 boolean isKey (string $key)
Variables
mixed $_key (line 21)
mixed $_value (line 22)
Methods
Constructor SimpleEncodedPair (line 29)

Stashes the data for rendering later.

SimpleEncodedPair SimpleEncodedPair (string $key, string $value)
  • string $key: Form element name.
  • string $value: Data to send.
asMime (line 48)

The MIME part as a string.

  • return: MIME part encoding.
  • access: public
string asMime ()
asRequest (line 39)

The pair as a single string.

  • return: Encoded pair.
  • access: public
string asRequest ()
getKey (line 70)

Is this the value we are looking for?

  • return: Identifier.
  • access: public
string getKey ()
getValue (line 79)

Is this the value we are looking for?

  • return: Content.
  • access: public
string getValue ()
isKey (line 61)

Is this the value we are looking for?

  • return: True if matched.
  • access: public
boolean isKey (string $key)
  • string $key: Identifier.

Documentation generated on Sun, 04 May 2008 09:21:31 -0500 by phpDocumentor 1.3.0