Tables
Model class for the 'recycler' extension.
This class is a specific domain model implementation and is not part of the Public TYPO3 API.
Table of Contents
Methods
- getTables() : array<string|int, mixed>
- Get tables for menu example
- getLanguageService() : LanguageService
- Returns an instance of LanguageService
Methods
getTables()
Get tables for menu example
    public
                    getTables(int $startUid[, int $depth = 0 ]) : array<string|int, mixed>
    Parameters
- $startUid : int
- 
                    UID from selected page 
- $depth : int = 0
- 
                    How many levels recursive 
Return values
array<string|int, mixed> —The tables to be displayed
getLanguageService()
Returns an instance of LanguageService
    protected
                    getLanguageService() : LanguageService