TYPO3 CMS  TYPO3_7-6
ExtbaseTeam\BlogExample\Domain\Model\DateExample Class Reference
Inheritance diagram for ExtbaseTeam\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 ($datetimeText)
 
 getDatetimeInt ()
 
 setDatetimeInt ($datetimeInt)
 
 getDatetimeDatetime ()
 
 setDatetimeDatetime ($datetimeDatetime)
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 __wakeup ()
 
 getUid ()
 
 setPid ($pid)
 
 getPid ()
 
 _setProperty ($propertyName, $propertyValue)
 
 _getProperty ($propertyName)
 
 _getProperties ()
 
 _hasProperty ($propertyName)
 
 _isNew ()
 
 _memorizeCleanState ($propertyName=null)
 
 _memorizePropertyCleanState ($propertyName)
 
 _getCleanProperties ()
 
 _getCleanProperty ($propertyName)
 
 _isDirty ($propertyName=null)
 
 _isClone ()
 
 _setClone ($clone)
 
 __clone ()
 
 __toString ()
 
- Public Member Functions inherited from TYPO3\CMS\Extbase\Persistence\ObjectMonitoringInterface
 _memorizeCleanState ()
 
 _isDirty ()
 

Protected Attributes

 $datetimeText
 
 $datetimeInt
 
 $datetimeDatetime
 
- Protected Attributes inherited from TYPO3\CMS\Extbase\DomainObject\AbstractDomainObject
 $uid
 
 $_localizedUid
 
 $_languageUid
 
 $_versionedUid
 
 $pid
 

Additional Inherited Members

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

Detailed Description

Definition at line 6 of file DateExample.php.

Member Function Documentation

◆ getDatetimeDatetime()

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

◆ getDatetimeInt()

ExtbaseTeam\BlogExample\Domain\Model\DateExample::getDatetimeInt ( )
Returns

Definition at line 49 of file DateExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateExample\$datetimeInt.

◆ getDatetimeText()

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

◆ setDatetimeDatetime()

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

Definition at line 73 of file DateExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateExample\$datetimeDatetime.

◆ setDatetimeInt()

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

Definition at line 57 of file DateExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateExample\$datetimeInt.

◆ setDatetimeText()

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

Definition at line 41 of file DateExample.php.

References ExtbaseTeam\BlogExample\Domain\Model\DateExample\$datetimeText.

Member Data Documentation

◆ $datetimeDatetime

ExtbaseTeam\BlogExample\Domain\Model\DateExample::$datetimeDatetime
protected

◆ $datetimeInt

ExtbaseTeam\BlogExample\Domain\Model\DateExample::$datetimeInt
protected

◆ $datetimeText

ExtbaseTeam\BlogExample\Domain\Model\DateExample::$datetimeText
protected