‪TYPO3CMS  9.5
ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample Class Reference
Inheritance diagram for ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample:
TYPO3\CMS\Extbase\DomainObject\AbstractEntity TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject TYPO3\CMS\Extbase\DomainObject\DomainObjectInterface TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface

Public Member Functions

DateTimeImmutable getDatetimeImmutableText ()
 
 setDatetimeImmutableText (\DateTimeImmutable $datetimeImmutableText)
 
DateTimeImmutable getDatetimeImmutableInt ()
 
 setDatetimeImmutableInt (\DateTimeImmutable $datetimeImmutableInt)
 
DateTimeImmutable getDatetimeImmutableDatetime ()
 
 setDatetimeImmutableDatetime (\DateTimeImmutable $datetimeImmutableDatetime)
 
- ‪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 Attributes

DateTimeImmutable $datetimeImmutableText
 
DateTimeImmutable $datetimeImmutableInt
 
DateTimeImmutable $datetimeImmutableDatetime
 
- ‪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

Definition at line 7 of file DateTimeImmutableExample.php.

Member Function Documentation

◆ getDatetimeImmutableDatetime()

DateTimeImmutable ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::getDatetimeImmutableDatetime ( )

◆ getDatetimeImmutableInt()

DateTimeImmutable ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::getDatetimeImmutableInt ( )

◆ getDatetimeImmutableText()

DateTimeImmutable ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::getDatetimeImmutableText ( )

◆ setDatetimeImmutableDatetime()

ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::setDatetimeImmutableDatetime ( \DateTimeImmutable  $datetimeImmutableDatetime)
Parameters
\DateTimeImmutable$datetimeImmutableDatetime

Definition at line 71 of file DateTimeImmutableExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample\$datetimeImmutableDatetime.

◆ setDatetimeImmutableInt()

ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::setDatetimeImmutableInt ( \DateTimeImmutable  $datetimeImmutableInt)
Parameters
\DateTimeImmutable$datetimeImmutableInt

Definition at line 55 of file DateTimeImmutableExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample\$datetimeImmutableInt.

◆ setDatetimeImmutableText()

ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::setDatetimeImmutableText ( \DateTimeImmutable  $datetimeImmutableText)
Parameters
\DateTimeImmutable$datetimeImmutableText

Definition at line 39 of file DateTimeImmutableExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample\$datetimeImmutableText.

Member Data Documentation

◆ $datetimeImmutableDatetime

DateTimeImmutable ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::$datetimeImmutableDatetime
protected

◆ $datetimeImmutableInt

DateTimeImmutable ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::$datetimeImmutableInt
protected

◆ $datetimeImmutableText

DateTimeImmutable ExtbaseTeam\BlogExample\Domain\Model\DateTimeImmutableExample::$datetimeImmutableText
protected