PHPDaemon\Clients\Mongo\MongoId::getPlainObject PHP Method

getPlainObject() public method

getPlainObject
public getPlainObject ( ) : MongoId
return MongoId
    public function getPlainObject()
    {
        return new \MongoId(parent::__toString());
    }