‪TYPO3CMS  9.5
TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView:
TYPO3\CMS\Backend\Tree\View\PageTreeView TYPO3\CMS\Backend\Tree\View\AbstractTreeView

Public Member Functions

bool expandNext ($id)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\PageTreeView
 init ($clause='', $orderByFields='')
 
string PMicon ($row, $a, $c, $nextCount, $isExpand)
 
 initializePositionSaving ()
 
string getTitleStr ($row, $titleLen=30)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 __construct ()
 
 addField ($field, $noCheck=false)
 
 reset ()
 
string getBrowsableTree ()
 
string printTree ($treeArr='')
 
string PM_ATagWrap ($icon, $cmd, $bMark='', $isOpen=false)
 
string wrapTitle ($title, $row, $bank=0)
 
string wrapIcon ($icon, $row)
 
string addTagAttributes ($icon, $attr)
 
string wrapStop ($str, $row)
 
 savePosition ()
 
string getRootIcon ($rec)
 
string getIcon ($row)
 
string getTitleAttrib ($row)
 
int getId ($row)
 
string getJumpToParam ($row)
 
int getTree ($uid, $depth=999, $depthData='')
 
int getCount ($uid)
 
array getRootRecord ()
 
array getRecord ($uid)
 
mixed getDataInit ($parentId)
 
int getDataCount (&$res)
 
array bool getDataNext (&$res)
 
 getDataFree (&$res)
 
 setDataFromArray (&$dataArr, $traverse=false, $pid=0)
 
 setDataFromTreeArray (&$treeArr, &$treeLookupArr)
 

Additional Inherited Members

- ‪Public Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\PageTreeView
array $fieldArray
 
string $treeName = 'pages'
 
string $table = 'pages'
 
bool $ext_showNavTitle = false
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Backend\Tree\View\AbstractTreeView
bool $expandFirst = false
 
bool $expandAll = false
 
string $thisScript = ''
 
string $titleAttrib = 'title'
 
bool $ext_IconMode = false
 
bool $ext_showPathAboveMounts = false
 
int $addSelfId = 0
 
string $title = 'no title'
 
bool $showDefaultTitleAttribute = false
 
TYPO3 CMS Core Authentication BackendUserAuthentication $BE_USER = ''
 
array null $MOUNTS
 
string $table = ''
 
string $parentField = 'pid'
 
string $clause = ''
 
string $orderByFields = ''
 
array $fieldArray = array( 'uid', 'pid', 'title', 'is_siteroot' )
 
array $defaultList = 'uid,pid,tstamp,sorting,deleted,perms_userid,perms_groupid,perms_user,perms_group,perms_everybody,crdate,cruser_id'
 
string $treeName = ''
 
string $domIdPrefix = 'row'
 
int $makeHTML = 1
 
int $setRecs = 0
 
string $subLevelID = '_SUB_LEVEL'
 
array $ids = array( )
 
array $ids_hierarchy = array( )
 
array $orig_ids_hierarchy = array( )
 
array $buffer_idH = array( )
 
array $specUIDmap = array( )
 
bool $data = false
 
bool $dataLookup = false
 
array $tree = array( )
 
array $stored = array( )
 
int $bank = 0
 
array $recs = array( )
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Backend\Tree\View\AbstractTreeView
 determineScriptUrl ()
 
string getThisScript ()
 
string getMountPointPath (int $uid)
 
LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUser ()
 

Detailed Description

Extension for the tree class that generates the tree of pages in the page-wizard mode

See also
‪\TYPO3\CMS\Backend\Controller\NewRecordController

This class is a TYPO3 Backend implementation and is not considered part of the Public TYPO3 API.

Definition at line 23 of file NewRecordPageTreeView.php.

Member Function Documentation

◆ expandNext()

bool TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView::expandNext (   $id)

Determines whether to expand a branch or not. Here the branch is expanded if the current id matches the global id for the listing/new

Parameters
int$id‪The ID (page id) of the element
Returns
‪bool Returns TRUE if the IDs matches

Reimplemented from TYPO3\CMS\Backend\Tree\View\PageTreeView.

Definition at line 32 of file NewRecordPageTreeView.php.

References $GLOBALS.