PHPUnit
Public Member Functions | Protected Member Functions | Protected Attributes
Tx_Phpunit_TestingDataContainer Class Reference
Inheritance diagram for Tx_Phpunit_TestingDataContainer:
Tx_Phpunit_AbstractDataContainer

List of all members.

Public Member Functions

 set ($key, $value)

Protected Member Functions

 get ($key)

Protected Attributes

 $data = array()

Member Function Documentation

Tx_Phpunit_TestingDataContainer::get ( key) [protected]

Returns the value stored for the key $key.

Parameters:
string$keythe 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.

Tx_Phpunit_TestingDataContainer::set ( key,
value 
)

Sets the value for the key $key.

Parameters:
string$keythe key of the value to set, must not be empty
mixed$valuethe value to set
Returns:
void

The documentation for this class was generated from the following file:
 All Classes Namespaces Functions