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

Public Member Functions

 getDatetimeText ()
 
 setDatetimeText (\DateTime $datetimeText)
 
 getDatetimeInt ()
 
 setDatetimeInt (\DateTime $datetimeInt)
 
 getDatetimeDatetime ()
 
 setDatetimeDatetime (\DateTime $datetimeDatetime)
 
- ‪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)
 

Protected Attributes

DateTime $datetimeText = null
 
DateTime $datetimeInt = null
 
DateTime $datetimeDatetime = 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

- ‪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 Member Functions inherited from ‪TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 isPropertyDirty (mixed $previousValue, mixed $currentValue)
 

Detailed Description

Definition at line 22 of file DateExample.php.

Member Function Documentation

◆ getDatetimeDatetime()

TYPO3Tests\BlogExample\Domain\Model\DateExample::getDatetimeDatetime ( )

◆ getDatetimeInt()

TYPO3Tests\BlogExample\Domain\Model\DateExample::getDatetimeInt ( )

◆ getDatetimeText()

TYPO3Tests\BlogExample\Domain\Model\DateExample::getDatetimeText ( )

◆ setDatetimeDatetime()

TYPO3Tests\BlogExample\Domain\Model\DateExample::setDatetimeDatetime ( \DateTime  $datetimeDatetime)

◆ setDatetimeInt()

TYPO3Tests\BlogExample\Domain\Model\DateExample::setDatetimeInt ( \DateTime  $datetimeInt)

◆ setDatetimeText()

TYPO3Tests\BlogExample\Domain\Model\DateExample::setDatetimeText ( \DateTime  $datetimeText)

Member Data Documentation

◆ $datetimeDatetime

DateTime TYPO3Tests\BlogExample\Domain\Model\DateExample::$datetimeDatetime = null
protected

◆ $datetimeInt

DateTime TYPO3Tests\BlogExample\Domain\Model\DateExample::$datetimeInt = null
protected

◆ $datetimeText

DateTime TYPO3Tests\BlogExample\Domain\Model\DateExample::$datetimeText = null
protected