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

Public Member Functions

 __construct ()
 
 init ()
 
 menuConfig ()
 
 clearCache ()
 
 mainAction (ServerRequestInterface $request, ResponseInterface $response)
 
 printContent ()
 
 getModuleTemplate ()
 
- Public Member Functions inherited from AbstractModule
 __construct ()
 
 processRequest (ServerRequestInterface $request, ResponseInterface $response)
 

Public Attributes

 $id
 
 $pointer
 
 $imagemode
 
 $table
 
 $search_field
 
 $search_levels
 
 $showLimit
 
 $returnUrl
 
 $clear_cache
 
 $cmd
 
 $cmd_table
 
 $perms_clause
 
 $modTSconfig
 
 $pageinfo
 
 $doc
 
 $MCONF = array()
 
 $MOD_MENU = array()
 
 $MOD_SETTINGS = array()
 
 $content
 
 $body = ''
 

Protected Member Functions

 getBackendUserAuthentication ()
 
 getLanguageService ()
 
 getPageRenderer ()
 

Protected Attributes

 $moduleName = 'web_list'
 
 $pageRenderer = null
 
 $iconFactory
 
- Protected Attributes inherited from AbstractModule
 $moduleTemplate
 
 $request
 

Detailed Description

Script Class for the Web > List module; rendering the listing of records on a page

Definition at line 41 of file RecordList.php.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 202 of file RecordList.php.

References RecordList\getLanguageService().

Member Function Documentation

clearCache ( )

Clears page cache for the current id, $this->id

Returns
void

Definition at line 268 of file RecordList.php.

References GeneralUtility\makeInstance().

Referenced by RecordList\mainAction().

getBackendUserAuthentication ( )
protected
getLanguageService ( )
protected
getModuleTemplate ( )
Returns
ModuleTemplate

Definition at line 618 of file RecordList.php.

References AbstractModule\$moduleTemplate.

getPageRenderer ( )
protected
Returns
PageRenderer

Definition at line 642 of file RecordList.php.

References RecordList\$pageRenderer, and GeneralUtility\makeInstance().

Referenced by RecordList\init().

init ( )
mainAction ( ServerRequestInterface  $request,
ResponseInterface  $response 
)

Injects the request object for the current request or subrequest Simply calls main() and init() and outputs the content

Parameters
ServerRequestInterface$requestthe current request
ResponseInterface$response
Returns
ResponseInterface the response with the content

Definition at line 591 of file RecordList.php.

References $GLOBALS, $response, RecordList\clearCache(), MessageInterface\getBody(), RecordList\init(), and BackendUtility\lockRecords().

menuConfig ( )

Initialize function menu array

Returns
void

Definition at line 249 of file RecordList.php.

References GeneralUtility\_GP(), BackendUtility\getModTSconfig(), and BackendUtility\getModuleData().

Referenced by RecordList\init().

printContent ( )

Outputting the accumulated content to screen

Returns
void
Deprecated:
since TYPO3 CMS 7, will be removed in TYPO3 CMS 8

Definition at line 609 of file RecordList.php.

References RecordList\$content, and GeneralUtility\logDeprecatedFunction().

Member Data Documentation

$body = ''

Definition at line 187 of file RecordList.php.

$clear_cache

Definition at line 104 of file RecordList.php.

$cmd

Definition at line 111 of file RecordList.php.

$cmd_table

Definition at line 118 of file RecordList.php.

$content

Definition at line 175 of file RecordList.php.

Referenced by RecordList\printContent().

$doc

Definition at line 146 of file RecordList.php.

$iconFactory
protected

Definition at line 197 of file RecordList.php.

$id
$imagemode

Definition at line 62 of file RecordList.php.

$MCONF = array()

Definition at line 154 of file RecordList.php.

$MOD_MENU = array()

Definition at line 161 of file RecordList.php.

$MOD_SETTINGS = array()

Definition at line 168 of file RecordList.php.

$modTSconfig

Definition at line 132 of file RecordList.php.

$moduleName = 'web_list'
protected

Definition at line 182 of file RecordList.php.

$pageinfo

Definition at line 139 of file RecordList.php.

$pageRenderer = null
protected

Definition at line 192 of file RecordList.php.

Referenced by RecordList\getPageRenderer().

$perms_clause

Definition at line 125 of file RecordList.php.

$pointer

Definition at line 55 of file RecordList.php.

Referenced by AbstractDatabaseRecordList\start().

$returnUrl

Definition at line 97 of file RecordList.php.

Referenced by AbstractDatabaseRecordList\start().

$search_field

Definition at line 76 of file RecordList.php.

Referenced by RecordList\init().

$search_levels

Definition at line 83 of file RecordList.php.

$showLimit
$table