List of all members.
Public Member Functions |
| set ($key, $value) |
Protected Member Functions |
| get ($key) |
Protected Attributes |
| $data = array() |
Member Function Documentation
Returns the value stored for the key $key.
- Parameters:
-
string | $key | the key of the value to retrieve, must not be empty |
- Returns:
- mixed the value for the given key, will be NULL if there is no value for the given key
Reimplemented from Tx_Phpunit_AbstractDataContainer.
Sets the value for the key $key.
- Parameters:
-
string | $key | the key of the value to set, must not be empty |
mixed | $value | the value to set |
- Returns:
- void
The documentation for this class was generated from the following file:
- Classes/TestingDataContainer.php