‪TYPO3CMS  10.4
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

 __construct (int $currentPageId)
 
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)
 

Protected Attributes

int $currentPageId
 

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 string $BE_USER = ''
 
array null $MOUNTS
 
string $table = ''
 
string $parentField = 'pid'
 
string $clause = ''
 
string $orderByFields = ''
 
array $fieldArray = array( 'uid', 'pid', 'title', 'is_siteroot' )
 
string $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
 
array $ids = array( )
 
array $ids_hierarchy = array( )
 
array $orig_ids_hierarchy = array( )
 
array $buffer_idH = array( )
 
array $specUIDmap = array( )
 
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 24 of file NewRecordPageTreeView.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView::__construct ( int  $currentPageId)

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 43 of file NewRecordPageTreeView.php.

References TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView\$currentPageId.

Member Data Documentation

◆ $currentPageId

int TYPO3\CMS\Backend\Tree\View\NewRecordPageTreeView::$currentPageId
protected