TYPO3  7.6
Public Member Functions | List of all members
ActionList Class Reference
Inheritance diagram for ActionList:
DatabaseRecordList AbstractDatabaseRecordList AbstractRecordList

Public Member Functions

 listURL ($alternativeId= '', $table=-1, $excludeList= '')
 
- Public Member Functions inherited from DatabaseRecordList
 __construct ()
 
 getButtons ()
 
 getDocHeaderButtons (ModuleTemplate $moduleTemplate)
 
 renderListRow ($table, $row, $cc, $titleCol, $thumbsCol, $indent=0)
 
 renderListHeader ($table, $currentIdList)
 
 makeControl ($table, $row)
 
 makeClip ($table, $row)
 
 makeLocalizationPanel ($table, $row)
 
 fieldSelectBox ($table, $formFields=true)
 
 linkClipboardHeaderIcon ($string, $table, $cmd, $warning= '')
 
 clipNumPane ()
 
 addSortLink ($code, $field, $table)
 
 recPath ($pid)
 
 showNewRecLink ($table)
 
 makeReturnUrl ()
 
 setCsvRow ($csvRow)
 
 outputCSV ($prefix)
 
 addActionToCellGroup (&$cells, $action, $actionKey)
 
 setIsEditable ($isEditable)
 
 isEditable ($table)
 
- Public Member Functions inherited from AbstractDatabaseRecordList
 start ($id, $table, $pointer, $search= '', $levels=0, $showLimit=0)
 
 generateList ()
 
 getTable ($tableName, $id, $fields= '')
 
 setDispFields ()
 
 thumbCode ($row, $table, $field)
 
 makeQueryArray ($table, $id, $addWhere= '', $fieldList= '*')
 
 setTotalItems ($queryParts)
 
 makeSearchString ($table, $currentPid=-1)
 
 linkWrapTable ($table, $code)
 
 linkWrapItems ($table, $uid, $code, $row)
 
 linkUrlMail ($code, $testString)
 
 listURL ($altId= '', $table= '-1', $exclList= '')
 
 requestUri ()
 
 makeFieldList ($table, $dontCheckUser=false, $addDateFields=false)
 
 localizationRedirect ($justLocalized)
 
 setOverrideUrlParameters (array $urlParameters)
 
 setTableDisplayOrder (array $orderInformation)
 
- Public Member Functions inherited from AbstractRecordList
 __construct ()
 
 addElement ($h, $icon, $data, $rowParams= '', $_= '', $_2= '', $colType= 'td')
 
 writeTop ()
 
 fwd_rwd_nav ($table= '')
 
 fwd_rwd_HTML ($type, $pointer, $table= '')
 
 listURL ($altId= '')
 
 CBfunctions ()
 
 initializeLanguages ()
 
 languageFlag ($sys_language_uid, $addAsAdditionalText=true)
 

Additional Inherited Members

- Public Attributes inherited from DatabaseRecordList
 $allowedNewTables = array()
 
 $deniedNewTables = array()
 
 $newWizards = false
 
 $dontShowClipControlPanels = false
 
 $showClipboard = false
 
 $noControlPanels = false
 
 $clickMenuEnabled = true
 
 $totalRowCount
 
 $spaceIcon
 
 $disableSingleTableView = false
 
 $pageRow = array()
 
 $csvOutput = false
 
 $clipObj
 
 $CBnames = array()
 
 $translations
 
 $selFieldList
 
 $pageinfo
 
 $MOD_MENU
 
- Protected Member Functions inherited from DatabaseRecordList
 isRowListingConditionFulfilled ($table, $row)
 
 getReferenceCount ($tableName, $uid)
 
 getPointerForPage ($page)
 
 renderListNavigation ($renderPart= 'top')
 
 createReferenceHtml ($tableName, $uid)
 
 initCSV ()
 
 addHeaderRowToCSV ()
 
 addToCSV (array $row=array())
 
 isRecordCurrentBackendUser ($table, $row)
 
 overlayEditLockPermissions ($table, $row=array(), $editPermission=true)
 
 editLockPermissions ()
 
 getDatabaseConnection ()
 
 getModule ()
 
 getDocumentTemplate ()
 
- Static Protected Member Functions inherited from DatabaseRecordList
static removeControlFieldsFromFieldRow (array $row=array())
 
- Protected Attributes inherited from DatabaseRecordList
 $csvLines = array()
 
 $referenceCount = array()
 
 $editable = true
 
 $iconFactory
 

Detailed Description

Class for the list rendering of Web>Task Center module

Definition at line 20 of file ActionList.php.

Member Function Documentation

listURL (   $alternativeId = '',
  $table = -1,
  $excludeList = '' 
)

Creates the URL to this script, including all relevant GPvars Fixed GPvars are id, table, imagemode, returnUrl, search_field, search_levels and showLimit The GPvars "sortField" and "sortRev" are also included UNLESS they are found in the $excludeList variable.

Parameters
string$alternativeIdAlternative id value. Enter blank string for the current id ($this->id)
string$tableTable name to display. Enter "-1" for the current table.
string$excludeListComma separated list of fields NOT to include ("sortField" or "sortRev")
Returns
string

Definition at line 32 of file ActionList.php.

References AbstractDatabaseRecordList\$firstElementNumber, AbstractDatabaseRecordList\$id, AbstractDatabaseRecordList\$returnUrl, AbstractDatabaseRecordList\$searchLevels, AbstractDatabaseRecordList\$searchString, AbstractDatabaseRecordList\$showLimit, AbstractDatabaseRecordList\$sortField, AbstractDatabaseRecordList\$sortRev, AbstractDatabaseRecordList\$table, AbstractDatabaseRecordList\$thumbs, GeneralUtility\_GP(), and GeneralUtility\inList().