‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Database\Schema\Types\TimeType Class Reference
Inheritance diagram for TYPO3\CMS\Core\Database\Schema\Types\TimeType:

Public Member Functions

 convertToDatabaseValue ($value, DoctrineAbstractPlatform $platform)
 

Detailed Description

This custom type extends doctrine native TimeType to allow a formatted string (in "H:i:s") directly, in addition to a DateTimeInterface.

not part of public core API.

Definition at line 29 of file TimeType.php.

Member Function Documentation

◆ convertToDatabaseValue()

TYPO3\CMS\Core\Database\Schema\Types\TimeType::convertToDatabaseValue (   $value,
DoctrineAbstractPlatform  $platform 
)

Definition at line 31 of file TimeType.php.