mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
constructor args param array is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316933 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
01816f5153
commit
234a49efe3
3 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<modifier>public</modifier> <type>void</type><methodname>VarnishAdmin::__construct</methodname>
|
||||
<methodparam><type>array</type><parameter>args</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>args</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>VarnishLog::__construct</methodname>
|
||||
<methodparam><type>array</type><parameter>args</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>args</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
&reftitle.description;
|
||||
<methodsynopsis>
|
||||
<methodname>VarnishStat::__construct</methodname>
|
||||
<methodparam><type>array</type><parameter>args</parameter></methodparam>
|
||||
<methodparam choice="opt"><type>array</type><parameter>args</parameter></methodparam>
|
||||
</methodsynopsis>
|
||||
<para>
|
||||
|
||||
|
|
Loading…
Reference in a new issue