1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="RRDGraph" namespace="" name="RRDGraph">
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Creates new RRDGraph instance"/>
<return type="void"/>
</docblock>
<parameter name="path" optional="false" byreference="false" type="string"/>
</constructor>
<method name="save" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Saves the result of query into image"/>
<return type="array"/>
</docblock>
</method>
<method name="saveVerbose" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Saves the RRD database query into image and returns the verbose information about generated graph "/>
<return type="array"/>
</docblock>
</method>
<method name="setOptions" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Sets the options for rrd graph export"/>
<return type="void"/>
</docblock>
<parameter name="options" optional="false" byreference="false" type="object" class="array"/>
</method>
</class>
|