TYPO3  7.6
Public Member Functions | Public Attributes | Protected Attributes | List of all members
ContentMovingPagePositionMap Class Reference
Inheritance diagram for ContentMovingPagePositionMap:
PagePositionMap

Public Member Functions

 linkPageTitle ($str, $rec)
 
 wrapRecordTitle ($str, $row)
 
- Public Member Functions inherited from PagePositionMap
 __construct ($pageTreeClassName=null)
 
 boldTitle ($t_code, $dat, $id)
 
 onClickEvent ($pid, $newPagePID)
 
 insertlabel ()
 
 linkPageTitle ($str, $rec)
 
 checkNewPageInPid ($pid)
 
 getModConfig ($pid)
 
 printContentElementColumns ($pid, $moveUid, $colPosList, $showHidden, $R_URI)
 
 printRecordMap ($lines, $colPosArray, $pid=0)
 
 wrapColumnHeader ($str, $vv)
 
 insertPositionIcon ($row, $vv, $kk, $moveUid, $pid)
 
 onClickInsertRecord ($row, $vv, $moveUid, $pid, $sys_lang=0)
 
 wrapRecordHeader ($str, $row)
 
 getRecordHeader ($row)
 
 wrapRecordTitle ($str, $row)
 

Public Attributes

 $dontPrintPageInsertIcons = 1
 
- Public Attributes inherited from PagePositionMap
 $moveOrCopy = 'move'
 
 $dontPrintPageInsertIcons = 0
 
 $depth = 2
 
 $cur_sys_language
 
 $R_URI = ''
 
 $elUid = ''
 
 $moveUid = ''
 
 $getModConfigCache = array()
 
 $checkNewPageCache = array()
 
 $l_insertNewPageHere = 'insertNewPageHere'
 
 $l_insertNewRecordHere = 'insertNewRecordHere'
 
 $modConfigStr = 'mod.web_list.newPageWiz'
 

Protected Attributes

 $pageTreeClassName = PageTreeView::class
 
- Protected Attributes inherited from PagePositionMap
 $pageTreeClassName = ElementBrowserPageTreeView::class
 
 $iconFactory
 

Additional Inherited Members

- Protected Member Functions inherited from PagePositionMap
 getBackendUser ()
 
 getLanguageService ()
 
 getDatabase ()
 

Detailed Description

Position map class for moving content elements, previously resided in typo3/move_el.php

Definition at line 21 of file ContentMovingPagePositionMap.php.

Member Function Documentation

linkPageTitle (   $str,
  $rec 
)

Wrapping page title.

Parameters
string$strPage title.
array$recPage record (?)
Returns
string Wrapped title.

Definition at line 42 of file ContentMovingPagePositionMap.php.

References $GLOBALS, and $url.

wrapRecordTitle (   $str,
  $row 
)

Wrapping the title of the record.

Parameters
string$strThe title value.
array$rowThe record row.
Returns
string Wrapped title string.

Definition at line 55 of file ContentMovingPagePositionMap.php.

References $GLOBALS.

Member Data Documentation

$dontPrintPageInsertIcons = 1

Definition at line 26 of file ContentMovingPagePositionMap.php.

$pageTreeClassName = PageTreeView::class
protected

Definition at line 33 of file ContentMovingPagePositionMap.php.