mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3f75f75dcf
commit
6d9dd2c79f
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue