PHPUnit
PHPUnit TYPO3 extension
 All Classes Namespaces Functions
Public Member Functions | Protected Attributes | List of all members
Tx_Phpunit_BackEnd_Ajax Class Reference

Public Member Functions

 __destruct ()
 
 injectUserSettingsService (Tx_Phpunit_Interface_UserSettingsService $service)
 
 ajaxBroker (array $unused, TYPO3AJAX $ajax)
 

Protected Attributes

 $userSettingsService = NULL
 
 $validCheckboxKeys
 

Constructor & Destructor Documentation

Tx_Phpunit_BackEnd_Ajax::__destruct ( )

The destructor.

Member Function Documentation

Tx_Phpunit_BackEnd_Ajax::ajaxBroker ( array  $unused,
TYPO3AJAX  $ajax 
)

Used to broker incoming requests to other calls. Called by typo3/ajax.php

Parameters
array$unusedadditional parameters (not used)
TYPO3AJAX$ajaxthe AJAX object for this request
Returns
void
Tx_Phpunit_BackEnd_Ajax::injectUserSettingsService ( Tx_Phpunit_Interface_UserSettingsService  $service)

Injects the user settings service.

Parameters
Tx_Phpunit_Interface_UserSettingsService$servicethe service to inject
Returns
void

Member Data Documentation

Tx_Phpunit_BackEnd_Ajax::$validCheckboxKeys
protected
Initial value:
= array(
'failure',
'success',
'error',
'skipped',
'incomplete',
'testdox',
'codeCoverage',
'showMemoryAndTime',
'runSeleniumTests',
)

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