1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="MongoInt32" namespace="" name="MongoInt32">
<member name="value" static="false" visibility="public">
<default>null</default>
<docblock>
<description compact=""/>
<var type="string"/>
</docblock>
</member>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Creates a new 32-bit integer"/>
<return type="void"/>
</docblock>
<parameter name="value" optional="false" byreference="false" type="string"/>
</constructor>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Returns the string representation of this 32-bit integer"/>
<return type="string"/>
</docblock>
</method>
</class>
|