‪TYPO3CMS  ‪main
TYPO3Tests\TestDataMapper\Domain\Model\Example Class Reference
Inheritance diagram for TYPO3Tests\TestDataMapper\Domain\Model\Example:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

 getFirstProperty ()
 
 setFirstProperty (string $firstProperty)
 
 getSecondProperty ()
 
 setSecondProperty (int $secondProperty)
 
 getThirdProperty ()
 
 setThirdProperty (float $thirdProperty)
 
 isFourthProperty ()
 
 setFourthProperty (bool $fourthProperty)
 
 getUninitializedStringProperty ()
 
 setUninitializedStringProperty (string $uninitializedStringProperty)
 
 getUninitializedDateTimeProperty ()
 
 setUninitializedDateTimeProperty (?\DateTime $uninitializedDateTimeProperty)
 
 getUninitializedMandatoryDateTimeProperty ()
 
 setUninitializedMandatoryDateTimeProperty (\DateTime $uninitializedMandatoryDateTimeProperty)
 
 getInitializedDateTimeProperty ()
 
 setInitializedDateTimeProperty (?\DateTime $initializedDateTimeProperty)
 
 getCustomDateTime ()
 
 setCustomDateTime (?CustomDateTime $customDateTime)
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 setPid (int $pid)
 
 _setProperty (string $propertyName, mixed $value)
 
 _getProperty (string $propertyName)
 
 _memorizeCleanState (?string $propertyName=null)
 
 _memorizePropertyCleanState (string $propertyName)
 
 _getCleanProperty (string $propertyName)
 
 _isDirty (?string $propertyName=null)
 
 _isClone ()
 
 _setClone (bool $clone)
 
 __clone ()
 
non empty string __toString ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface
 getUid ()
 
 getPid ()
 
 _isNew ()
 
 _hasProperty (string $propertyName)
 

Public Attributes

 $unknownType
 
Enum StringBackedEnum $stringBackedEnum
 
Enum StringBackedEnum null $nullableStringBackedEnum = null
 
Enum IntegerBackedEnum $integerBackedEnum
 
Enum IntegerBackedEnum null $nullableIntegerBackedEnum = null
 
- ‪Public Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
const PROPERTY_UID = 'uid'
 
const PROPERTY_PID = 'pid'
 
const PROPERTY_LOCALIZED_UID = '_localizedUid'
 
const PROPERTY_LANGUAGE_UID = '_languageUid'
 
const PROPERTY_VERSIONED_UID = '_versionedUid'
 
int< 1, function getUid():?int { if( $this->uid !==null) { return(int) $this-> uid
 
return null
 
int< 0, function getPid():int|null { if( $this->pid===null) { return null;} return(int) $this-> pid
 
array< non-empty-string, function _getProperties():array { $properties=get_object_vars( $this);foreach( $properties as $propertyName=> $propertyValue) { if(str_starts_with( $propertyName, '_')) { unset( $properties[ $propertyName]);} } return $properties;} public function _hasProperty(string $propertyName):bool { return property_exists( $this, $propertyName);} public function _isNew():bool { return $this-> uid === null
 
array< non-empty-string, function _getCleanProperties():array { return $this-> _cleanProperties
 

Protected Attributes

string $firstProperty = ''
 
int $secondProperty = 0
 
float $thirdProperty = 0.0
 
bool $fourthProperty = true
 
string $uninitializedStringProperty
 
DateTime $uninitializedDateTimeProperty
 
DateTime $uninitializedMandatoryDateTimeProperty
 
DateTime $initializedDateTimeProperty = null
 
CustomDateTime $customDateTime = null
 
- ‪Protected Attributes inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
int $uid = null
 
int $_localizedUid = null
 
int $_languageUid = null
 
int $_versionedUid = null
 
int $pid = null
 

Additional Inherited Members

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

Detailed Description

Definition at line 22 of file Example.php.

Member Function Documentation

◆ getCustomDateTime()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getCustomDateTime ( )

◆ getFirstProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getFirstProperty ( )

◆ getInitializedDateTimeProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getInitializedDateTimeProperty ( )

◆ getSecondProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getSecondProperty ( )

◆ getThirdProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getThirdProperty ( )

◆ getUninitializedDateTimeProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getUninitializedDateTimeProperty ( )

◆ getUninitializedMandatoryDateTimeProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getUninitializedMandatoryDateTimeProperty ( )

◆ getUninitializedStringProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::getUninitializedStringProperty ( )

◆ isFourthProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::isFourthProperty ( )

◆ setCustomDateTime()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setCustomDateTime ( ?CustomDateTime  $customDateTime)

◆ setFirstProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setFirstProperty ( string  $firstProperty)

◆ setFourthProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setFourthProperty ( bool  $fourthProperty)

◆ setInitializedDateTimeProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setInitializedDateTimeProperty ( ?\DateTime  $initializedDateTimeProperty)

◆ setSecondProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setSecondProperty ( int  $secondProperty)

◆ setThirdProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setThirdProperty ( float  $thirdProperty)

◆ setUninitializedDateTimeProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setUninitializedDateTimeProperty ( ?\DateTime  $uninitializedDateTimeProperty)

◆ setUninitializedMandatoryDateTimeProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setUninitializedMandatoryDateTimeProperty ( \DateTime  $uninitializedMandatoryDateTimeProperty)

◆ setUninitializedStringProperty()

TYPO3Tests\TestDataMapper\Domain\Model\Example::setUninitializedStringProperty ( string  $uninitializedStringProperty)

Member Data Documentation

◆ $customDateTime

CustomDateTime TYPO3Tests\TestDataMapper\Domain\Model\Example::$customDateTime = null
protected

◆ $firstProperty

string TYPO3Tests\TestDataMapper\Domain\Model\Example::$firstProperty = ''
protected

◆ $fourthProperty

bool TYPO3Tests\TestDataMapper\Domain\Model\Example::$fourthProperty = true
protected

◆ $initializedDateTimeProperty

DateTime TYPO3Tests\TestDataMapper\Domain\Model\Example::$initializedDateTimeProperty = null
protected

◆ $integerBackedEnum

Enum IntegerBackedEnum TYPO3Tests\TestDataMapper\Domain\Model\Example::$integerBackedEnum

Definition at line 36 of file Example.php.

◆ $nullableIntegerBackedEnum

Enum IntegerBackedEnum null TYPO3Tests\TestDataMapper\Domain\Model\Example::$nullableIntegerBackedEnum = null

Definition at line 37 of file Example.php.

◆ $nullableStringBackedEnum

Enum StringBackedEnum null TYPO3Tests\TestDataMapper\Domain\Model\Example::$nullableStringBackedEnum = null

Definition at line 35 of file Example.php.

◆ $secondProperty

int TYPO3Tests\TestDataMapper\Domain\Model\Example::$secondProperty = 0
protected

◆ $stringBackedEnum

Enum StringBackedEnum TYPO3Tests\TestDataMapper\Domain\Model\Example::$stringBackedEnum

Definition at line 34 of file Example.php.

◆ $thirdProperty

float TYPO3Tests\TestDataMapper\Domain\Model\Example::$thirdProperty = 0.0
protected

◆ $uninitializedDateTimeProperty

DateTime TYPO3Tests\TestDataMapper\Domain\Model\Example::$uninitializedDateTimeProperty
protected

◆ $uninitializedMandatoryDateTimeProperty

DateTime TYPO3Tests\TestDataMapper\Domain\Model\Example::$uninitializedMandatoryDateTimeProperty
protected

◆ $uninitializedStringProperty

string TYPO3Tests\TestDataMapper\Domain\Model\Example::$uninitializedStringProperty
protected

◆ $unknownType

TYPO3Tests\TestDataMapper\Domain\Model\Example::$unknownType

Definition at line 33 of file Example.php.