‪TYPO3CMS  9.5
TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait Class Reference
Inheritance diagram for TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait:
TYPO3\CMS\Backend\Controller\ContentElement\ElementInformationController TYPO3\CMS\Backend\Controller\ContentElement\MoveElementController TYPO3\CMS\Backend\Controller\ContentElement\NewContentElementController TYPO3\CMS\Backend\Controller\EditDocumentController TYPO3\CMS\Backend\Controller\File\CreateFolderController TYPO3\CMS\Backend\Controller\File\EditFileController TYPO3\CMS\Backend\Controller\File\FileUploadController TYPO3\CMS\Backend\Controller\File\RenameFileController TYPO3\CMS\Backend\Controller\File\ReplaceFileController TYPO3\CMS\Backend\Controller\FileSystemNavigationFrameController TYPO3\CMS\Backend\Controller\NewRecordController TYPO3\CMS\Backend\Controller\PageLayoutController TYPO3\CMS\Backend\Controller\SimpleDataHandlerController TYPO3\CMS\Backend\Controller\Wizard\AddController TYPO3\CMS\Backend\Controller\Wizard\EditController TYPO3\CMS\Backend\Controller\Wizard\ListController TYPO3\CMS\Backend\Controller\Wizard\TableController TYPO3\CMS\Backend\Tree\View\PagePositionMap TYPO3\CMS\Core\Authentication\BackendUserAuthentication TYPO3\CMS\Core\TypoScript\Parser\TypoScriptParser TYPO3\CMS\Core\TypoScript\TemplateService TYPO3\CMS\Filelist\Controller\FileListController TYPO3\CMS\Frontend\ContentObject\Menu\AbstractMenuContentObject TYPO3\CMS\Impexp\Controller\ImportExportController TYPO3\CMS\IndexedSearch\Indexer TYPO3\CMS\IndexedSearch\Lexer 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\RecordListController TYPO3\CMS\Recordlist\RecordList\DatabaseRecordList 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

bool __isset (string $propertyName)
 
mixed __get (string $propertyName)
 
 __set (string $propertyName, $propertyValue)
 
 __unset (string $propertyName)
 

Detailed Description

This trait has no public properties by default, ensure to add a $deprecatedPublicProperties to your class when using this trait.

Definition at line 65 of file PublicPropertyDeprecationTrait.php.

Member Function Documentation

◆ __get()

mixed TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait::__get ( string  $propertyName)

Definition at line 98 of file PublicPropertyDeprecationTrait.php.

◆ __isset()

bool TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait::__isset ( string  $propertyName)

Definition at line 79 of file PublicPropertyDeprecationTrait.php.

◆ __set()

TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait::__set ( string  $propertyName,
  $propertyValue 
)

Definition at line 118 of file PublicPropertyDeprecationTrait.php.

◆ __unset()

TYPO3\CMS\Core\Compatibility\PublicPropertyDeprecationTrait::__unset ( string  $propertyName)

Definition at line 133 of file PublicPropertyDeprecationTrait.php.