TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface:
Tx_Extbase_Persistence_ObjectMonitoringInterface TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\Persistence\ObjectStorage t3lib_object_tests_initializable Tx_Extbase_DomainObject_AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractValueObject Tx_Extbase_Persistence_ObjectStorage TYPO3\CMS\Extbase\Persistence\Generic\LazyObjectStorage ExtbaseTeam\BlogExample\Domain\Model\Blog ExtbaseTeam\BlogExample\Domain\Model\Comment ExtbaseTeam\BlogExample\Domain\Model\Person ExtbaseTeam\BlogExample\Domain\Model\Post OliverHader\IrreTutorial\Domain\Model\Content OliverHader\IrreTutorial\Domain\Model\Hotel OliverHader\IrreTutorial\Domain\Model\Offer OliverHader\IrreTutorial\Domain\Model\Price Tx_Extbase_DomainObject_AbstractEntity TYPO3\CMS\About\Domain\Model\Extension TYPO3\CMS\Belog\Domain\Model\Constraint TYPO3\CMS\Belog\Domain\Model\HistoryEntry TYPO3\CMS\Belog\Domain\Model\LogEntry TYPO3\CMS\Belog\Domain\Model\Workspace TYPO3\CMS\Beuser\Domain\Model\BackendUserGroup TYPO3\CMS\Beuser\Domain\Model\Demand TYPO3\CMS\Documentation\Domain\Model\Document TYPO3\CMS\Documentation\Domain\Model\DocumentFormat TYPO3\CMS\Documentation\Domain\Model\DocumentTranslation TYPO3\CMS\Extbase\Domain\Model\AbstractFileCollection TYPO3\CMS\Extbase\Domain\Model\AbstractFileFolder TYPO3\CMS\Extbase\Domain\Model\BackendUser TYPO3\CMS\Extbase\Domain\Model\BackendUserGroup TYPO3\CMS\Extbase\Domain\Model\Category TYPO3\CMS\Extbase\Domain\Model\FileMount TYPO3\CMS\Extbase\Domain\Model\FrontendUser TYPO3\CMS\Extbase\Domain\Model\FrontendUserGroup TYPO3\CMS\Extbase\Tests\Fixture\Entity TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2 TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity3 TYPO3\CMS\Extensionmanager\Domain\Model\ConfigurationCategory TYPO3\CMS\Extensionmanager\Domain\Model\ConfigurationItem TYPO3\CMS\Extensionmanager\Domain\Model\ConfigurationSubcategory TYPO3\CMS\Extensionmanager\Domain\Model\Dependency TYPO3\CMS\Extensionmanager\Domain\Model\Extension TYPO3\CMS\Extensionmanager\Domain\Model\Mirrors TYPO3\CMS\Extensionmanager\Domain\Model\Repository TYPO3\CMS\Lang\Domain\Model\Extension TYPO3\CMS\Lang\Domain\Model\Language TYPO3\CMS\Lang\Domain\Model\LanguageSelectionForm TYPO3\CMS\Lang\Domain\Model\UpdateTranslationForm TYPO3\CMS\SysNote\Domain\Model\SysNote ExtbaseTeam\BlogExample\Domain\Model\Tag Tx_Extbase_DomainObject_AbstractValueObject TYPO3\CMS\Extbase\Tests\Fixture\ValueObject Tx_Extbase_Persistence_LazyObjectStorage

Public Member Functions

 _memorizeCleanState ()
 
 _isDirty ()
 

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! An interface how to monitor changes on an object and its properties. All domain objects which should be persisted need to implement the below interface.

See also

Definition at line 22 of file ObjectMonitoringInterface.php.

Member Function Documentation

◆ _isDirty()

TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_isDirty ( )

Returns TRUE if the properties were modified after reconstitution

Returns
boolean

Implemented in TYPO3\CMS\Extbase\Persistence\ObjectStorage.

◆ _memorizeCleanState()

TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface::_memorizeCleanState ( )

Register an object's clean state, e.g. after it has been reconstituted from the database

Returns
void

Implemented in TYPO3\CMS\Extbase\Persistence\ObjectStorage.