MediaWiki master
|
Handling timestamp edge cases in mediawiki. More...
Inherits Type.
Public Member Functions | |
getName () | |
getSQLDeclaration (array $fieldDeclaration, AbstractPlatform $platform) | |
Public Attributes | |
const | TIMESTAMP = 'mwtimestamp' |
Handling timestamp edge cases in mediawiki.
https://www.mediawiki.org/wiki/Manual:Timestamp
Definition at line 12 of file TimestampType.php.
Wikimedia\Rdbms\TimestampType::getName | ( | ) |
Definition at line 35 of file TimestampType.php.
References Wikimedia\Rdbms\TimestampType\TIMESTAMP.
Wikimedia\Rdbms\TimestampType::getSQLDeclaration | ( | array | $fieldDeclaration, |
AbstractPlatform | $platform ) |
Definition at line 15 of file TimestampType.php.
const Wikimedia\Rdbms\TimestampType::TIMESTAMP = 'mwtimestamp' |
Definition at line 13 of file TimestampType.php.
Referenced by Wikimedia\Rdbms\TimestampType\getName().