TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Tree\Pagetree\ExtdirectTreeCommands Class Reference

Static Public Member Functions

static getNodePaths ($pageId)
 

Static Protected Member Functions

static getBackendUser ()
 

Detailed Description

Commands for the Page tree

Definition at line 25 of file ExtdirectTreeCommands.php.

Member Function Documentation

◆ getBackendUser()

static TYPO3\CMS\Backend\Tree\Pagetree\ExtdirectTreeCommands::getBackendUser ( )
staticprotected
Returns
BackendUserAuthentication

Definition at line 449 of file ExtdirectTreeCommands.php.

References $GLOBALS.

◆ getNodePaths()

static TYPO3\CMS\Backend\Tree\Pagetree\ExtdirectTreeCommands::getNodePaths (   $pageId)
static

Gets the path steps for a given page. This methods considers multiple mount points, thus the returned array is multidimensional, e.g.

array( array('p0', 'p1', 'p13', 'p44'), array('p0', 'p13-1', 'p44-1'), )

Parameters
int$pageId
Returns
array

Definition at line 408 of file ExtdirectTreeCommands.php.

References TYPO3\CMS\Backend\Utility\BackendUtility\BEgetRootLine().