fix case of root ns for wkhtmltox

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343398 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2017-11-11 09:04:47 +00:00
parent 3f75f75dcf
commit 6d9dd2c79f

View file

@ -3,14 +3,14 @@
<refentry xml:id="wkhtmltox-pdf-object.construct" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
<refname>WKHTMLTOX\PDF\Object::__construct</refname>
<refname>wkhtmltox\PDF\Object::__construct</refname>
<refpurpose>Create a new PDF Object</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
<modifier>public</modifier> <methodname>WKHTMLTOX\PDF\Object::__construct</methodname>
<modifier>public</modifier> <methodname>wkhtmltox\PDF\Object::__construct</methodname>
<methodparam><type>string</type><parameter>buffer</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>settings</parameter></methodparam>
</constructorsynopsis>