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="wkhtmltox\Image\Converter" namespace="wkhtmltox\Image" name="Converter">
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Create a new Image converter"/>
<return type="void"/>
</docblock>
<parameter name="buffer" optional="true" byreference="false" type="string"/>
<parameter name="settings" optional="true" byreference="false" type="object" class="array"/>
</constructor>
<method name="convert" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Perform Image conversion"/>
<return type="?string"/>
</docblock>
</method>
<method name="getVersion" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Determine version of Converter"/>
<return type="string"/>
</docblock>
</method>
</class>
|