TYPO3  7.6
List of all members
AbstractEntity Class Reference
Inheritance diagram for AbstractEntity:
AbstractDomainObject DomainObjectInterface ObjectMonitoringInterface 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

Additional Inherited Members

- Public Member Functions inherited from AbstractDomainObject
 __wakeup ()
 
 getUid ()
 
 setPid ($pid)
 
 getPid ()
 
 _setProperty ($propertyName, $propertyValue)
 
 _getProperty ($propertyName)
 
 _getProperties ()
 
 _hasProperty ($propertyName)
 
 _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
 _getCleanProperties ()
 
 _getCleanProperty ($propertyName)
 
 _isDirty ($propertyName=null)
 
 _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
 __toString ()
 
- Protected Member Functions inherited from AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 
- Protected Attributes inherited from AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

Detailed Description

An abstract Entity. An Entity is an object fundamentally defined not by its attributes, but by a thread of continuity and identity (e.g. a person).

Definition at line 21 of file AbstractEntity.php.