PHPUnit
PHPUnit TYPO3 extension
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Tx_Phpunit_ViewHelpers_AbstractViewHelper Class Reference
Inheritance diagram for Tx_Phpunit_ViewHelpers_AbstractViewHelper:
Tx_Phpunit_ViewHelpers_AbstractSelectorViewHelper Tx_Phpunit_ViewHelpers_ProgressBarViewHelper Tx_Phpunit_ViewHelpers_ExtensionSelectorViewHelper

Public Member Functions

 __destruct ()
 
 injectOutputService (Tx_Phpunit_Service_OutputService $service)
 
 render ()
 

Protected Member Functions

 translate ($key)
 
 getLanguageService ()
 

Protected Attributes

 $outputService = NULL
 

Constructor & Destructor Documentation

Tx_Phpunit_ViewHelpers_AbstractViewHelper::__destruct ( )

The destructor.

Member Function Documentation

Tx_Phpunit_ViewHelpers_AbstractViewHelper::getLanguageService ( )
protected

Returns $GLOBALS['LANG'].

Returns
LanguageService
Tx_Phpunit_ViewHelpers_AbstractViewHelper::injectOutputService ( Tx_Phpunit_Service_OutputService  $service)

Injects the output service.

Parameters
Tx_Phpunit_Service_OutputService$servicethe service to inject
Returns
void
Tx_Phpunit_ViewHelpers_AbstractViewHelper::render ( )
abstract

Renders and outputs this view helper.

Returns
void
Tx_Phpunit_ViewHelpers_AbstractViewHelper::translate (   $key)
protected

Returns the localized string for the key $key.

Parameters
string$keythe key of the string to retrieve, must not be empty
Returns
string the localized string for the key $key

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