‪TYPO3CMS  11.5
TYPO3\CMS\Extbase\Tests\Fixture\ValueObject Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Fixture\ValueObject:
TYPO3\CMS\Extbase\DomainObject\AbstractValueObject TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

 __construct (string $name)
 
 setName (string $name)
 
string getName ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractValueObject
string getValue ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int null getUid ()
 
 setPid (int $pid)
 
int null getPid ()
 
bool _setProperty (string $propertyName, $propertyValue)
 
mixed _getProperty (string $propertyName)
 
array _getProperties ()
 
bool _hasProperty ($propertyName)
 
bool _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
array _getCleanProperties ()
 
mixed _getCleanProperty (string $propertyName)
 
bool _isDirty ($propertyName=null)
 
bool _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
string __toString ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
bool _isDirty ()
 

Protected Attributes

string $name
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid
 
int $_localizedUid
 
int $_languageUid
 
int $_versionedUid
 
int $pid
 

Additional Inherited Members

- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
bool isPropertyDirty ($previousValue, $currentValue)
 

Detailed Description

An entity

Definition at line 25 of file ValueObject.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Extbase\Tests\Fixture\ValueObject::__construct ( string  $name)

Constructs this value object

Parameters
string$name‪Name of this blog

Definition at line 37 of file ValueObject.php.

References TYPO3\CMS\Extbase\Tests\Fixture\ValueObject\setName().

Member Function Documentation

◆ getName()

string TYPO3\CMS\Extbase\Tests\Fixture\ValueObject::getName ( )

Returns the value object's name

Returns
‪string The value object's name

Definition at line 57 of file ValueObject.php.

References TYPO3\CMS\Extbase\Tests\Fixture\ValueObject\$name.

◆ setName()

TYPO3\CMS\Extbase\Tests\Fixture\ValueObject::setName ( string  $name)

Sets this value object's name

Parameters
string$name‪The value object's name

Definition at line 47 of file ValueObject.php.

References TYPO3\CMS\Extbase\Tests\Fixture\ValueObject\$name.

Referenced by TYPO3\CMS\Extbase\Tests\Fixture\ValueObject\__construct().

Member Data Documentation

◆ $name

string TYPO3\CMS\Extbase\Tests\Fixture\ValueObject::$name
protected