Removed UTCDateTime.getTimestamp and UTCDateTime.getIncrement

This commit is contained in:
Vasily Khayrulin 2019-11-11 22:55:44 +03:00
parent e541fad481
commit c57796b5fe
1 changed files with 0 additions and 20 deletions

View File

@ -2409,26 +2409,6 @@ namespace MongoDB {}
{
}
/**
* Returns the increment component of this TimestampInterface
*
* @link https://secure.php.net/manual/en/mongodb-bson-timestampinterface.getincrement.php
* @return int
*/
final public function getIncrement()
{
}
/**
* Returns the timestamp component of this TimestampInterface
*
* @link https://secure.php.net/manual/en/mongodb-bson-timestampinterface.gettimestamp.php
* @return int
*/
final public function getTimestamp()
{
}
/**
* Serialize a UTCDateTime
* @since 1.2.0