![]() |
TYPO3
7.6
|
Public Member Functions | |
processSessionData ($data) | |
getUrlParameters (array $values) | |
isCurrentlySelectedItem (array $values) | |
getScriptUrl () | |
![]() | |
__construct () | |
![]() | |
render () | |
Protected Member Functions | |
initialize () | |
initVariables () | |
getTemporaryTreeMountCancelNotice () | |
setTemporaryDbMounts () | |
getBodyTagAttributes () | |
![]() | |
initialize () | |
determineScriptUrl () | |
initVariables () | |
initDocumentTemplate () | |
getBodyTagAttributes () | |
getBParamDataAttributes () | |
getLanguageService () | |
getBackendUser () | |
Protected Attributes | |
$expandPage | |
![]() | |
$doc | |
$pageRenderer = null | |
$thisScript = '' | |
$iconFactory | |
$bparams | |
Showing a page tree and allows you to browse for records
Definition at line 29 of file DatabaseBrowser.php.
|
protected |
Definition at line 285 of file DatabaseBrowser.php.
getScriptUrl | ( | ) |
Returns the URL of the current script
Implements LinkParameterProviderInterface.
Definition at line 320 of file DatabaseBrowser.php.
References AbstractElementBrowser\$thisScript.
|
protected |
Check if a temporary tree mount is set and return a cancel button
Definition at line 149 of file DatabaseBrowser.php.
References AbstractElementBrowser\getBackendUser(), AbstractElementBrowser\getLanguageService(), AbstractMessage\INFO, GeneralUtility\linkThisScript(), and GeneralUtility\makeInstance().
getUrlParameters | ( | array | $values | ) |
array | $values | Array of values to include into the parameters |
Implements LinkParameterProviderInterface.
Definition at line 296 of file DatabaseBrowser.php.
References AbstractElementBrowser\$bparams, and DatabaseBrowser\$expandPage.
|
protected |
Definition at line 43 of file DatabaseBrowser.php.
|
protected |
isCurrentlySelectedItem | ( | array | $values | ) |
array | $values | Values to be checked |
Implements LinkParameterProviderInterface.
Definition at line 310 of file DatabaseBrowser.php.
processSessionData | ( | $data | ) |
Session data for this class can be set from outside with this method.
mixed[] | $data Session data array |
Implements ElementBrowserInterface.
Definition at line 64 of file DatabaseBrowser.php.
References DatabaseBrowser\$expandPage.
|
protected |
Definition at line 163 of file DatabaseBrowser.php.
References GeneralUtility\_GET(), AbstractElementBrowser\getBackendUser(), and GeneralUtility\intExplode().
|
protected |
Definition at line 38 of file DatabaseBrowser.php.
Referenced by DatabaseBrowser\getUrlParameters(), and DatabaseBrowser\processSessionData().