PHPUnit
PHPUnit TYPO3 extension
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
Tx_Phpunit_Service_UserSettingsService Class Reference
Inheritance diagram for Tx_Phpunit_Service_UserSettingsService:
Tx_Phpunit_AbstractDataContainer Tx_Phpunit_Interface_UserSettingsService Tx_Phpunit_Interface_ConvertService

Public Member Functions

 set ($key, $value)
 
- Public Member Functions inherited from Tx_Phpunit_AbstractDataContainer
 getAsBoolean ($key)
 
 getAsInteger ($key)
 
 hasInteger ($key)
 
 getAsString ($key)
 
 hasString ($key)
 
 getAsArray ($key)
 
- Public Member Functions inherited from Tx_Phpunit_Interface_ConvertService
 getAsBoolean ($key)
 
 getAsInteger ($key)
 
 hasInteger ($key)
 
 getAsString ($key)
 
 hasString ($key)
 
 getAsArray ($key)
 

Public Attributes

const PHPUNIT_SETTINGS_KEY = 'Tx_Phpunit_BackEndSettings'
 

Protected Member Functions

 get ($key)
 
 getBackEndUser ()
 
- Protected Member Functions inherited from Tx_Phpunit_AbstractDataContainer
 get ($key)
 
 checkForNonEmptyKey ($key)
 

Member Function Documentation

Tx_Phpunit_Service_UserSettingsService::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
Tx_Phpunit_Service_UserSettingsService::getBackEndUser ( )
protected

Returns $GLOBALS['BE_USER'].

Returns
BackendUserAuthentication
Tx_Phpunit_Service_UserSettingsService::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

Implements Tx_Phpunit_Interface_UserSettingsService.


The documentation for this class was generated from the following file: