Class Xyster_Collection_Map_Entry

Description

Simple Map Entry

  • copyright: Copyright (c) 2007-2008 Irrational Logic (http://irrationallogic.net)
  • license: New BSD License

Located in /Collection/Map/Entry.php (line 23)


	
			
Variable Summary
mixed $_key
mixed $_value
Method Summary
Xyster_Collection_Map_Entry __construct (mixed $key, mixed $value)
mixed getKey ()
mixed getValue ()
void setValue (mixed $value)
string __toString ()
Variables
mixed $_key (line 25)
  • access: protected
mixed $_value (line 26)
  • access: protected
Methods
Constructor __construct (line 34)

Creates a new map entry

  • access: public
Xyster_Collection_Map_Entry __construct (mixed $key, mixed $value)
  • mixed $key: The key of the entry
  • mixed $value: The value of the entry
getKey (line 45)

Gets the key for this mapping

  • return: The key
  • access: public
mixed getKey ()
getValue (line 54)

Gets the value for this mapping

  • return: The value
  • access: public
mixed getValue ()
setValue (line 63)

Sets the value for this mapping

  • access: public
void setValue (mixed $value)
  • mixed $value: The new value
__toString (line 72)

Gets the string equivalent of this mapping

  • access: public
string __toString ()

Documentation generated on Mon, 19 May 2008 17:07:07 -0400 by phpDocumentor 1.4.2