‪TYPO3CMS  9.5
TYPO3\CMS\Core\Compatibility\PublicMethodDeprecationTrait Class Reference
Inheritance diagram for TYPO3\CMS\Core\Compatibility\PublicMethodDeprecationTrait:
TYPO3\CMS\Backend\Controller\BackendController TYPO3\CMS\Backend\Controller\ContentElement\ElementInformationController TYPO3\CMS\Backend\Controller\EditDocumentController TYPO3\CMS\Backend\Controller\File\CreateFolderController TYPO3\CMS\Backend\Controller\File\EditFileController TYPO3\CMS\Backend\Controller\File\FileController TYPO3\CMS\Backend\Controller\PageLayoutController TYPO3\CMS\Beuser\Controller\BackendUserController TYPO3\CMS\Core\Tests\UnitDeprecated\Compatibility\Fixtures\PublicMethodDeprecationTraitTextFixture TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser TYPO3\CMS\Core\TypoScript\TemplateService TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject TYPO3\CMS\Impexp\Controller\ImportExportController TYPO3\CMS\Info\Controller\InfoModuleController TYPO3\CMS\Info\Controller\InfoPageTyposcriptConfigController TYPO3\CMS\Info\Controller\PageInformationController TYPO3\CMS\Info\Controller\TranslationStatusController TYPO3\CMS\Linkvalidator\Report\LinkValidatorReport TYPO3\CMS\Recordlist\Controller\AbstractLinkBrowserController TYPO3\CMS\Recordlist\Controller\ElementBrowserController TYPO3\CMS\Recordlist\Controller\RecordListController TYPO3\CMS\Reports\Controller\ReportController TYPO3\CMS\RteCKEditor\Controller\BrowseLinksController TYPO3\CMS\Scheduler\Controller\SchedulerModuleController TYPO3\CMS\Setup\Controller\SetupModuleController TYPO3\CMS\Taskcenter\Controller\TaskModuleController TYPO3\CMS\Tstemplate\Controller\TemplateAnalyzerModuleFunctionController TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateConstantEditorModuleFunctionController TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateInformationModuleFunctionController TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateModuleController TYPO3\CMS\Tstemplate\Controller\TypoScriptTemplateObjectBrowserModuleFunctionController

Public Member Functions

mixed __call (string $methodName, array $arguments)
 

Detailed Description

This trait has no public methods by default, ensure to add a $deprecatedPublicMethods property to your class when using this trait.

Definition at line 67 of file PublicMethodDeprecationTrait.php.

Member Function Documentation

◆ __call()

mixed TYPO3\CMS\Core\Compatibility\PublicMethodDeprecationTrait::__call ( string  $methodName,
array  $arguments 
)

Definition at line 83 of file PublicMethodDeprecationTrait.php.