Comments: on this page. Click to read or post your own.

Class SimpleEncodedPair

Description

Single post parameter.

Located in /sapphire/dev/simpletest/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.
blog comments powered by Disqus

Documentation generated on Sun, 19 Oct 2008 06:40:43 +1300 by phpDocumentor 1.3.2