TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Recycler\Domain\Model\Tables Class Reference
Inheritance diagram for TYPO3\CMS\Recycler\Domain\Model\Tables:
tx_recycler_model_tables

Public Member Functions

 getTables ($format, $withAllOption=0, $startUid, $depth=0)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Model class for the 'recycler' extension.

Author
Julian Kleinhans typo3.nosp@m.@kj1.nosp@m.87.de

Definition at line 22 of file Tables.php.

Member Function Documentation

◆ getTables()

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

Get tables for menu example

Parameters
string$format,Return format (example: json)
boolean$withAllOption,0 no, 1 return tables with a "all" option
integer$id,UID from selected page
integer$depth,How many levels recursive
Returns
string The tables to be displayed

Definition at line 33 of file Tables.php.

References $GLOBALS, TYPO3\CMS\Recycler\Utility\RecyclerUtility\getDeletedField(), and TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance().