‪TYPO3CMS  9.5
TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2 Class Reference
Inheritance diagram for TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Attributes

string $someString
 
int $someInteger
 
TYPO3 CMS Extbase Tests Unit Persistence Fixture Model Entity3 $someReference
 
array $someReferenceArray = array( )
 

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int getUid ()
 
 setPid ($pid)
 
int getPid ()
 
bool _setProperty ($propertyName, $propertyValue)
 
mixed _getProperty ($propertyName)
 
array _getProperties ()
 
bool _hasProperty ($propertyName)
 
bool _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
array _getCleanProperties ()
 
mixed _getCleanProperty ($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 Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
bool isPropertyDirty ($previousValue, $currentValue)
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid
 
int $_localizedUid
 
int $_languageUid
 
int $_versionedUid
 
int $pid
 

Detailed Description

A model fixture used for testing the persistence manager

Definition at line 20 of file Entity2.php.

Member Data Documentation

◆ $someInteger

int TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2::$someInteger

Definition at line 30 of file Entity2.php.

◆ $someReference

TYPO3 CMS Extbase Tests Unit Persistence Fixture Model Entity3 TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2::$someReference

Definition at line 34 of file Entity2.php.

◆ $someReferenceArray

array TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2::$someReferenceArray = array( )

Definition at line 38 of file Entity2.php.

◆ $someString

string TYPO3\CMS\Extbase\Tests\Unit\Persistence\Fixture\Model\Entity2::$someString

Just a normal string

Definition at line 26 of file Entity2.php.