|
TYPO3 API
SVNRelease
|
Public Member Functions | |
| route ($ajaxParams, TYPO3AJAX $ajaxObj) | |
Protected Member Functions | |
| processRpc ($singleRequest, $namespace) | |
Definition at line 36 of file class.t3lib_extjs_extdirectrouter.php.
| t3lib_extjs_ExtDirectRouter::processRpc | ( | $ | singleRequest, |
| $ | namespace | ||
| ) | [protected] |
Processes an incoming extDirect call by executing the defined method. The configuration array "$GLOBALS['TYPO3_CONF_VARS']['BE']['ExtDirect']" is taken to find the class/method information.
| object | $singleRequest | request object from extJS |
| string | $namespace | namespace like TYPO3.Backend |
| UnexpectedValueException | if the remote method couldn't be found |
Definition at line 144 of file class.t3lib_extjs_extdirectrouter.php.
References $GLOBALS, and t3lib_div\getUserObj().
Referenced by route().
| t3lib_extjs_ExtDirectRouter::route | ( | $ | ajaxParams, |
| TYPO3AJAX $ | ajaxObj | ||
| ) |
Dispatches the incoming calls to methods about the ExtDirect API.
| aray | $ajaxParams | ajax parameters |
| TYPO3AJAX | $ajaxObj | typo3ajax instance |
Definition at line 44 of file class.t3lib_extjs_extdirectrouter.php.
References $formprotection, $GLOBALS, t3lib_div\_GET(), t3lib_div\_POST(), t3lib_formprotection_Factory\get(), t3lib_div\makeInstance(), processRpc(), TYPO3AJAX\setContent(), and TYPO3AJAX\setContentFormat().
1.7.5.1