‪TYPO3CMS  10.4
TYPO3\CMS\Recycler\Domain\Model\Tables Class Reference

Public Member Functions

array getTables ($startUid, $depth=0)
 

Protected Member Functions

TYPO3 CMS Core Localization LanguageService getLanguageService ()
 

Detailed Description

Model class for the 'recycler' extension.

This class is a specific domain model implementation and is not part of the Public TYPO3 API.

Definition at line 26 of file Tables.php.

Member Function Documentation

◆ getLanguageService()

TYPO3 CMS Core Localization LanguageService TYPO3\CMS\Recycler\Domain\Model\Tables::getLanguageService ( )
protected

Returns an instance of LanguageService

Returns
‪\TYPO3\CMS\Core\Localization\LanguageService

Definition at line 91 of file Tables.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Recycler\Domain\Model\Tables\getTables().

◆ getTables()

array TYPO3\CMS\Recycler\Domain\Model\Tables::getTables (   $startUid,
  $depth = 0 
)

Get tables for menu example

Parameters
int$startUid‪UID from selected page
int$depth‪How many levels recursive
Returns
‪array The tables to be displayed

Definition at line 35 of file Tables.php.

References $GLOBALS, TYPO3\CMS\Recycler\Utility\RecyclerUtility\getDeletedField(), TYPO3\CMS\Recycler\Domain\Model\Tables\getLanguageService(), and TYPO3\CMS\Recycler\Utility\RecyclerUtility\getModifyableTables().