TYPO3  7.6
Public Member Functions | List of all members
ObjectMonitoringInterface Interface Reference
Inheritance diagram for ObjectMonitoringInterface:
AbstractDomainObject ObjectStorage AbstractEntity AbstractValueObject LazyObjectStorage Extension Constraint HistoryEntry LogEntry Workspace BackendUserGroup Demand Document DocumentFormat DocumentTranslation AbstractFileCollection AbstractFileFolder BackendUser BackendUserGroup Category FileMount FrontendUser FrontendUserGroup ConfigurationCategory ConfigurationItem ConfigurationSubcategory Dependency Extension Mirrors Repository ExtendsAbstractEntity Element ValidationElement Extension Language SysNote

Public Member Functions

 _memorizeCleanState ()
 
 _isDirty ()
 

Detailed Description

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 23 of file ObjectMonitoringInterface.php.

Member Function Documentation

_isDirty ( )

Returns TRUE if the properties were modified after reconstitution

Returns
bool

Implemented in ObjectStorage.

_memorizeCleanState ( )

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

Returns
void

Implemented in ObjectStorage.