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

Public Attributes

const EXTENSION_KEY = 'phpunit'
 

Protected Member Functions

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

Additional Inherited Members

- 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)
 

Member Function Documentation

Tx_Phpunit_Service_ExtensionSettingsService::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_ExtensionSettingsService::retrieveSettings ( )
protected

Retrieves the EM configuration for the PHPUnit extension.

Returns
void

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