![]() |
TYPO3
7.6
|
Public Member Functions | |
getValue () | |
![]() | |
__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 () | |
![]() | |
_memorizeCleanState () | |
_isDirty () | |
Additional Inherited Members | |
![]() | |
isPropertyDirty ($previousValue, $currentValue) | |
![]() | |
$uid | |
$_localizedUid | |
$_languageUid | |
$_versionedUid | |
$pid | |
An abstract Value Object. A Value Object is an object that describes some characteristic or attribute (e.g. a color) but carries no concept of identity.
Definition at line 21 of file AbstractValueObject.php.
getValue | ( | ) |
Returns the value of the Value Object. Must be overwritten by a concrete value object.
Definition at line 28 of file AbstractValueObject.php.
References AbstractDomainObject\__toString().