<?xml version="1.0" encoding="UTF-8" ?>
<interface xmlns="http://xml.phpdox.net/src" full="MongoDB\BSON\ObjectIdInterface" namespace="MongoDB\BSON" name="ObjectIdInterface">
<method name="getTimestamp" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the timestamp component of this ObjectIdInterface"/>
<return type="int"/>
</docblock>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the hexidecimal representation of this ObjectIdInterface"/>
<return type="string"/>
</docblock>
</method>
</interface>
|