Mongolid\Serializer\Type\UTCDateTime::convert PHP 메소드

convert() 공개 메소드

public convert ( ) : MongoDB\BSON\UTCDateTime
리턴 MongoDB\BSON\UTCDateTime
    public function convert()
    {
        return $this->mongoDate;
    }

Usage Example

예제 #1
0
 public function testConvertShouldRetrieveMongodbUtcDateTime()
 {
     $this->assertEquals($this->mongoDate, $this->dateTime->convert());
 }