File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
reference/pdo/pdostatement Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 24
24
<modifier >public</modifier > <type >bool</type ><methodname >PDOStatement::setFetchMode</methodname >
25
25
<methodparam ><type >int</type ><parameter >mode</parameter ><initializer >PDO::FETCH_CLASS</initializer ></methodparam >
26
26
<methodparam ><type >string</type ><parameter >class</parameter ></methodparam >
27
- <methodparam ><type > array</type ><parameter >ctorArgs </parameter ></methodparam >
27
+ <methodparam ><type class = " union " >< type > array</type ><type >null</ type ></ type >< parameter >constructorArgs </parameter ></methodparam >
28
28
</methodsynopsis >
29
29
30
30
<methodsynopsis >
95
95
</listitem >
96
96
</varlistentry >
97
97
<varlistentry >
98
- <term ><parameter >ctorArgs </parameter ></term >
98
+ <term ><parameter >constructorArgs </parameter ></term >
99
99
<listitem >
100
100
<para >
101
101
Arguments of custom class constructor when the <parameter >mode</parameter >
Original file line number Diff line number Diff line change 10
10
<methodsynopsis >
11
11
<modifier >public</modifier > <type class =" union" ><type >object</type ><type >false</type ></type ><methodname >PDOStatement::fetchObject</methodname >
12
12
<methodparam choice =" opt" ><type class =" union" ><type >string</type ><type >null</type ></type ><parameter >class</parameter ><initializer >"stdClass"</initializer ></methodparam >
13
- <methodparam choice =" opt" ><type >array</type ><parameter >ctorArgs </parameter ></methodparam >
13
+ <methodparam choice =" opt" ><type >array</type ><parameter >constructorArgs </parameter >< initializer >[]</ initializer ></methodparam >
14
14
</methodsynopsis >
15
15
16
16
<para >
38
38
</listitem >
39
39
</varlistentry >
40
40
<varlistentry >
41
- <term ><parameter >ctorArgs </parameter ></term >
41
+ <term ><parameter >constructorArgs </parameter ></term >
42
42
<listitem >
43
43
<para >
44
44
Elements of this array are passed to the constructor.
Original file line number Diff line number Diff line change 25
25
<modifier >public</modifier > <type >bool</type ><methodname >PDOStatement::setFetchMode</methodname >
26
26
<methodparam ><type >int</type ><parameter >mode</parameter ><initializer >PDO::FETCH_CLASS</initializer ></methodparam >
27
27
<methodparam ><type >string</type ><parameter >class</parameter ></methodparam >
28
- <methodparam ><type > array</type ><parameter >ctorArgs </parameter ></methodparam >
28
+ <methodparam >> <type class = " union " >< type > array</type ><type >null</ type ></ type >< parameter >constructorArgs </parameter ></methodparam >
29
29
</methodsynopsis >
30
30
31
31
<methodsynopsis >
64
64
</listitem >
65
65
</varlistentry >
66
66
<varlistentry >
67
- <term ><parameter >ctorArgs </parameter ></term >
67
+ <term ><parameter >constructorArgs </parameter ></term >
68
68
<listitem >
69
69
<para >
70
70
Constructor arguments.
You can’t perform that action at this time.
0 commit comments