Skip to content

Commit b5c6878

Browse files
kocsismateclaudepache
authored andcommitted
Update ext/oci8 role attributes (php#1978)
1 parent cfb5fc5 commit b5c6878

31 files changed

+31
-31
lines changed

reference/oci8/functions/oci-free-descriptor.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="procedural">
11+
<methodsynopsis>
1212
<type>bool</type><methodname>oci_free_descriptor</methodname>
1313
<methodparam><type>OCILob</type><parameter>lob</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocicollection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</classsynopsisinfo>
3838

3939
<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
40-
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.ocicollection')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])">
40+
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.ocicollection')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='OCICollection'])">
4141
<xi:fallback/>
4242
</xi:include>
4343
</classsynopsis>

reference/oci8/ocicollection/append.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCICollection::append</methodname>
1313
<methodparam><type>string</type><parameter>value</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocicollection/assign.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCICollection::assign</methodname>
1313
<methodparam><type>OCICollection</type><parameter>from</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocicollection/assignElem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCICollection::assignElem</methodname>
1313
<methodparam><type>int</type><parameter>index</parameter></methodparam>
1414
<methodparam><type>string</type><parameter>value</parameter></methodparam>

reference/oci8/ocicollection/free.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCICollection::free</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocicollection/getElem.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type class="union"><type>string</type><type>float</type><type>null</type><type>false</type></type><methodname>OCICollection::getElem</methodname>
1313
<methodparam><type>int</type><parameter>index</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocicollection/max.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>OCICollection::max</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocicollection/size.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>OCICollection::size</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocicollection/trim.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<refsect1 role="description">
1010
&reftitle.description;
11-
<methodsynopsis role="oop">
11+
<methodsynopsis role="OCICollection">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCICollection::trim</methodname>
1313
<methodparam><type>int</type><parameter>num</parameter></methodparam>
1414
</methodsynopsis>

0 commit comments

Comments
 (0)