|
const | PHPUNIT_SETTINGS_KEY = 'Tx_Phpunit_BackEndSettings' |
|
Tx_Phpunit_Service_UserSettingsService::get |
( |
|
$key | ) |
|
|
protected |
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
Tx_Phpunit_Service_UserSettingsService::getBackEndUser |
( |
| ) |
|
|
protected |
Returns $GLOBALS['BE_USER'].
- Returns
- BackendUserAuthentication
Tx_Phpunit_Service_UserSettingsService::set |
( |
|
$key, |
|
|
|
$value |
|
) |
| |
The documentation for this class was generated from the following file:
- Classes/Service/UserSettingsService.php