TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Extbase\DomainObject\AbstractValueObject Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\DomainObject\AbstractValueObject:
TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface ExtbaseTeam\BlogExample\Domain\Model\Tag Tx_Extbase_DomainObject_AbstractValueObject TYPO3\CMS\Extbase\Tests\Fixture\ValueObject

Public Member Functions

 getValue ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 initializeObject ()
 
 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 ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
 _isDirty ()
 

Additional Inherited Members

- Protected Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 isPropertyDirty ($previousValue, $currentValue)
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

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! A 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 20 of file AbstractValueObject.php.

Member Function Documentation

◆ getValue()

TYPO3\CMS\Extbase\DomainObject\AbstractValueObject::getValue ( )

Returns the value of the Value Object. Must be overwritten by a concrete value object.

Returns
string

Definition at line 27 of file AbstractValueObject.php.

References TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject\__toString().