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>

reference/oci8/ocilob.xml

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

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

reference/oci8/ocilob/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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::append</methodname>
1313
<methodparam><type>OCILob</type><parameter>from</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocilob/close.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>
11+
<methodsynopsis role="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::close</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/eof.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::eof</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/erase.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="OCILob">
1212
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::erase</methodname>
1313
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>offset</parameter><initializer>&null;</initializer></methodparam>
1414
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>length</parameter><initializer>&null;</initializer></methodparam>

reference/oci8/ocilob/export.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::export</methodname>
1313
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
1414
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>offset</parameter><initializer>&null;</initializer></methodparam>

reference/oci8/ocilob/flush.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::flush</methodname>
1313
<methodparam choice="opt"><type>int</type><parameter>flag</parameter><initializer>0</initializer></methodparam>
1414
</methodsynopsis>

reference/oci8/ocilob/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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::free</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/getBuffering.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::getBuffering</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/import.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::import</methodname>
1313
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocilob/load.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="OCILob">
1212
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>OCILob::load</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/read.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="OCILob">
1212
<modifier>public</modifier> <type class="union"><type>string</type><type>false</type></type><methodname>OCILob::read</methodname>
1313
<methodparam><type>int</type><parameter>length</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocilob/rewind.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::rewind</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/save.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::save</methodname>
1313
<methodparam><type>string</type><parameter>data</parameter></methodparam>
1414
<methodparam choice="opt"><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>

reference/oci8/ocilob/seek.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::seek</methodname>
1313
<methodparam><type>int</type><parameter>offset</parameter></methodparam>
1414
<methodparam choice="opt"><type>int</type><parameter>whence</parameter><initializer><constant>OCI_SEEK_SET</constant></initializer></methodparam>

reference/oci8/ocilob/setBuffering.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::setBuffering</methodname>
1313
<methodparam><type>bool</type><parameter>mode</parameter></methodparam>
1414
</methodsynopsis>

reference/oci8/ocilob/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="OCILob">
1212
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::size</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/tell.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="OCILob">
1212
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::tell</methodname>
1313
<void/>
1414
</methodsynopsis>

reference/oci8/ocilob/truncate.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="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::truncate</methodname>
1313
<methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>0</initializer></methodparam>
1414
</methodsynopsis>

reference/oci8/ocilob/write.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="OCILob">
1212
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>OCILob::write</methodname>
1313
<methodparam><type>string</type><parameter>data</parameter></methodparam>
1414
<methodparam choice="opt"><type class="union"><type>int</type><type>null</type></type><parameter>length</parameter><initializer>&null;</initializer></methodparam>

reference/oci8/ocilob/writeTemporary.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>
11+
<methodsynopsis role="OCILob">
1212
<modifier>public</modifier> <type>bool</type><methodname>OCILob::writeTemporary</methodname>
1313
<methodparam><type>string</type><parameter>data</parameter></methodparam>
1414
<methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer><constant>OCI_TEMP_CLOB</constant></initializer></methodparam>

0 commit comments

Comments
 (0)