Skip to content

Instantly share code, notes, and snippets.

@whatthejeff
Last active December 18, 2015 13:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whatthejeff/5790970 to your computer and use it in GitHub Desktop.
Save whatthejeff/5790970 to your computer and use it in GitHub Desktop.
Added modifiers for a number of PHP methods.
Index: en/reference/spl/splheap/current.xml
===================================================================
--- en/reference/spl/splheap/current.xml (revision 330515)
+++ en/reference/spl/splheap/current.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplHeap::current</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplHeap::current</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splheap/top.xml
===================================================================
--- en/reference/spl/splheap/top.xml (revision 330515)
+++ en/reference/spl/splheap/top.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplHeap::top</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplHeap::top</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splheap/construct.xml
===================================================================
--- en/reference/spl/splheap/construct.xml (revision 330515)
+++ en/reference/spl/splheap/construct.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
- <methodname>SplHeap::__construct</methodname>
+ <modifier>public</modifier> <methodname>SplHeap::__construct</methodname>
<void />
</constructorsynopsis>
<para>
Index: en/reference/spl/splheap/insert.xml
===================================================================
--- en/reference/spl/splheap/insert.xml (revision 330515)
+++ en/reference/spl/splheap/insert.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplHeap::insert</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplHeap::insert</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/splheap/compare.xml
===================================================================
--- en/reference/spl/splheap/compare.xml (revision 330515)
+++ en/reference/spl/splheap/compare.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>abstract</modifier> <type>int</type><methodname>SplHeap::compare</methodname>
+ <modifier>abstract</modifier> <modifier>protected</modifier> <type>int</type><methodname>SplHeap::compare</methodname>
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/splheap/count.xml
===================================================================
--- en/reference/spl/splheap/count.xml (revision 330515)
+++ en/reference/spl/splheap/count.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplHeap::count</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SplHeap::count</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splheap/key.xml
===================================================================
--- en/reference/spl/splheap/key.xml (revision 330515)
+++ en/reference/spl/splheap/key.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplHeap::key</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplHeap::key</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splheap/rewind.xml
===================================================================
--- en/reference/spl/splheap/rewind.xml (revision 330515)
+++ en/reference/spl/splheap/rewind.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplHeap::rewind</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplHeap::rewind</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splheap/extract.xml
===================================================================
--- en/reference/spl/splheap/extract.xml (revision 330515)
+++ en/reference/spl/splheap/extract.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplHeap::extract</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplHeap::extract</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splheap/isempty.xml
===================================================================
--- en/reference/spl/splheap/isempty.xml (revision 330515)
+++ en/reference/spl/splheap/isempty.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplHeap::isEmpty</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplHeap::isEmpty</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splheap/next.xml
===================================================================
--- en/reference/spl/splheap/next.xml (revision 330515)
+++ en/reference/spl/splheap/next.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplHeap::next</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplHeap::next</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splheap/recoverfromcorruption.xml
===================================================================
--- en/reference/spl/splheap/recoverfromcorruption.xml (revision 330515)
+++ en/reference/spl/splheap/recoverfromcorruption.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplHeap::recoverFromCorruption</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplHeap::recoverFromCorruption</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splheap/valid.xml
===================================================================
--- en/reference/spl/splheap/valid.xml (revision 330515)
+++ en/reference/spl/splheap/valid.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplHeap::valid</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplHeap::valid</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/recursivecachingiterator/construct.xml
===================================================================
--- en/reference/spl/recursivecachingiterator/construct.xml (revision 330515)
+++ en/reference/spl/recursivecachingiterator/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>RecursiveCachingIterator::__construct</methodname>
+ <modifier>public</modifier> <methodname>RecursiveCachingIterator::__construct</methodname>
<methodparam><type>Iterator</type><parameter>iterator</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>flags</parameter><initializer>self::CALL_TOSTRING</initializer></methodparam>
</methodsynopsis>
Index: en/reference/spl/recursivecachingiterator/haschildren.xml
===================================================================
--- en/reference/spl/recursivecachingiterator/haschildren.xml (revision 330515)
+++ en/reference/spl/recursivecachingiterator/haschildren.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>RecursiveCachingIterator::hasChildren</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>RecursiveCachingIterator::hasChildren</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/recursivecachingiterator/getchildren.xml
===================================================================
--- en/reference/spl/recursivecachingiterator/getchildren.xml (revision 330515)
+++ en/reference/spl/recursivecachingiterator/getchildren.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>RecursiveCachingIterator</type><methodname>RecursiveCachingIterator::getChildren</methodname>
+ <modifier>public</modifier> <type>RecursiveCachingIterator</type><methodname>RecursiveCachingIterator::getChildren</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/filteriterator/current.xml
===================================================================
--- en/reference/spl/filteriterator/current.xml (revision 330515)
+++ en/reference/spl/filteriterator/current.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>FilterIterator::current</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>FilterIterator::current</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/filteriterator/construct.xml
===================================================================
--- en/reference/spl/filteriterator/construct.xml (revision 330515)
+++ en/reference/spl/filteriterator/construct.xml (working copy)
@@ -10,6 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<methodname>FilterIterator::__construct</methodname>
<methodparam><type>Iterator</type><parameter>iterator</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/filteriterator/getinneriterator.xml
===================================================================
--- en/reference/spl/filteriterator/getinneriterator.xml (revision 330515)
+++ en/reference/spl/filteriterator/getinneriterator.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>Iterator</type><methodname>FilterIterator::getInnerIterator</methodname>
+ <modifier>public</modifier> <type>Iterator</type><methodname>FilterIterator::getInnerIterator</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/filteriterator/key.xml
===================================================================
--- en/reference/spl/filteriterator/key.xml (revision 330515)
+++ en/reference/spl/filteriterator/key.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>FilterIterator::key</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>FilterIterator::key</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/filteriterator/rewind.xml
===================================================================
--- en/reference/spl/filteriterator/rewind.xml (revision 330515)
+++ en/reference/spl/filteriterator/rewind.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>FilterIterator::rewind</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>FilterIterator::rewind</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/filteriterator/next.xml
===================================================================
--- en/reference/spl/filteriterator/next.xml (revision 330515)
+++ en/reference/spl/filteriterator/next.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>FilterIterator::next</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>FilterIterator::next</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/filteriterator/accept.xml
===================================================================
--- en/reference/spl/filteriterator/accept.xml (revision 330515)
+++ en/reference/spl/filteriterator/accept.xml (working copy)
@@ -9,6 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>abstract</modifier>
<type>bool</type><methodname>FilterIterator::accept</methodname>
<void/>
Index: en/reference/spl/filteriterator/valid.xml
===================================================================
--- en/reference/spl/filteriterator/valid.xml (revision 330515)
+++ en/reference/spl/filteriterator/valid.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>FilterIterator::valid</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>FilterIterator::valid</methodname>
<void/>
</methodsynopsis>
Index: en/reference/spl/spldoublylinkedlist/unshift.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/unshift.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/unshift.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::unshift</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::unshift</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/spldoublylinkedlist/current.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/current.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/current.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::current</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::current</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/construct.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/construct.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/construct.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
- <methodname>SplDoublyLinkedList::__construct</methodname>
+ <modifier>public</modifier> <methodname>SplDoublyLinkedList::__construct</methodname>
<void />
</constructorsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/offsetexists.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/offsetexists.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/offsetexists.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplDoublyLinkedList::offsetExists</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplDoublyLinkedList::offsetExists</methodname>
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/offsetget.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/offsetget.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/offsetget.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::offsetGet</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::offsetGet</methodname>
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/count.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/count.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/count.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplDoublyLinkedList::count</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SplDoublyLinkedList::count</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/key.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/key.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/key.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::key</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::key</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/rewind.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/rewind.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/rewind.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::rewind</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::rewind</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/isempty.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/isempty.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/isempty.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplDoublyLinkedList::isEmpty</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplDoublyLinkedList::isEmpty</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/getiteratormode.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/getiteratormode.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/getiteratormode.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplDoublyLinkedList::getIteratorMode</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SplDoublyLinkedList::getIteratorMode</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/pop.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/pop.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/pop.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::pop</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::pop</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/valid.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/valid.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/valid.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplDoublyLinkedList::valid</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplDoublyLinkedList::valid</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/offsetset.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/offsetset.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/offsetset.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::offsetSet</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::offsetSet</methodname>
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
<methodparam><type>mixed</type><parameter>newval</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/spldoublylinkedlist/top.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/top.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/top.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::top</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::top</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/bottom.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/bottom.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/bottom.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::bottom</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::bottom</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/offsetunset.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/offsetunset.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/offsetunset.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::offsetUnset</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::offsetUnset</methodname>
<methodparam><type>mixed</type><parameter>index</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/spldoublylinkedlist/setiteratormode.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/setiteratormode.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/setiteratormode.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::setIteratorMode</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::setIteratorMode</methodname>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/prev.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/prev.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/prev.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::prev</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::prev</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/shift.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/shift.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/shift.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplDoublyLinkedList::shift</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplDoublyLinkedList::shift</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/spldoublylinkedlist/next.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/next.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/next.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::next</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::next</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spldoublylinkedlist/push.xml
===================================================================
--- en/reference/spl/spldoublylinkedlist/push.xml (revision 330515)
+++ en/reference/spl/spldoublylinkedlist/push.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplDoublyLinkedList::push</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplDoublyLinkedList::push</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/splpriorityqueue/current.xml
===================================================================
--- en/reference/spl/splpriorityqueue/current.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/current.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplPriorityQueue::current</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplPriorityQueue::current</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splpriorityqueue/top.xml
===================================================================
--- en/reference/spl/splpriorityqueue/top.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/top.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplPriorityQueue::top</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplPriorityQueue::top</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splpriorityqueue/setextractflags.xml
===================================================================
--- en/reference/spl/splpriorityqueue/setextractflags.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/setextractflags.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplPriorityQueue::setExtractFlags</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplPriorityQueue::setExtractFlags</methodname>
<methodparam><type>int</type><parameter>flags</parameter></methodparam>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splpriorityqueue/construct.xml
===================================================================
--- en/reference/spl/splpriorityqueue/construct.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/construct.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
- <methodname>SplPriorityQueue::__construct</methodname>
+ <modifier>public</modifier> <methodname>SplPriorityQueue::__construct</methodname>
<void />
</constructorsynopsis>
<para>
Index: en/reference/spl/splpriorityqueue/insert.xml
===================================================================
--- en/reference/spl/splpriorityqueue/insert.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/insert.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplPriorityQueue::insert</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplPriorityQueue::insert</methodname>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
<methodparam><type>mixed</type><parameter>priority</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/splpriorityqueue/compare.xml
===================================================================
--- en/reference/spl/splpriorityqueue/compare.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/compare.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplPriorityQueue::compare</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SplPriorityQueue::compare</methodname>
<methodparam><type>mixed</type><parameter>priority1</parameter></methodparam>
<methodparam><type>mixed</type><parameter>priority2</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/splpriorityqueue/count.xml
===================================================================
--- en/reference/spl/splpriorityqueue/count.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/count.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplPriorityQueue::count</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SplPriorityQueue::count</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splpriorityqueue/key.xml
===================================================================
--- en/reference/spl/splpriorityqueue/key.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/key.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplPriorityQueue::key</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplPriorityQueue::key</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splpriorityqueue/rewind.xml
===================================================================
--- en/reference/spl/splpriorityqueue/rewind.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/rewind.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplPriorityQueue::rewind</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplPriorityQueue::rewind</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splpriorityqueue/extract.xml
===================================================================
--- en/reference/spl/splpriorityqueue/extract.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/extract.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SplPriorityQueue::extract</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SplPriorityQueue::extract</methodname>
<void />
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splpriorityqueue/isempty.xml
===================================================================
--- en/reference/spl/splpriorityqueue/isempty.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/isempty.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplPriorityQueue::isEmpty</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplPriorityQueue::isEmpty</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splpriorityqueue/next.xml
===================================================================
--- en/reference/spl/splpriorityqueue/next.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/next.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplPriorityQueue::next</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplPriorityQueue::next</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/splpriorityqueue/recoverfromcorruption.xml
===================================================================
--- en/reference/spl/splpriorityqueue/recoverfromcorruption.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/recoverfromcorruption.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SplPriorityQueue::recoverFromCorruption</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SplPriorityQueue::recoverFromCorruption</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/spl/splpriorityqueue/valid.xml
===================================================================
--- en/reference/spl/splpriorityqueue/valid.xml (revision 330515)
+++ en/reference/spl/splpriorityqueue/valid.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SplPriorityQueue::valid</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SplPriorityQueue::valid</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/spl/spltempfileobject/construct.xml
===================================================================
--- en/reference/spl/spltempfileobject/construct.xml (revision 330515)
+++ en/reference/spl/spltempfileobject/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>SplTempFileObject::__construct</methodname>
+ <modifier>public</modifier> <methodname>SplTempFileObject::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>max_memory</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/spl/splminheap/compare.xml
===================================================================
--- en/reference/spl/splminheap/compare.xml (revision 330515)
+++ en/reference/spl/splminheap/compare.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplMinHeap::compare</methodname>
+ <modifier>protected</modifier> <type>int</type><methodname>SplMinHeap::compare</methodname>
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
</methodsynopsis>
Index: en/reference/spl/splmaxheap/compare.xml
===================================================================
--- en/reference/spl/splmaxheap/compare.xml (revision 330515)
+++ en/reference/spl/splmaxheap/compare.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>SplMaxHeap::compare</methodname>
+ <modifier>protected</modifier> <type>int</type><methodname>SplMaxHeap::compare</methodname>
<methodparam><type>mixed</type><parameter>value1</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value2</parameter></methodparam>
</methodsynopsis>
Index: en/reference/domxml/DomProcessingInstruction/target.xml
===================================================================
--- en/reference/domxml/DomProcessingInstruction/target.xml (revision 330515)
+++ en/reference/domxml/DomProcessingInstruction/target.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>DomProcessingInstruction::target</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>DomProcessingInstruction::target</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/domxml/DomProcessingInstruction/data.xml
===================================================================
--- en/reference/domxml/DomProcessingInstruction/data.xml (revision 330515)
+++ en/reference/domxml/DomProcessingInstruction/data.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>DomProcessingInstruction::data</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>DomProcessingInstruction::data</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/intl/collator/get-attribute.xml
===================================================================
--- en/reference/intl/collator/get-attribute.xml (revision 330515)
+++ en/reference/intl/collator/get-attribute.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>Collator::getAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/collator/create.xml
===================================================================
--- en/reference/intl/collator/create.xml (revision 330515)
+++ en/reference/intl/collator/create.xml (working copy)
@@ -11,6 +11,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>Collator</type>
<methodname>Collator::create</methodname>
Index: en/reference/intl/collator/construct.xml
===================================================================
--- en/reference/intl/collator/construct.xml (revision 330515)
+++ en/reference/intl/collator/construct.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
- <methodname>Collator::__construct</methodname>
+ <modifier>public</modifier> <methodname>Collator::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
</constructorsynopsis>
<para>
Index: en/reference/intl/collator/compare.xml
===================================================================
--- en/reference/intl/collator/compare.xml (revision 330515)
+++ en/reference/intl/collator/compare.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>Collator::compare</methodname>
<methodparam><type>string</type><parameter>str1</parameter></methodparam>
Index: en/reference/intl/collator/set-strength.xml
===================================================================
--- en/reference/intl/collator/set-strength.xml (revision 330515)
+++ en/reference/intl/collator/set-strength.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>Collator::setStrength</methodname>
<methodparam><type>int</type><parameter>strength</parameter></methodparam>
Index: en/reference/intl/collator/sort.xml
===================================================================
--- en/reference/intl/collator/sort.xml (revision 330515)
+++ en/reference/intl/collator/sort.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>Collator::sort</methodname>
<methodparam><type>array</type><parameter role="reference">arr</parameter></methodparam>
Index: en/reference/intl/collator/asort.xml
===================================================================
--- en/reference/intl/collator/asort.xml (revision 330515)
+++ en/reference/intl/collator/asort.xml (working copy)
@@ -11,6 +11,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>Collator::asort</methodname>
<methodparam><type>array</type><parameter role="reference">arr</parameter></methodparam>
Index: en/reference/intl/collator/get-error-message.xml
===================================================================
--- en/reference/intl/collator/get-error-message.xml (revision 330515)
+++ en/reference/intl/collator/get-error-message.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>Collator::getErrorMessage</methodname>
<void />
Index: en/reference/intl/collator/get-sort-key.xml
===================================================================
--- en/reference/intl/collator/get-sort-key.xml (revision 330515)
+++ en/reference/intl/collator/get-sort-key.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>Collator::getSortKey</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
Index: en/reference/intl/collator/get-strength.xml
===================================================================
--- en/reference/intl/collator/get-strength.xml (revision 330515)
+++ en/reference/intl/collator/get-strength.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>Collator::getStrength</methodname>
<void />
Index: en/reference/intl/collator/get-locale.xml
===================================================================
--- en/reference/intl/collator/get-locale.xml (revision 330515)
+++ en/reference/intl/collator/get-locale.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>Collator::getLocale</methodname>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
Index: en/reference/intl/collator/set-attribute.xml
===================================================================
--- en/reference/intl/collator/set-attribute.xml (revision 330515)
+++ en/reference/intl/collator/set-attribute.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>Collator::setAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/collator/get-error-code.xml
===================================================================
--- en/reference/intl/collator/get-error-code.xml (revision 330515)
+++ en/reference/intl/collator/get-error-code.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>Collator::getErrorCode</methodname>
<void />
Index: en/reference/intl/collator/sort-with-sort-keys.xml
===================================================================
--- en/reference/intl/collator/sort-with-sort-keys.xml (revision 330515)
+++ en/reference/intl/collator/sort-with-sort-keys.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>Collator::sortWithSortKeys</methodname>
<methodparam><type>array</type><parameter role="reference">arr</parameter></methodparam>
Index: en/reference/intl/resourcebundle/locales.xml
===================================================================
--- en/reference/intl/resourcebundle/locales.xml (revision 330515)
+++ en/reference/intl/resourcebundle/locales.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>array</type>
<methodname>ResourceBundle::getLocales</methodname>
<methodparam><type>string</type><parameter>bundlename</parameter></methodparam>
Index: en/reference/intl/resourcebundle/create.xml
===================================================================
--- en/reference/intl/resourcebundle/create.xml (revision 330515)
+++ en/reference/intl/resourcebundle/create.xml (working copy)
@@ -14,6 +14,7 @@
&style.oop; (method)
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>ResourceBundle</type>
<methodname>ResourceBundle::create</methodname>
@@ -35,6 +36,7 @@
&style.oop; (constructor):
</para>
<constructorsynopsis>
+ <modifier>public</modifier>
<methodname>ResourceBundle::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
<methodparam><type>string</type><parameter>bundlename</parameter></methodparam>
Index: en/reference/intl/resourcebundle/count.xml
===================================================================
--- en/reference/intl/resourcebundle/count.xml (revision 330515)
+++ en/reference/intl/resourcebundle/count.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>ResourceBundle::count</methodname>
<void />
Index: en/reference/intl/resourcebundle/get-error-message.xml
===================================================================
--- en/reference/intl/resourcebundle/get-error-message.xml (revision 330515)
+++ en/reference/intl/resourcebundle/get-error-message.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>ResourceBundle::getErrorMessage</methodname>
<void />
Index: en/reference/intl/resourcebundle/get-error-code.xml
===================================================================
--- en/reference/intl/resourcebundle/get-error-code.xml (revision 330515)
+++ en/reference/intl/resourcebundle/get-error-code.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>ResourceBundle::getErrorCode</methodname>
<void />
Index: en/reference/intl/resourcebundle/get.xml
===================================================================
--- en/reference/intl/resourcebundle/get.xml (revision 330515)
+++ en/reference/intl/resourcebundle/get.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>mixed</type>
<methodname>ResourceBundle::get</methodname>
<methodparam><type>string|int</type><parameter>index</parameter></methodparam>
Index: en/reference/intl/locale/get-primary-language.xml
===================================================================
--- en/reference/intl/locale/get-primary-language.xml (revision 330515)
+++ en/reference/intl/locale/get-primary-language.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getPrimaryLanguage</methodname>
Index: en/reference/intl/locale/get-script.xml
===================================================================
--- en/reference/intl/locale/get-script.xml (revision 330515)
+++ en/reference/intl/locale/get-script.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getScript</methodname>
Index: en/reference/intl/locale/get-display-script.xml
===================================================================
--- en/reference/intl/locale/get-display-script.xml (revision 330515)
+++ en/reference/intl/locale/get-display-script.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDisplayScript</methodname>
Index: en/reference/intl/locale/get-display-variant.xml
===================================================================
--- en/reference/intl/locale/get-display-variant.xml (revision 330515)
+++ en/reference/intl/locale/get-display-variant.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDisplayVariant</methodname>
Index: en/reference/intl/locale/get-keywords.xml
===================================================================
--- en/reference/intl/locale/get-keywords.xml (revision 330515)
+++ en/reference/intl/locale/get-keywords.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>array</type>
<methodname>Locale::getKeywords</methodname>
Index: en/reference/intl/locale/get-display-name.xml
===================================================================
--- en/reference/intl/locale/get-display-name.xml (revision 330515)
+++ en/reference/intl/locale/get-display-name.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDisplayName</methodname>
Index: en/reference/intl/locale/get-region.xml
===================================================================
--- en/reference/intl/locale/get-region.xml (revision 330515)
+++ en/reference/intl/locale/get-region.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getRegion</methodname>
Index: en/reference/intl/locale/get-default.xml
===================================================================
--- en/reference/intl/locale/get-default.xml (revision 330515)
+++ en/reference/intl/locale/get-default.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDefault</methodname>
Index: en/reference/intl/locale/compose-locale.xml
===================================================================
--- en/reference/intl/locale/compose-locale.xml (revision 330515)
+++ en/reference/intl/locale/compose-locale.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::composeLocale</methodname>
Index: en/reference/intl/locale/get-display-language.xml
===================================================================
--- en/reference/intl/locale/get-display-language.xml (revision 330515)
+++ en/reference/intl/locale/get-display-language.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDisplayLanguage</methodname>
Index: en/reference/intl/locale/get-display-region.xml
===================================================================
--- en/reference/intl/locale/get-display-region.xml (revision 330515)
+++ en/reference/intl/locale/get-display-region.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::getDisplayRegion</methodname>
Index: en/reference/intl/locale/filter-matches.xml
===================================================================
--- en/reference/intl/locale/filter-matches.xml (revision 330515)
+++ en/reference/intl/locale/filter-matches.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>bool</type>
<methodname>Locale::filterMatches</methodname>
Index: en/reference/intl/locale/parse-locale.xml
===================================================================
--- en/reference/intl/locale/parse-locale.xml (revision 330515)
+++ en/reference/intl/locale/parse-locale.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>array</type>
<methodname>Locale::parseLocale</methodname>
Index: en/reference/intl/locale/lookup.xml
===================================================================
--- en/reference/intl/locale/lookup.xml (revision 330515)
+++ en/reference/intl/locale/lookup.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::lookup</methodname>
Index: en/reference/intl/locale/get-all-variants.xml
===================================================================
--- en/reference/intl/locale/get-all-variants.xml (revision 330515)
+++ en/reference/intl/locale/get-all-variants.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>array</type>
<methodname>Locale::getAllVariants</methodname>
Index: en/reference/intl/locale/accept-from-http.xml
===================================================================
--- en/reference/intl/locale/accept-from-http.xml (revision 330515)
+++ en/reference/intl/locale/accept-from-http.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Locale::acceptFromHttp</methodname>
Index: en/reference/intl/locale/set-default.xml
===================================================================
--- en/reference/intl/locale/set-default.xml (revision 330515)
+++ en/reference/intl/locale/set-default.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>bool</type>
<methodname>Locale::setDefault</methodname>
Index: en/reference/intl/dateformatter/get-calendar.xml
===================================================================
--- en/reference/intl/dateformatter/get-calendar.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-calendar.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>int</type><methodname>IntlDateFormatter::getCalendar</methodname>
- <void />
+ <modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getCalendar</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/set-lenient.xml
===================================================================
--- en/reference/intl/dateformatter/set-lenient.xml (revision 330515)
+++ en/reference/intl/dateformatter/set-lenient.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>bool</type><methodname>IntlDateFormatter::setLenient</methodname>
- <methodparam><type>bool</type><parameter>lenient</parameter></methodparam>
+ <modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setLenient</methodname>
+ <methodparam><type>bool</type><parameter>lenient</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/format.xml
===================================================================
--- en/reference/intl/dateformatter/format.xml (revision 330515)
+++ en/reference/intl/dateformatter/format.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>string</type><methodname>IntlDateFormatter::format</methodname>
- <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
+ <modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::format</methodname>
+ <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/get-error-message.xml
===================================================================
--- en/reference/intl/dateformatter/get-error-message.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-error-message.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>string</type><methodname>IntlDateFormatter::getErrorMessage</methodname>
- <void />
+ <modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getErrorMessage</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/get-pattern.xml
===================================================================
--- en/reference/intl/dateformatter/get-pattern.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-pattern.xml (working copy)
@@ -12,9 +12,9 @@
&style.oop;
</para>
<methodsynopsis>
- <type>string</type><methodname>IntlDateFormatter::getPattern</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getPattern</methodname>
<void />
- </methodsynopsis>
+ </methodsynopsis>
<para>
&style.procedural;
</para>
Index: en/reference/intl/dateformatter/get-datetype.xml
===================================================================
--- en/reference/intl/dateformatter/get-datetype.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-datetype.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>int</type><methodname>IntlDateFormatter::getDateType</methodname>
- <void />
+ <modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getDateType</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/get-timezone-id.xml
===================================================================
--- en/reference/intl/dateformatter/get-timezone-id.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-timezone-id.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>string</type><methodname>IntlDateFormatter::getTimeZoneId</methodname>
- <void />
+ <modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getTimeZoneId</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/set-calendar.xml
===================================================================
--- en/reference/intl/dateformatter/set-calendar.xml (revision 330515)
+++ en/reference/intl/dateformatter/set-calendar.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>bool</type><methodname>IntlDateFormatter::setCalendar</methodname>
- <methodparam><type>int</type><parameter>which</parameter></methodparam>
+ <modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setCalendar</methodname>
+ <methodparam><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/create.xml
===================================================================
--- en/reference/intl/dateformatter/create.xml (revision 330515)
+++ en/reference/intl/dateformatter/create.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>IntlDateFormatter</type><methodname>IntlDateFormatter::create</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
@@ -26,6 +27,7 @@
&style.oop; (constructor)
</para>
<constructorsynopsis>
+ <modifier>public</modifier>
<methodname>IntlDateFormatter::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
<methodparam><type>int</type><parameter>datetype</parameter></methodparam>
Index: en/reference/intl/dateformatter/set-pattern.xml
===================================================================
--- en/reference/intl/dateformatter/set-pattern.xml (revision 330515)
+++ en/reference/intl/dateformatter/set-pattern.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>bool</type><methodname>IntlDateFormatter::setPattern</methodname>
- <methodparam><type>string</type><parameter>pattern</parameter></methodparam>
+ <modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setPattern</methodname>
+ <methodparam><type>string</type><parameter>pattern</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/is-lenient.xml
===================================================================
--- en/reference/intl/dateformatter/is-lenient.xml (revision 330515)
+++ en/reference/intl/dateformatter/is-lenient.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>bool</type><methodname>IntlDateFormatter::isLenient</methodname>
- <void />
+ <modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::isLenient</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/localtime.xml
===================================================================
--- en/reference/intl/dateformatter/localtime.xml (revision 330515)
+++ en/reference/intl/dateformatter/localtime.xml (working copy)
@@ -12,9 +12,9 @@
&style.oop;
</para>
<methodsynopsis>
- <type>array</type><methodname>IntlDateFormatter::localtime</methodname>
- <methodparam><type>string</type><parameter>value</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter role="reference">position</parameter></methodparam>
+ <modifier>public</modifier> <type>array</type><methodname>IntlDateFormatter::localtime</methodname>
+ <methodparam><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter role="reference">position</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/parse.xml
===================================================================
--- en/reference/intl/dateformatter/parse.xml (revision 330515)
+++ en/reference/intl/dateformatter/parse.xml (working copy)
@@ -12,10 +12,10 @@
&style.oop;
</para>
<methodsynopsis>
- <type>int</type><methodname>IntlDateFormatter::parse</methodname>
- <methodparam><type>string</type><parameter>value</parameter></methodparam>
- <methodparam choice="opt"><type>int</type><parameter
- role="reference">position</parameter></methodparam>
+ <modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::parse</methodname>
+ <methodparam><type>string</type><parameter>value</parameter></methodparam>
+ <methodparam choice="opt"><type>int</type><parameter
+ role="reference">position</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/get-locale.xml
===================================================================
--- en/reference/intl/dateformatter/get-locale.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-locale.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>string</type><methodname>IntlDateFormatter::getLocale</methodname>
- <methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
+ <modifier>public</modifier> <type>string</type><methodname>IntlDateFormatter::getLocale</methodname>
+ <methodparam choice="opt"><type>int</type><parameter>which</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/get-timetype.xml
===================================================================
--- en/reference/intl/dateformatter/get-timetype.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-timetype.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>int</type><methodname>IntlDateFormatter::getTimeType</methodname>
- <void />
+ <modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getTimeType</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/set-timezone-id.xml
===================================================================
--- en/reference/intl/dateformatter/set-timezone-id.xml (revision 330515)
+++ en/reference/intl/dateformatter/set-timezone-id.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>bool</type><methodname>IntlDateFormatter::setTimeZoneId</methodname>
- <methodparam><type>string</type><parameter>zone</parameter></methodparam>
+ <modifier>public</modifier> <type>bool</type><methodname>IntlDateFormatter::setTimeZoneId</methodname>
+ <methodparam><type>string</type><parameter>zone</parameter></methodparam>
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/dateformatter/get-error-code.xml
===================================================================
--- en/reference/intl/dateformatter/get-error-code.xml (revision 330515)
+++ en/reference/intl/dateformatter/get-error-code.xml (working copy)
@@ -12,8 +12,8 @@
&style.oop;
</para>
<methodsynopsis>
- <type>int</type><methodname>IntlDateFormatter::getErrorCode</methodname>
- <void />
+ <modifier>public</modifier> <type>int</type><methodname>IntlDateFormatter::getErrorCode</methodname>
+ <void />
</methodsynopsis>
<para>
&style.procedural;
Index: en/reference/intl/messageformatter/create.xml
===================================================================
--- en/reference/intl/messageformatter/create.xml (revision 330515)
+++ en/reference/intl/messageformatter/create.xml (working copy)
@@ -14,6 +14,8 @@
&style.oop; (method)
</para>
<methodsynopsis>
+ <modifier>public</modifier>
+ <modifier>static</modifier>
<type>MessageFormatter</type>
<methodname>MessageFormatter::create</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
@@ -23,6 +25,7 @@
&style.oop; (constructor):
</para>
<constructorsynopsis>
+ <modifier>public</modifier>
<methodname>MessageFormatter::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
Index: en/reference/intl/messageformatter/set-pattern.xml
===================================================================
--- en/reference/intl/messageformatter/set-pattern.xml (revision 330515)
+++ en/reference/intl/messageformatter/set-pattern.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>MessageFormatter::setPattern</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
Index: en/reference/intl/messageformatter/format.xml
===================================================================
--- en/reference/intl/messageformatter/format.xml (revision 330515)
+++ en/reference/intl/messageformatter/format.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>MessageFormatter::format</methodname>
<methodparam><type>array</type><parameter>args</parameter></methodparam>
Index: en/reference/intl/messageformatter/get-error-message.xml
===================================================================
--- en/reference/intl/messageformatter/get-error-message.xml (revision 330515)
+++ en/reference/intl/messageformatter/get-error-message.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>MessageFormatter::getErrorMessage</methodname>
<void />
Index: en/reference/intl/messageformatter/format-message.xml
===================================================================
--- en/reference/intl/messageformatter/format-message.xml (revision 330515)
+++ en/reference/intl/messageformatter/format-message.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>MessageFormatter::formatMessage</methodname>
Index: en/reference/intl/messageformatter/get-pattern.xml
===================================================================
--- en/reference/intl/messageformatter/get-pattern.xml (revision 330515)
+++ en/reference/intl/messageformatter/get-pattern.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>MessageFormatter::getPattern</methodname>
<void />
Index: en/reference/intl/messageformatter/parse.xml
===================================================================
--- en/reference/intl/messageformatter/parse.xml (revision 330515)
+++ en/reference/intl/messageformatter/parse.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>array</type>
<methodname>MessageFormatter::parse</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
Index: en/reference/intl/messageformatter/get-locale.xml
===================================================================
--- en/reference/intl/messageformatter/get-locale.xml (revision 330515)
+++ en/reference/intl/messageformatter/get-locale.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>MessageFormatter::getLocale</methodname>
<void />
Index: en/reference/intl/messageformatter/parse-message.xml
===================================================================
--- en/reference/intl/messageformatter/parse-message.xml (revision 330515)
+++ en/reference/intl/messageformatter/parse-message.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>array</type>
<methodname>MessageFormatter::parseMessage</methodname>
Index: en/reference/intl/messageformatter/get-error-code.xml
===================================================================
--- en/reference/intl/messageformatter/get-error-code.xml (revision 330515)
+++ en/reference/intl/messageformatter/get-error-code.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>MessageFormatter::getErrorCode</methodname>
<void />
Index: en/reference/intl/numberformatter/format-currency.xml
===================================================================
--- en/reference/intl/numberformatter/format-currency.xml (revision 330515)
+++ en/reference/intl/numberformatter/format-currency.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::formatCurrency</methodname>
<methodparam><type>float</type><parameter>value</parameter></methodparam>
Index: en/reference/intl/numberformatter/get-attribute.xml
===================================================================
--- en/reference/intl/numberformatter/get-attribute.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-attribute.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>NumberFormatter::getAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/numberformatter/get-symbol.xml
===================================================================
--- en/reference/intl/numberformatter/get-symbol.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-symbol.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::getSymbol</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/numberformatter/format.xml
===================================================================
--- en/reference/intl/numberformatter/format.xml (revision 330515)
+++ en/reference/intl/numberformatter/format.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::format</methodname>
<methodparam><type>number</type><parameter>value</parameter></methodparam>
Index: en/reference/intl/numberformatter/get-error-message.xml
===================================================================
--- en/reference/intl/numberformatter/get-error-message.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-error-message.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::getErrorMessage</methodname>
<void />
Index: en/reference/intl/numberformatter/get-pattern.xml
===================================================================
--- en/reference/intl/numberformatter/get-pattern.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-pattern.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::getPattern</methodname>
<void />
Index: en/reference/intl/numberformatter/set-attribute.xml
===================================================================
--- en/reference/intl/numberformatter/set-attribute.xml (revision 330515)
+++ en/reference/intl/numberformatter/set-attribute.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>NumberFormatter::setAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/numberformatter/set-symbol.xml
===================================================================
--- en/reference/intl/numberformatter/set-symbol.xml (revision 330515)
+++ en/reference/intl/numberformatter/set-symbol.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>NumberFormatter::setSymbol</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/numberformatter/get-text-attribute.xml
===================================================================
--- en/reference/intl/numberformatter/get-text-attribute.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-text-attribute.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::getTextAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/numberformatter/parse-currency.xml
===================================================================
--- en/reference/intl/numberformatter/parse-currency.xml (revision 330515)
+++ en/reference/intl/numberformatter/parse-currency.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>float</type>
<methodname>NumberFormatter::parseCurrency</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
Index: en/reference/intl/numberformatter/create.xml
===================================================================
--- en/reference/intl/numberformatter/create.xml (revision 330515)
+++ en/reference/intl/numberformatter/create.xml (working copy)
@@ -14,6 +14,7 @@
&style.oop; (method)
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>NumberFormatter</type>
<methodname>NumberFormatter::create</methodname>
@@ -35,6 +36,7 @@
&style.oop; (constructor):
</para>
<constructorsynopsis>
+ <modifier>public</modifier>
<methodname>NumberFormatter::__construct</methodname>
<methodparam><type>string</type><parameter>locale</parameter></methodparam>
<methodparam><type>int</type><parameter>style</parameter></methodparam>
Index: en/reference/intl/numberformatter/set-pattern.xml
===================================================================
--- en/reference/intl/numberformatter/set-pattern.xml (revision 330515)
+++ en/reference/intl/numberformatter/set-pattern.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>NumberFormatter::setPattern</methodname>
<methodparam><type>string</type><parameter>pattern</parameter></methodparam>
Index: en/reference/intl/numberformatter/parse.xml
===================================================================
--- en/reference/intl/numberformatter/parse.xml (revision 330515)
+++ en/reference/intl/numberformatter/parse.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>mixed</type>
<methodname>NumberFormatter::parse</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
Index: en/reference/intl/numberformatter/get-locale.xml
===================================================================
--- en/reference/intl/numberformatter/get-locale.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-locale.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>NumberFormatter::getLocale</methodname>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
Index: en/reference/intl/numberformatter/set-text-attribute.xml
===================================================================
--- en/reference/intl/numberformatter/set-text-attribute.xml (revision 330515)
+++ en/reference/intl/numberformatter/set-text-attribute.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>NumberFormatter::setTextAttribute</methodname>
<methodparam><type>int</type><parameter>attr</parameter></methodparam>
Index: en/reference/intl/numberformatter/get-error-code.xml
===================================================================
--- en/reference/intl/numberformatter/get-error-code.xml (revision 330515)
+++ en/reference/intl/numberformatter/get-error-code.xml (working copy)
@@ -13,6 +13,7 @@
&style.oop;
</para>
<methodsynopsis>
+ <modifier>public</modifier>
<type>int</type>
<methodname>NumberFormatter::getErrorCode</methodname>
<void />
Index: en/reference/intl/normalizer/normalize.xml
===================================================================
--- en/reference/intl/normalizer/normalize.xml (revision 330515)
+++ en/reference/intl/normalizer/normalize.xml (working copy)
@@ -13,6 +13,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>string</type>
<methodname>Normalizer::normalize</methodname>
Index: en/reference/intl/normalizer/is-normalized.xml
===================================================================
--- en/reference/intl/normalizer/is-normalized.xml (revision 330515)
+++ en/reference/intl/normalizer/is-normalized.xml (working copy)
@@ -15,6 +15,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
+ <modifier>public</modifier>
<modifier>static</modifier>
<type>bool</type>
<methodname>Normalizer::isNormalized</methodname>
Index: en/reference/mysqli/mysqli/poll.xml
===================================================================
--- en/reference/mysqli/mysqli/poll.xml (revision 330515)
+++ en/reference/mysqli/mysqli/poll.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <modifier>public</modifier> <type>int</type><methodname>mysqli::poll</methodname>
+ <modifier>public</modifier> <modifier>static</modifier> <type>int</type><methodname>mysqli::poll</methodname>
<methodparam><type>array</type><parameter role="reference">read</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">error</parameter></methodparam>
<methodparam><type>array</type><parameter role="reference">reject</parameter></methodparam>
Index: en/reference/dom/domimplementation/createdocument.xml
===================================================================
--- en/reference/dom/domimplementation/createdocument.xml (revision 330515)
+++ en/reference/dom/domimplementation/createdocument.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMDocument</type><methodname>DOMImplementation::createDocument</methodname>
+ <modifier>public</modifier> <type>DOMDocument</type><methodname>DOMImplementation::createDocument</methodname>
<methodparam choice="opt"><type>string</type><parameter>namespaceURI</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>qualifiedName</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>DOMDocumentType</type><parameter>doctype</parameter><initializer>&null;</initializer></methodparam>
Index: en/reference/dom/domimplementation/createdocumenttype.xml
===================================================================
--- en/reference/dom/domimplementation/createdocumenttype.xml (revision 330515)
+++ en/reference/dom/domimplementation/createdocumenttype.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMDocumentType</type><methodname>DOMImplementation::createDocumentType</methodname>
+ <modifier>public</modifier> <type>DOMDocumentType</type><methodname>DOMImplementation::createDocumentType</methodname>
<methodparam choice="opt"><type>string</type><parameter>qualifiedName</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>publicId</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>systemId</parameter><initializer>&null;</initializer></methodparam>
Index: en/reference/dom/domimplementation/hasfeature.xml
===================================================================
--- en/reference/dom/domimplementation/hasfeature.xml (revision 330515)
+++ en/reference/dom/domimplementation/hasfeature.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMImplementation::hasFeature</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMImplementation::hasFeature</methodname>
<methodparam><type>string</type><parameter>feature</parameter></methodparam>
<methodparam><type>string</type><parameter>version</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domcomment/construct.xml
===================================================================
--- en/reference/dom/domcomment/construct.xml (revision 330515)
+++ en/reference/dom/domcomment/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>DOMComment::__construct</methodname>
+ <modifier>public</modifier> <methodname>DOMComment::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocumentfragment/appendxml.xml
===================================================================
--- en/reference/dom/domdocumentfragment/appendxml.xml (revision 330515)
+++ en/reference/dom/domdocumentfragment/appendxml.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocumentFragment::appendXML</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocumentFragment::appendXML</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domprocessinginstruction/construct.xml
===================================================================
--- en/reference/dom/domprocessinginstruction/construct.xml (revision 330515)
+++ en/reference/dom/domprocessinginstruction/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>DOMProcessingInstruction::__construct</methodname>
+ <modifier>public</modifier> <methodname>DOMProcessingInstruction::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/setattributens.xml
===================================================================
--- en/reference/dom/domelement/setattributens.xml (revision 330515)
+++ en/reference/dom/domelement/setattributens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>DOMElement::setAttributeNS</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>DOMElement::setAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
Index: en/reference/dom/domelement/removeattribute.xml
===================================================================
--- en/reference/dom/domelement/removeattribute.xml (revision 330515)
+++ en/reference/dom/domelement/removeattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMElement::removeAttribute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMElement::removeAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/removeattributens.xml
===================================================================
--- en/reference/dom/domelement/removeattributens.xml (revision 330515)
+++ en/reference/dom/domelement/removeattributens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMElement::removeAttributeNS</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMElement::removeAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/construct.xml
===================================================================
--- en/reference/dom/domelement/construct.xml (revision 330515)
+++ en/reference/dom/domelement/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>DOMElement::__construct</methodname>
+ <modifier>public</modifier> <methodname>DOMElement::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>namespaceURI</parameter></methodparam>
Index: en/reference/dom/domelement/setattributenode.xml
===================================================================
--- en/reference/dom/domelement/setattributenode.xml (revision 330515)
+++ en/reference/dom/domelement/setattributenode.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMElement::setAttributeNode</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::setAttributeNode</methodname>
<methodparam><type>DOMAttr</type><parameter>attr</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/setattributenodens.xml
===================================================================
--- en/reference/dom/domelement/setattributenodens.xml (revision 330515)
+++ en/reference/dom/domelement/setattributenodens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMElement::setAttributeNodeNS</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::setAttributeNodeNS</methodname>
<methodparam><type>DOMAttr</type><parameter>attr</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/removeattributenode.xml
===================================================================
--- en/reference/dom/domelement/removeattributenode.xml (revision 330515)
+++ en/reference/dom/domelement/removeattributenode.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMElement::removeAttributeNode</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMElement::removeAttributeNode</methodname>
<methodparam><type>DOMAttr</type><parameter>oldnode</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/setidattribute.xml
===================================================================
--- en/reference/dom/domelement/setidattribute.xml (revision 330515)
+++ en/reference/dom/domelement/setidattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>DOMElement::setIdAttribute</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/setidattributens.xml
===================================================================
--- en/reference/dom/domelement/setidattributens.xml (revision 330515)
+++ en/reference/dom/domelement/setidattributens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>DOMElement::setIdAttributeNS</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
Index: en/reference/dom/domelement/hasattribute.xml
===================================================================
--- en/reference/dom/domelement/hasattribute.xml (revision 330515)
+++ en/reference/dom/domelement/hasattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMElement::hasAttribute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMElement::hasAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/hasattributens.xml
===================================================================
--- en/reference/dom/domelement/hasattributens.xml (revision 330515)
+++ en/reference/dom/domelement/hasattributens.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMElement::hasAttributeNS</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMElement::hasAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/setidattributenode.xml
===================================================================
--- en/reference/dom/domelement/setidattributenode.xml (revision 330515)
+++ en/reference/dom/domelement/setidattributenode.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>DOMElement::setIdAttributeNode</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>DOMElement::setIdAttributeNode</methodname>
<methodparam><type>DOMAttr</type><parameter>attr</parameter></methodparam>
<methodparam><type>bool</type><parameter>isId</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/getattribute.xml
===================================================================
--- en/reference/dom/domelement/getattribute.xml (revision 330515)
+++ en/reference/dom/domelement/getattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>DOMElement::getAttribute</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>DOMElement::getAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/getattributens.xml
===================================================================
--- en/reference/dom/domelement/getattributens.xml (revision 330515)
+++ en/reference/dom/domelement/getattributens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>DOMElement::getAttributeNS</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>DOMElement::getAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/getelementsbytagname.xml
===================================================================
--- en/reference/dom/domelement/getelementsbytagname.xml (revision 330515)
+++ en/reference/dom/domelement/getelementsbytagname.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMNodeList</type><methodname>DOMElement::getElementsByTagName</methodname>
+ <modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMElement::getElementsByTagName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/getelementsbytagnamens.xml
===================================================================
--- en/reference/dom/domelement/getelementsbytagnamens.xml (revision 330515)
+++ en/reference/dom/domelement/getelementsbytagnamens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMNodeList</type><methodname>DOMElement::getElementsByTagNameNS</methodname>
+ <modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMElement::getElementsByTagNameNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/getattributenode.xml
===================================================================
--- en/reference/dom/domelement/getattributenode.xml (revision 330515)
+++ en/reference/dom/domelement/getattributenode.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMElement::getAttributeNode</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::getAttributeNode</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domelement/getattributenodens.xml
===================================================================
--- en/reference/dom/domelement/getattributenodens.xml (revision 330515)
+++ en/reference/dom/domelement/getattributenodens.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMElement::getAttributeNodeNS</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::getAttributeNodeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domelement/setattribute.xml
===================================================================
--- en/reference/dom/domelement/setattribute.xml (revision 330515)
+++ en/reference/dom/domelement/setattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMElement::setAttribute</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMElement::setAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domentityreference/construct.xml
===================================================================
--- en/reference/dom/domentityreference/construct.xml (revision 330515)
+++ en/reference/dom/domentityreference/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>DOMEntityReference::__construct</methodname>
+ <modifier>public</modifier> <methodname>DOMEntityReference::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domattr/construct.xml
===================================================================
--- en/reference/dom/domattr/construct.xml (revision 330515)
+++ en/reference/dom/domattr/construct.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>DOMAttr::__construct</methodname>
+ <modifier>public</modifier> <methodname>DOMAttr::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domattr/isid.xml
===================================================================
--- en/reference/dom/domattr/isid.xml (revision 330515)
+++ en/reference/dom/domattr/isid.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMAttr::isId</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMAttr::isId</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/importnode.xml
===================================================================
--- en/reference/dom/domdocument/importnode.xml (revision 330515)
+++ en/reference/dom/domdocument/importnode.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMNode</type><methodname>DOMDocument::importNode</methodname>
+ <modifier>public</modifier> <type>DOMNode</type><methodname>DOMDocument::importNode</methodname>
<methodparam><type>DOMNode</type><parameter>importedNode</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>deep</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/savehtml.xml
===================================================================
--- en/reference/dom/domdocument/savehtml.xml (revision 330515)
+++ en/reference/dom/domdocument/savehtml.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>DOMDocument::saveHTML</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>DOMDocument::saveHTML</methodname>
<methodparam choice="opt"><type>DOMNode</type><parameter>node</parameter><initializer>NULL</initializer></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createcomment.xml
===================================================================
--- en/reference/dom/domdocument/createcomment.xml (revision 330515)
+++ en/reference/dom/domdocument/createcomment.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMComment</type><methodname>DOMDocument::createComment</methodname>
+ <modifier>public</modifier> <type>DOMComment</type><methodname>DOMDocument::createComment</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createdocumentfragment.xml
===================================================================
--- en/reference/dom/domdocument/createdocumentfragment.xml (revision 330515)
+++ en/reference/dom/domdocument/createdocumentfragment.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMDocumentFragment</type><methodname>DOMDocument::createDocumentFragment</methodname>
+ <modifier>public</modifier> <type>DOMDocumentFragment</type><methodname>DOMDocument::createDocumentFragment</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createattributens.xml
===================================================================
--- en/reference/dom/domdocument/createattributens.xml (revision 330515)
+++ en/reference/dom/domdocument/createattributens.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMDocument::createAttributeNS</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMDocument::createAttributeNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/schemavalidatesource.xml
===================================================================
--- en/reference/dom/domdocument/schemavalidatesource.xml (revision 330515)
+++ en/reference/dom/domdocument/schemavalidatesource.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::schemaValidateSource</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::schemaValidateSource</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/relaxngvalidatesource.xml
===================================================================
--- en/reference/dom/domdocument/relaxngvalidatesource.xml (revision 330515)
+++ en/reference/dom/domdocument/relaxngvalidatesource.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::relaxNGValidateSource</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::relaxNGValidateSource</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/normalizedocument.xml
===================================================================
--- en/reference/dom/domdocument/normalizedocument.xml (revision 330515)
+++ en/reference/dom/domdocument/normalizedocument.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>DOMDocument::normalizeDocument</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>DOMDocument::normalizeDocument</methodname>
<void/>
</methodsynopsis>
Index: en/reference/dom/domdocument/loadxml.xml
===================================================================
--- en/reference/dom/domdocument/loadxml.xml (revision 330515)
+++ en/reference/dom/domdocument/loadxml.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>DOMDocument::loadXML</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>DOMDocument::loadXML</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/getelementbyid.xml
===================================================================
--- en/reference/dom/domdocument/getelementbyid.xml (revision 330515)
+++ en/reference/dom/domdocument/getelementbyid.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMElement</type><methodname>DOMDocument::getElementById</methodname>
+ <modifier>public</modifier> <type>DOMElement</type><methodname>DOMDocument::getElementById</methodname>
<methodparam><type>string</type><parameter>elementId</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createprocessinginstruction.xml
===================================================================
--- en/reference/dom/domdocument/createprocessinginstruction.xml (revision 330515)
+++ en/reference/dom/domdocument/createprocessinginstruction.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMProcessingInstruction</type><methodname>DOMDocument::createProcessingInstruction</methodname>
+ <modifier>public</modifier> <type>DOMProcessingInstruction</type><methodname>DOMDocument::createProcessingInstruction</methodname>
<methodparam><type>string</type><parameter>target</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/loadhtmlfile.xml
===================================================================
--- en/reference/dom/domdocument/loadhtmlfile.xml (revision 330515)
+++ en/reference/dom/domdocument/loadhtmlfile.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::loadHTMLFile</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::loadHTMLFile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/getelementsbytagnamens.xml
===================================================================
--- en/reference/dom/domdocument/getelementsbytagnamens.xml (revision 330515)
+++ en/reference/dom/domdocument/getelementsbytagnamens.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagNameNS</methodname>
+ <modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagNameNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/relaxngvalidate.xml
===================================================================
--- en/reference/dom/domdocument/relaxngvalidate.xml (revision 330515)
+++ en/reference/dom/domdocument/relaxngvalidate.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::relaxNGValidate</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::relaxNGValidate</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/schemavalidate.xml
===================================================================
--- en/reference/dom/domdocument/schemavalidate.xml (revision 330515)
+++ en/reference/dom/domdocument/schemavalidate.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::schemaValidate</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::schemaValidate</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createelement.xml
===================================================================
--- en/reference/dom/domdocument/createelement.xml (revision 330515)
+++ en/reference/dom/domdocument/createelement.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMElement</type><methodname>DOMDocument::createElement</methodname>
+ <modifier>public</modifier> <type>DOMElement</type><methodname>DOMDocument::createElement</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/load.xml
===================================================================
--- en/reference/dom/domdocument/load.xml (revision 330515)
+++ en/reference/dom/domdocument/load.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>DOMDocument::load</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>DOMDocument::load</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/createentityreference.xml
===================================================================
--- en/reference/dom/domdocument/createentityreference.xml (revision 330515)
+++ en/reference/dom/domdocument/createentityreference.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMEntityReference</type><methodname>DOMDocument::createEntityReference</methodname>
+ <modifier>public</modifier> <type>DOMEntityReference</type><methodname>DOMDocument::createEntityReference</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/registernodeclass.xml
===================================================================
--- en/reference/dom/domdocument/registernodeclass.xml (revision 330515)
+++ en/reference/dom/domdocument/registernodeclass.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::registerNodeClass</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::registerNodeClass</methodname>
<methodparam><type>string</type><parameter>baseclass</parameter></methodparam>
<methodparam><type>string</type><parameter>extendedclass</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/savehtmlfile.xml
===================================================================
--- en/reference/dom/domdocument/savehtmlfile.xml (revision 330515)
+++ en/reference/dom/domdocument/savehtmlfile.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>DOMDocument::saveHTMLFile</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>DOMDocument::saveHTMLFile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/construct.xml
===================================================================
--- en/reference/dom/domdocument/construct.xml (revision 330515)
+++ en/reference/dom/domdocument/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>DOMDocument::__construct</methodname>
+ <modifier>public</modifier> <methodname>DOMDocument::__construct</methodname>
<methodparam choice="opt"><type>string</type><parameter>version</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/createcdatasection.xml
===================================================================
--- en/reference/dom/domdocument/createcdatasection.xml (revision 330515)
+++ en/reference/dom/domdocument/createcdatasection.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMCDATASection</type><methodname>DOMDocument::createCDATASection</methodname>
+ <modifier>public</modifier> <type>DOMCDATASection</type><methodname>DOMDocument::createCDATASection</methodname>
<methodparam><type>string</type><parameter>data</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createattribute.xml
===================================================================
--- en/reference/dom/domdocument/createattribute.xml (revision 330515)
+++ en/reference/dom/domdocument/createattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMAttr</type><methodname>DOMDocument::createAttribute</methodname>
+ <modifier>public</modifier> <type>DOMAttr</type><methodname>DOMDocument::createAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/validate.xml
===================================================================
--- en/reference/dom/domdocument/validate.xml (revision 330515)
+++ en/reference/dom/domdocument/validate.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::validate</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::validate</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/save.xml
===================================================================
--- en/reference/dom/domdocument/save.xml (revision 330515)
+++ en/reference/dom/domdocument/save.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>DOMDocument::save</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>DOMDocument::save</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/loadhtml.xml
===================================================================
--- en/reference/dom/domdocument/loadhtml.xml (revision 330515)
+++ en/reference/dom/domdocument/loadhtml.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>DOMDocument::loadHTML</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>DOMDocument::loadHTML</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/dom/domdocument/getelementsbytagname.xml
===================================================================
--- en/reference/dom/domdocument/getelementsbytagname.xml (revision 330515)
+++ en/reference/dom/domdocument/getelementsbytagname.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagName</methodname>
+ <modifier>public</modifier> <type>DOMNodeList</type><methodname>DOMDocument::getElementsByTagName</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/xinclude.xml
===================================================================
--- en/reference/dom/domdocument/xinclude.xml (revision 330515)
+++ en/reference/dom/domdocument/xinclude.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>DOMDocument::xinclude</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>DOMDocument::xinclude</methodname>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/createelementns.xml
===================================================================
--- en/reference/dom/domdocument/createelementns.xml (revision 330515)
+++ en/reference/dom/domdocument/createelementns.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMElement</type><methodname>DOMDocument::createElementNS</methodname>
+ <modifier>public</modifier> <type>DOMElement</type><methodname>DOMDocument::createElementNS</methodname>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
<methodparam><type>string</type><parameter>qualifiedName</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>value</parameter></methodparam>
Index: en/reference/dom/domdocument/createtextnode.xml
===================================================================
--- en/reference/dom/domdocument/createtextnode.xml (revision 330515)
+++ en/reference/dom/domdocument/createtextnode.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>DOMText</type><methodname>DOMDocument::createTextNode</methodname>
+ <modifier>public</modifier> <type>DOMText</type><methodname>DOMDocument::createTextNode</methodname>
<methodparam><type>string</type><parameter>content</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/dom/domdocument/savexml.xml
===================================================================
--- en/reference/dom/domdocument/savexml.xml (revision 330515)
+++ en/reference/dom/domdocument/savexml.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>DOMDocument::saveXML</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>DOMDocument::saveXML</methodname>
<methodparam choice="opt"><type>DOMNode</type><parameter>node</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
Index: en/reference/sqlite/functions/sqlite-array-query.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-array-query.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-array-query.xml (working copy)
@@ -25,7 +25,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>array</type><methodname>SQLiteDatabase::arrayQuery</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>SQLiteDatabase::arrayQuery</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>SQLITE_BOTH</initializer></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>decode_binary</parameter><initializer>true</initializer></methodparam>
Index: en/reference/sqlite/functions/sqlite-single-query.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-single-query.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-single-query.xml (working copy)
@@ -20,7 +20,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>array</type><methodname>SQLiteDatabase::singleQuery</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>SQLiteDatabase::singleQuery</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>first_row_only</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>decode_binary</parameter></methodparam>
Index: en/reference/sqlite/functions/sqlite-create-function.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-create-function.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-create-function.xml (working copy)
@@ -20,7 +20,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>void</type><methodname>SQLiteDatabase::createFunction</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SQLiteDatabase::createFunction</methodname>
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>num_args</parameter><initializer>-1</initializer></methodparam>
Index: en/reference/sqlite/functions/sqlite-fetch-column-types.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-fetch-column-types.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-fetch-column-types.xml (working copy)
@@ -19,7 +19,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>array</type><methodname>SQLiteDatabase::fetchColumnTypes</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>SQLiteDatabase::fetchColumnTypes</methodname>
<methodparam><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>SQLITE_ASSOC</initializer></methodparam>
</methodsynopsis>
Index: en/reference/sqlite/functions/sqlite-busy-timeout.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-busy-timeout.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-busy-timeout.xml (working copy)
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>void</type><methodname>SQLiteDatabase::busyTimeout</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SQLiteDatabase::busyTimeout</methodname>
<methodparam><type>int</type><parameter>milliseconds</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/sqlite/functions/sqlite-changes.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-changes.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-changes.xml (working copy)
@@ -18,7 +18,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>int</type><methodname>SQLiteDatabase::changes</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SQLiteDatabase::changes</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/sqlite/functions/sqlite-exec.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-exec.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-exec.xml (working copy)
@@ -22,7 +22,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>bool</type><methodname>SQLiteDatabase::queryExec</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SQLiteDatabase::queryExec</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">error_msg</parameter></methodparam>
</methodsynopsis>
Index: en/reference/sqlite/functions/sqlite-create-aggregate.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-create-aggregate.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-create-aggregate.xml (working copy)
@@ -19,7 +19,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>void</type><methodname>SQLiteDatabase::createAggregate</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SQLiteDatabase::createAggregate</methodname>
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
<methodparam><type>callable</type><parameter>step_func</parameter></methodparam>
<methodparam><type>callable</type><parameter>finalize_func</parameter></methodparam>
Index: en/reference/sqlite/functions/sqlite-last-insert-rowid.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-last-insert-rowid.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-last-insert-rowid.xml (working copy)
@@ -15,7 +15,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>int</type><methodname>SQLiteDatabase::lastInsertRowid</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SQLiteDatabase::lastInsertRowid</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/sqlite/functions/sqlite-unbuffered-query.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-unbuffered-query.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-unbuffered-query.xml (working copy)
@@ -25,7 +25,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>SQLiteUnbuffered</type><methodname>SQLiteDatabase::unbufferedQuery</methodname>
+ <modifier>public</modifier> <type>SQLiteUnbuffered</type><methodname>SQLiteDatabase::unbufferedQuery</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>SQLITE_BOTH</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">error_msg</parameter></methodparam>
Index: en/reference/sqlite/functions/sqlite-last-error.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-last-error.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-last-error.xml (working copy)
@@ -15,7 +15,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>int</type><methodname>SQLiteDatabase::lastError</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SQLiteDatabase::lastError</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/sqlite/functions/sqlite-open.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-open.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-open.xml (working copy)
@@ -16,7 +16,7 @@
</methodsynopsis>
<para>&style.oop; (constructor):</para>
<constructorsynopsis>
- <methodname>SQLiteDatabase::__construct</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <methodname>SQLiteDatabase::__construct</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>mode</parameter><initializer>0666</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">error_message</parameter></methodparam>
Index: en/reference/sqlite/functions/sqlite-query.xml
===================================================================
--- en/reference/sqlite/functions/sqlite-query.xml (revision 330515)
+++ en/reference/sqlite/functions/sqlite-query.xml (working copy)
@@ -25,7 +25,7 @@
</methodsynopsis>
<para>&style.oop; (method):</para>
<methodsynopsis>
- <type>SQLiteResult</type><methodname>SQLiteDatabase::query</methodname>
+ <modifier>public</modifier> <type>SQLiteResult</type><methodname>SQLiteDatabase::query</methodname>
<methodparam><type>string</type><parameter>query</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>result_type</parameter><initializer>SQLITE_BOTH</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter role="reference">error_msg</parameter></methodparam>
Index: en/reference/pdo_sqlite/PDO/sqliteCreateFunction.xml
===================================================================
--- en/reference/pdo_sqlite/PDO/sqliteCreateFunction.xml (revision 330515)
+++ en/reference/pdo_sqlite/PDO/sqliteCreateFunction.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::sqliteCreateFunction</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::sqliteCreateFunction</methodname>
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
<methodparam><type>callable</type><parameter>callback</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>num_args</parameter></methodparam>
Index: en/reference/pdo_sqlite/PDO/sqliteCreateAggregate.xml
===================================================================
--- en/reference/pdo_sqlite/PDO/sqliteCreateAggregate.xml (revision 330515)
+++ en/reference/pdo_sqlite/PDO/sqliteCreateAggregate.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::sqliteCreateAggregate</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::sqliteCreateAggregate</methodname>
<methodparam><type>string</type><parameter>function_name</parameter></methodparam>
<methodparam><type>callable</type><parameter>step_func</parameter></methodparam>
<methodparam><type>callable</type><parameter>finalize_func</parameter></methodparam>
Index: en/reference/pdo_cubrid/PDO/cubrid-schema.xml
===================================================================
--- en/reference/pdo_cubrid/PDO/cubrid-schema.xml (revision 330515)
+++ en/reference/pdo_cubrid/PDO/cubrid-schema.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>PDO::cubrid_schema</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>PDO::cubrid_schema</methodname>
<methodparam><type>int</type><parameter>schema_type</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>table_name</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>col_name</parameter></methodparam>
Index: en/reference/pdo_pgsql/PDO/pgsqlLOBUnlink.xml
===================================================================
--- en/reference/pdo_pgsql/PDO/pgsqlLOBUnlink.xml (revision 330515)
+++ en/reference/pdo_pgsql/PDO/pgsqlLOBUnlink.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::pgsqlLOBUnlink</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::pgsqlLOBUnlink</methodname>
<methodparam><type>string</type><parameter>oid</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/pdo_pgsql/PDO/pgsqlLOBOpen.xml
===================================================================
--- en/reference/pdo_pgsql/PDO/pgsqlLOBOpen.xml (revision 330515)
+++ en/reference/pdo_pgsql/PDO/pgsqlLOBOpen.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>resource</type><methodname>PDO::pgsqlLOBOpen</methodname>
+ <modifier>public</modifier> <type>resource</type><methodname>PDO::pgsqlLOBOpen</methodname>
<methodparam><type>string</type><parameter>oid</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>mode</parameter><initializer>"rb"</initializer></methodparam>
</methodsynopsis>
Index: en/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml
===================================================================
--- en/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml (revision 330515)
+++ en/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>PDO::pgsqlLOBCreate</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>PDO::pgsqlLOBCreate</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/sqlite3/sqlite3/version.xml
===================================================================
--- en/reference/sqlite3/sqlite3/version.xml (revision 330515)
+++ en/reference/sqlite3/sqlite3/version.xml (working copy)
@@ -12,7 +12,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>array</type><methodname>SQLite3::version</methodname>
+ <modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>SQLite3::version</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/sqlite3/sqlite3/escapestring.xml
===================================================================
--- en/reference/sqlite3/sqlite3/escapestring.xml (revision 330515)
+++ en/reference/sqlite3/sqlite3/escapestring.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>public</modifier> <type>string</type><methodname>SQLite3::escapeString</methodname>
+ <modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>SQLite3::escapeString</methodname>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/pdo/pdo/construct.xml
===================================================================
--- en/reference/pdo/pdo/construct.xml (revision 330515)
+++ en/reference/pdo/pdo/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<constructorsynopsis>
- <methodname>PDO::__construct</methodname>
+ <modifier>public</modifier> <methodname>PDO::__construct</methodname>
<methodparam><type>string</type><parameter>dsn</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>username</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>password</parameter></methodparam>
Index: en/reference/pdo/pdo/errorcode.xml
===================================================================
--- en/reference/pdo/pdo/errorcode.xml (revision 330515)
+++ en/reference/pdo/pdo/errorcode.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PDO::errorCode</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>PDO::errorCode</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdo/exec.xml
===================================================================
--- en/reference/pdo/pdo/exec.xml (revision 330515)
+++ en/reference/pdo/pdo/exec.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PDO::exec</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>PDO::exec</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdo/commit.xml
===================================================================
--- en/reference/pdo/pdo/commit.xml (revision 330515)
+++ en/reference/pdo/pdo/commit.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::commit</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::commit</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/pdo/pdo/rollback.xml
===================================================================
--- en/reference/pdo/pdo/rollback.xml (revision 330515)
+++ en/reference/pdo/pdo/rollback.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::rollBack</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::rollBack</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdo/begintransaction.xml
===================================================================
--- en/reference/pdo/pdo/begintransaction.xml (revision 330515)
+++ en/reference/pdo/pdo/begintransaction.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::beginTransaction</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::beginTransaction</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/pdo/pdo/quote.xml
===================================================================
--- en/reference/pdo/pdo/quote.xml (revision 330515)
+++ en/reference/pdo/pdo/quote.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>PDO::quote</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>PDO::quote</methodname>
<methodparam><type>string</type><parameter>string</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>parameter_type</parameter><initializer>PDO::PARAM_STR</initializer></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdo/prepare.xml
===================================================================
--- en/reference/pdo/pdo/prepare.xml (revision 330515)
+++ en/reference/pdo/pdo/prepare.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>PDOStatement</type><methodname>PDO::prepare</methodname>
+ <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::prepare</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>driver_options</parameter><initializer>array()</initializer></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdo/getattribute.xml
===================================================================
--- en/reference/pdo/pdo/getattribute.xml (revision 330515)
+++ en/reference/pdo/pdo/getattribute.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PDO::getAttribute</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>PDO::getAttribute</methodname>
<methodparam><type>int</type><parameter>attribute</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdo/errorinfo.xml
===================================================================
--- en/reference/pdo/pdo/errorinfo.xml (revision 330515)
+++ en/reference/pdo/pdo/errorinfo.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>PDO::errorInfo</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>PDO::errorInfo</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdo/lastinsertid.xml
===================================================================
--- en/reference/pdo/pdo/lastinsertid.xml (revision 330515)
+++ en/reference/pdo/pdo/lastinsertid.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>PDO::lastInsertId</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>PDO::lastInsertId</methodname>
<methodparam choice="opt"><type>string</type><parameter>name</parameter><initializer>&null;</initializer></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdo/query.xml
===================================================================
--- en/reference/pdo/pdo/query.xml (revision 330515)
+++ en/reference/pdo/pdo/query.xml (working copy)
@@ -10,19 +10,19 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>PDOStatement</type><methodname>PDO::query</methodname>
+ <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>PDOStatement</type><methodname>PDO::query</methodname>
+ <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>PDO::FETCH_COLUMN</parameter></methodparam>
<methodparam><type>int</type><parameter>colno</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>PDOStatement</type><methodname>PDO::query</methodname>
+ <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>PDO::FETCH_CLASS</parameter></methodparam>
<methodparam><type>string</type><parameter>classname</parameter></methodparam>
@@ -30,7 +30,7 @@
</methodsynopsis>
<methodsynopsis>
- <type>PDOStatement</type><methodname>PDO::query</methodname>
+ <modifier>public</modifier> <type>PDOStatement</type><methodname>PDO::query</methodname>
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
<methodparam><type>int</type><parameter>PDO::FETCH_INTO</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
Index: en/reference/pdo/pdo/intransaction.xml
===================================================================
--- en/reference/pdo/pdo/intransaction.xml (revision 330515)
+++ en/reference/pdo/pdo/intransaction.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::inTransaction</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::inTransaction</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/pdo/pdo/getavailabledrivers.xml
===================================================================
--- en/reference/pdo/pdo/getavailabledrivers.xml (revision 330515)
+++ en/reference/pdo/pdo/getavailabledrivers.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <modifier>static</modifier> <type>array</type><methodname>PDO::getAvailableDrivers</methodname>
+ <modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>PDO::getAvailableDrivers</methodname>
<void/>
</methodsynopsis>
<methodsynopsis>
Index: en/reference/pdo/pdo/setattribute.xml
===================================================================
--- en/reference/pdo/pdo/setattribute.xml (revision 330515)
+++ en/reference/pdo/pdo/setattribute.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDO::setAttribute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDO::setAttribute</methodname>
<methodparam><type>int</type><parameter>attribute</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/rowcount.xml
===================================================================
--- en/reference/pdo/pdostatement/rowcount.xml (revision 330515)
+++ en/reference/pdo/pdostatement/rowcount.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PDOStatement::rowCount</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>PDOStatement::rowCount</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/debugdumpparams.xml
===================================================================
--- en/reference/pdo/pdostatement/debugdumpparams.xml (revision 330515)
+++ en/reference/pdo/pdostatement/debugdumpparams.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>PDOStatement::debugDumpParams</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>PDOStatement::debugDumpParams</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/pdo/pdostatement/fetchobject.xml
===================================================================
--- en/reference/pdo/pdostatement/fetchobject.xml (revision 330515)
+++ en/reference/pdo/pdostatement/fetchobject.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PDOStatement::fetchObject</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>PDOStatement::fetchObject</methodname>
<methodparam choice="opt"><type>string</type><parameter>class_name</parameter><initializer>"stdClass"</initializer></methodparam>
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/nextrowset.xml
===================================================================
--- en/reference/pdo/pdostatement/nextrowset.xml (revision 330515)
+++ en/reference/pdo/pdostatement/nextrowset.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::nextRowset</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::nextRowset</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/fetchall.xml
===================================================================
--- en/reference/pdo/pdostatement/fetchall.xml (revision 330515)
+++ en/reference/pdo/pdostatement/fetchall.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>PDOStatement::fetchAll</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>PDOStatement::fetchAll</methodname>
<methodparam choice="opt"><type>int</type><parameter>fetch_style</parameter></methodparam>
<methodparam choice="opt"><type>mixed</type><parameter>fetch_argument</parameter></methodparam>
<methodparam choice="opt"><type>array</type><parameter>ctor_args</parameter><initializer>array()</initializer></methodparam>
Index: en/reference/pdo/pdostatement/errorcode.xml
===================================================================
--- en/reference/pdo/pdostatement/errorcode.xml (revision 330515)
+++ en/reference/pdo/pdostatement/errorcode.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>PDOStatement::errorCode</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>PDOStatement::errorCode</methodname>
<void/>
</methodsynopsis>
</refsect1>
Index: en/reference/pdo/pdostatement/fetch.xml
===================================================================
--- en/reference/pdo/pdostatement/fetch.xml (revision 330515)
+++ en/reference/pdo/pdostatement/fetch.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PDOStatement::fetch</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>PDOStatement::fetch</methodname>
<methodparam choice="opt"><type>int</type><parameter>fetch_style</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>cursor_orientation</parameter><initializer>PDO::FETCH_ORI_NEXT</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>cursor_offset</parameter><initializer>0</initializer></methodparam>
Index: en/reference/pdo/pdostatement/bindcolumn.xml
===================================================================
--- en/reference/pdo/pdostatement/bindcolumn.xml (revision 330515)
+++ en/reference/pdo/pdostatement/bindcolumn.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::bindColumn</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::bindColumn</methodname>
<methodparam><type>mixed</type><parameter>column</parameter></methodparam>
<methodparam><type>mixed</type><parameter role="reference">param</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>type</parameter></methodparam>
Index: en/reference/pdo/pdostatement/bindparam.xml
===================================================================
--- en/reference/pdo/pdostatement/bindparam.xml (revision 330515)
+++ en/reference/pdo/pdostatement/bindparam.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::bindParam</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::bindParam</methodname>
<methodparam><type>mixed</type><parameter>parameter</parameter></methodparam>
<methodparam><type>mixed</type><parameter role="reference">variable</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter><initializer>PDO::PARAM_STR</initializer></methodparam>
Index: en/reference/pdo/pdostatement/execute.xml
===================================================================
--- en/reference/pdo/pdostatement/execute.xml (revision 330515)
+++ en/reference/pdo/pdostatement/execute.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::execute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::execute</methodname>
<methodparam choice="opt"><type>array</type><parameter>input_parameters</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/pdo/pdostatement/closecursor.xml
===================================================================
--- en/reference/pdo/pdostatement/closecursor.xml (revision 330515)
+++ en/reference/pdo/pdostatement/closecursor.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::closeCursor</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::closeCursor</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/getattribute.xml
===================================================================
--- en/reference/pdo/pdostatement/getattribute.xml (revision 330515)
+++ en/reference/pdo/pdostatement/getattribute.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PDOStatement::getAttribute</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>PDOStatement::getAttribute</methodname>
<methodparam><type>int</type><parameter>attribute</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/getcolumnmeta.xml
===================================================================
--- en/reference/pdo/pdostatement/getcolumnmeta.xml (revision 330515)
+++ en/reference/pdo/pdostatement/getcolumnmeta.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>PDOStatement::getColumnMeta</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>PDOStatement::getColumnMeta</methodname>
<methodparam><type>int</type><parameter>column</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/errorinfo.xml
===================================================================
--- en/reference/pdo/pdostatement/errorinfo.xml (revision 330515)
+++ en/reference/pdo/pdostatement/errorinfo.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>PDOStatement::errorInfo</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>PDOStatement::errorInfo</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/columncount.xml
===================================================================
--- en/reference/pdo/pdostatement/columncount.xml (revision 330515)
+++ en/reference/pdo/pdostatement/columncount.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PDOStatement::columnCount</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>PDOStatement::columnCount</methodname>
<void/>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/fetchcolumn.xml
===================================================================
--- en/reference/pdo/pdostatement/fetchcolumn.xml (revision 330515)
+++ en/reference/pdo/pdostatement/fetchcolumn.xml (working copy)
@@ -11,7 +11,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>PDOStatement::fetchColumn</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>PDOStatement::fetchColumn</methodname>
<methodparam choice="opt"><type>int</type><parameter>column_number</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/bindvalue.xml
===================================================================
--- en/reference/pdo/pdostatement/bindvalue.xml (revision 330515)
+++ en/reference/pdo/pdostatement/bindvalue.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::bindValue</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::bindValue</methodname>
<methodparam><type>mixed</type><parameter>parameter</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>data_type</parameter><initializer>PDO::PARAM_STR</initializer></methodparam>
Index: en/reference/pdo/pdostatement/setfetchmode.xml
===================================================================
--- en/reference/pdo/pdostatement/setfetchmode.xml (revision 330515)
+++ en/reference/pdo/pdostatement/setfetchmode.xml (working copy)
@@ -10,25 +10,25 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
<methodparam><type>int</type><parameter>mode</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
<methodparam><type>int</type><parameter>PDO::FETCH_COLUMN</parameter></methodparam>
<methodparam><type>int</type><parameter>colno</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
<methodparam><type>int</type><parameter>PDO::FETCH_CLASS</parameter></methodparam>
<methodparam><type>string</type><parameter>classname</parameter></methodparam>
<methodparam><type>array</type><parameter>ctorargs</parameter></methodparam>
</methodsynopsis>
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::setFetchMode</methodname>
<methodparam><type>int</type><parameter>PDO::FETCH_INTO</parameter></methodparam>
<methodparam><type>object</type><parameter>object</parameter></methodparam>
</methodsynopsis>
Index: en/reference/pdo/pdostatement/setattribute.xml
===================================================================
--- en/reference/pdo/pdostatement/setattribute.xml (revision 330515)
+++ en/reference/pdo/pdostatement/setattribute.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PDOStatement::setAttribute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PDOStatement::setAttribute</methodname>
<methodparam><type>int</type><parameter>attribute</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharData/setSignatureAlgorithm.xml
===================================================================
--- en/reference/phar/PharData/setSignatureAlgorithm.xml (revision 330515)
+++ en/reference/phar/PharData/setSignatureAlgorithm.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
<methodparam><type>int</type><parameter>sigtype</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/PharData/addFile.xml
===================================================================
--- en/reference/phar/PharData/addFile.xml (revision 330515)
+++ en/reference/phar/PharData/addFile.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::addFile</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::addFile</methodname>
<methodparam><type>string</type><parameter>file</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharData/setMetadata.xml
===================================================================
--- en/reference/phar/PharData/setMetadata.xml (revision 330515)
+++ en/reference/phar/PharData/setMetadata.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::setMetadata</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::setMetadata</methodname>
<methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/PharData/buildFromDirectory.xml
===================================================================
--- en/reference/phar/PharData/buildFromDirectory.xml (revision 330515)
+++ en/reference/phar/PharData/buildFromDirectory.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>Phar::buildFromDirectory</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>Phar::buildFromDirectory</methodname>
<methodparam><type>string</type><parameter>base_dir</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>regex</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/running.xml
===================================================================
--- en/reference/phar/Phar/running.xml (revision 330515)
+++ en/reference/phar/Phar/running.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>Phar::running</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Phar::running</methodname>
<methodparam choice="opt"><type>bool</type><parameter>retphar</parameter><initializer>true</initializer></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/getMetadata.xml
===================================================================
--- en/reference/phar/Phar/getMetadata.xml (revision 330515)
+++ en/reference/phar/Phar/getMetadata.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>Phar::getMetadata</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>Phar::getMetadata</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/setSignatureAlgorithm.xml
===================================================================
--- en/reference/phar/Phar/setSignatureAlgorithm.xml (revision 330515)
+++ en/reference/phar/Phar/setSignatureAlgorithm.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::setSignatureAlgorithm</methodname>
<methodparam><type>int</type><parameter>sigtype</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>privatekey</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/getVersion.xml
===================================================================
--- en/reference/phar/Phar/getVersion.xml (revision 330515)
+++ en/reference/phar/Phar/getVersion.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>Phar::getVersion</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>Phar::getVersion</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/convertToExecutable.xml
===================================================================
--- en/reference/phar/Phar/convertToExecutable.xml (revision 330515)
+++ en/reference/phar/Phar/convertToExecutable.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>Phar</type><methodname>Phar::convertToExecutable</methodname>
+ <modifier>public</modifier> <type>Phar</type><methodname>Phar::convertToExecutable</methodname>
<methodparam choice="opt"><type>int</type><parameter>format</parameter><initializer>9021976</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>compression</parameter><initializer>9021976</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
Index: en/reference/phar/Phar/startBuffering.xml
===================================================================
--- en/reference/phar/Phar/startBuffering.xml (revision 330515)
+++ en/reference/phar/Phar/startBuffering.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::startBuffering</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::startBuffering</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/offsetGet.xml
===================================================================
--- en/reference/phar/Phar/offsetGet.xml (revision 330515)
+++ en/reference/phar/Phar/offsetGet.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>Phar::offsetGet</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>Phar::offsetGet</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/decompressFiles.xml
===================================================================
--- en/reference/phar/Phar/decompressFiles.xml (revision 330515)
+++ en/reference/phar/Phar/decompressFiles.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::decompressFiles</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::decompressFiles</methodname>
<void />
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/addFile.xml
===================================================================
--- en/reference/phar/Phar/addFile.xml (revision 330515)
+++ en/reference/phar/Phar/addFile.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::addFile</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::addFile</methodname>
<methodparam><type>string</type><parameter>file</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/getSupportedSignatures.xml
===================================================================
--- en/reference/phar/Phar/getSupportedSignatures.xml (revision 330515)
+++ en/reference/phar/Phar/getSupportedSignatures.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>Phar::getSupportedSignatures</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>Phar::getSupportedSignatures</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/loadPhar.xml
===================================================================
--- en/reference/phar/Phar/loadPhar.xml (revision 330515)
+++ en/reference/phar/Phar/loadPhar.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::loadPhar</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::loadPhar</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/setMetadata.xml
===================================================================
--- en/reference/phar/Phar/setMetadata.xml (revision 330515)
+++ en/reference/phar/Phar/setMetadata.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::setMetadata</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::setMetadata</methodname>
<methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/buildFromIterator.xml
===================================================================
--- en/reference/phar/Phar/buildFromIterator.xml (revision 330515)
+++ en/reference/phar/Phar/buildFromIterator.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>Phar::buildFromIterator</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>Phar::buildFromIterator</methodname>
<methodparam><type>Iterator</type><parameter>iter</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>base_directory</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/getSignature.xml
===================================================================
--- en/reference/phar/Phar/getSignature.xml (revision 330515)
+++ en/reference/phar/Phar/getSignature.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>Phar::getSignature</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>Phar::getSignature</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/delete.xml
===================================================================
--- en/reference/phar/Phar/delete.xml (revision 330515)
+++ en/reference/phar/Phar/delete.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::delete</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::delete</methodname>
<methodparam><type>string</type><parameter>entry</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/offsetSet.xml
===================================================================
--- en/reference/phar/Phar/offsetSet.xml (revision 330515)
+++ en/reference/phar/Phar/offsetSet.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::offsetSet</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::offsetSet</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
<methodparam><type>string</type><parameter>value</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/isBuffering.xml
===================================================================
--- en/reference/phar/Phar/isBuffering.xml (revision 330515)
+++ en/reference/phar/Phar/isBuffering.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::isBuffering</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::isBuffering</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/addFromString.xml
===================================================================
--- en/reference/phar/Phar/addFromString.xml (revision 330515)
+++ en/reference/phar/Phar/addFromString.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::addFromString</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::addFromString</methodname>
<methodparam><type>string</type><parameter>localname</parameter></methodparam>
<methodparam><type>string</type><parameter>contents</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/setAlias.xml
===================================================================
--- en/reference/phar/Phar/setAlias.xml (revision 330515)
+++ en/reference/phar/Phar/setAlias.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::setAlias</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::setAlias</methodname>
<methodparam><type>string</type><parameter>alias</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/addEmptyDir.xml
===================================================================
--- en/reference/phar/Phar/addEmptyDir.xml (revision 330515)
+++ en/reference/phar/Phar/addEmptyDir.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::addEmptyDir</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::addEmptyDir</methodname>
<methodparam><type>string</type><parameter>dirname</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/getSupportedCompression.xml
===================================================================
--- en/reference/phar/Phar/getSupportedCompression.xml (revision 330515)
+++ en/reference/phar/Phar/getSupportedCompression.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>Phar::getSupportedCompression</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>array</type><methodname>Phar::getSupportedCompression</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/compressAllFilesGZ.xml
===================================================================
--- en/reference/phar/Phar/compressAllFilesGZ.xml (revision 330515)
+++ en/reference/phar/Phar/compressAllFilesGZ.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::compressAllFilesGZ</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::compressAllFilesGZ</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharcompress;
Index: en/reference/phar/Phar/uncompressAllFiles.xml
===================================================================
--- en/reference/phar/Phar/uncompressAllFiles.xml (revision 330515)
+++ en/reference/phar/Phar/uncompressAllFiles.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::uncompressAllFiles</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::uncompressAllFiles</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharcompress;
Index: en/reference/phar/Phar/stopBuffering.xml
===================================================================
--- en/reference/phar/Phar/stopBuffering.xml (revision 330515)
+++ en/reference/phar/Phar/stopBuffering.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::stopBuffering</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::stopBuffering</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/canCompress.xml
===================================================================
--- en/reference/phar/Phar/canCompress.xml (revision 330515)
+++ en/reference/phar/Phar/canCompress.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::canCompress</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::canCompress</methodname>
<methodparam choice="opt"><type>int</type><parameter>type</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/getStub.xml
===================================================================
--- en/reference/phar/Phar/getStub.xml (revision 330515)
+++ en/reference/phar/Phar/getStub.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>Phar::getStub</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>Phar::getStub</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/compressFiles.xml
===================================================================
--- en/reference/phar/Phar/compressFiles.xml (revision 330515)
+++ en/reference/phar/Phar/compressFiles.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::compressFiles</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>Phar::compressFiles</methodname>
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/apiVersion.xml
===================================================================
--- en/reference/phar/Phar/apiVersion.xml (revision 330515)
+++ en/reference/phar/Phar/apiVersion.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>Phar::apiVersion</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Phar::apiVersion</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/getModified.xml
===================================================================
--- en/reference/phar/Phar/getModified.xml (revision 330515)
+++ en/reference/phar/Phar/getModified.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::getModified</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::getModified</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/isFileFormat.xml
===================================================================
--- en/reference/phar/Phar/isFileFormat.xml (revision 330515)
+++ en/reference/phar/Phar/isFileFormat.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::isFileFormat</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::isFileFormat</methodname>
<methodparam><type>int</type><parameter>format</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/construct.xml
===================================================================
--- en/reference/phar/Phar/construct.xml (revision 330515)
+++ en/reference/phar/Phar/construct.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>Phar::__construct</methodname>
+ <modifier>public</modifier> <methodname>Phar::__construct</methodname>
<methodparam><type>string</type><parameter>fname</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>flags</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
Index: en/reference/phar/Phar/offsetExists.xml
===================================================================
--- en/reference/phar/Phar/offsetExists.xml (revision 330515)
+++ en/reference/phar/Phar/offsetExists.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::offsetExists</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::offsetExists</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/count.xml
===================================================================
--- en/reference/phar/Phar/count.xml (revision 330515)
+++ en/reference/phar/Phar/count.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>Phar::count</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>Phar::count</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/mapPhar.xml
===================================================================
--- en/reference/phar/Phar/mapPhar.xml (revision 330515)
+++ en/reference/phar/Phar/mapPhar.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::mapPhar</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::mapPhar</methodname>
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>dataoffset</parameter><initializer>0</initializer></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/webPhar.xml
===================================================================
--- en/reference/phar/Phar/webPhar.xml (revision 330515)
+++ en/reference/phar/Phar/webPhar.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::webPhar</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>Phar::webPhar</methodname>
<methodparam choice="opt"><type>string</type><parameter>alias</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>index</parameter><initializer>"index.php"</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>f404</parameter></methodparam>
Index: en/reference/phar/Phar/setStub.xml
===================================================================
--- en/reference/phar/Phar/setStub.xml (revision 330515)
+++ en/reference/phar/Phar/setStub.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::setStub</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::setStub</methodname>
<methodparam><type>string</type><parameter>stub</parameter></methodparam>
<methodparam choice="opt"><type>int</type><parameter>len</parameter><initializer>-1</initializer></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/compress.xml
===================================================================
--- en/reference/phar/Phar/compress.xml (revision 330515)
+++ en/reference/phar/Phar/compress.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>Phar::compress</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>Phar::compress</methodname>
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/interceptFileFuncs.xml
===================================================================
--- en/reference/phar/Phar/interceptFileFuncs.xml (revision 330515)
+++ en/reference/phar/Phar/interceptFileFuncs.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::interceptFileFuncs</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>Phar::interceptFileFuncs</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/mungServer.xml
===================================================================
--- en/reference/phar/Phar/mungServer.xml (revision 330515)
+++ en/reference/phar/Phar/mungServer.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::mungServer</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>Phar::mungServer</methodname>
<methodparam><type>array</type><parameter>munglist</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/setDefaultStub.xml
===================================================================
--- en/reference/phar/Phar/setDefaultStub.xml (revision 330515)
+++ en/reference/phar/Phar/setDefaultStub.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::setDefaultStub</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::setDefaultStub</methodname>
<methodparam choice="opt"><type>string</type><parameter>index</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>webindex</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/isCompressed.xml
===================================================================
--- en/reference/phar/Phar/isCompressed.xml (revision 330515)
+++ en/reference/phar/Phar/isCompressed.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>Phar::isCompressed</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>Phar::isCompressed</methodname>
<void/>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/mount.xml
===================================================================
--- en/reference/phar/Phar/mount.xml (revision 330515)
+++ en/reference/phar/Phar/mount.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>Phar::mount</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>void</type><methodname>Phar::mount</methodname>
<methodparam><type>string</type><parameter>pharpath</parameter></methodparam>
<methodparam><type>string</type><parameter>externalpath</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/unlinkArchive.xml
===================================================================
--- en/reference/phar/Phar/unlinkArchive.xml (revision 330515)
+++ en/reference/phar/Phar/unlinkArchive.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::unlinkArchive</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::unlinkArchive</methodname>
<methodparam><type>string</type><parameter>archive</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/decompress.xml
===================================================================
--- en/reference/phar/Phar/decompress.xml (revision 330515)
+++ en/reference/phar/Phar/decompress.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>object</type><methodname>Phar::decompress</methodname>
+ <modifier>public</modifier> <type>object</type><methodname>Phar::decompress</methodname>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/offsetUnset.xml
===================================================================
--- en/reference/phar/Phar/offsetUnset.xml (revision 330515)
+++ en/reference/phar/Phar/offsetUnset.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::offsetUnset</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::offsetUnset</methodname>
<methodparam><type>string</type><parameter>offset</parameter></methodparam>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/isWritable.xml
===================================================================
--- en/reference/phar/Phar/isWritable.xml (revision 330515)
+++ en/reference/phar/Phar/isWritable.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::isWritable</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::isWritable</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/delMetadata.xml
===================================================================
--- en/reference/phar/Phar/delMetadata.xml (revision 330515)
+++ en/reference/phar/Phar/delMetadata.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::delMetadata</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::delMetadata</methodname>
<void/>
</methodsynopsis>
&phar.write;
Index: en/reference/phar/Phar/createDefaultStub.xml
===================================================================
--- en/reference/phar/Phar/createDefaultStub.xml (revision 330515)
+++ en/reference/phar/Phar/createDefaultStub.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>Phar::createDefaultStub</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>string</type><methodname>Phar::createDefaultStub</methodname>
<methodparam choice="opt"><type>string</type><parameter>indexfile</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>webindexfile</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/isValidPharFilename.xml
===================================================================
--- en/reference/phar/Phar/isValidPharFilename.xml (revision 330515)
+++ en/reference/phar/Phar/isValidPharFilename.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::isValidPharFilename</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::isValidPharFilename</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>executable</parameter><initializer>true</initializer></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/buildFromDirectory.xml
===================================================================
--- en/reference/phar/Phar/buildFromDirectory.xml (revision 330515)
+++ en/reference/phar/Phar/buildFromDirectory.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>array</type><methodname>Phar::buildFromDirectory</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>Phar::buildFromDirectory</methodname>
<methodparam><type>string</type><parameter>base_dir</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>regex</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/copy.xml
===================================================================
--- en/reference/phar/Phar/copy.xml (revision 330515)
+++ en/reference/phar/Phar/copy.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::copy</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::copy</methodname>
<methodparam><type>string</type><parameter>oldfile</parameter></methodparam>
<methodparam><type>string</type><parameter>newfile</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/Phar/canWrite.xml
===================================================================
--- en/reference/phar/Phar/canWrite.xml (revision 330515)
+++ en/reference/phar/Phar/canWrite.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::canWrite</methodname>
+ <modifier>final</modifier> <modifier>public</modifier> <modifier>static</modifier> <type>bool</type><methodname>Phar::canWrite</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/Phar/hasMetadata.xml
===================================================================
--- en/reference/phar/Phar/hasMetadata.xml (revision 330515)
+++ en/reference/phar/Phar/hasMetadata.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::hasMetadata</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::hasMetadata</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/Phar/convertToData.xml
===================================================================
--- en/reference/phar/Phar/convertToData.xml (revision 330515)
+++ en/reference/phar/Phar/convertToData.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>PharData</type><methodname>Phar::convertToData</methodname>
+ <modifier>public</modifier> <type>PharData</type><methodname>Phar::convertToData</methodname>
<methodparam choice="opt"><type>int</type><parameter>format</parameter><initializer>9021976</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>compression</parameter><initializer>9021976</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>extension</parameter></methodparam>
Index: en/reference/phar/Phar/extractTo.xml
===================================================================
--- en/reference/phar/Phar/extractTo.xml (revision 330515)
+++ en/reference/phar/Phar/extractTo.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::extractTo</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::extractTo</methodname>
<methodparam><type>string</type><parameter>pathto</parameter></methodparam>
<methodparam choice="opt"><type>string|array</type><parameter>files</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>overwrite</parameter><initializer>false</initializer></methodparam>
Index: en/reference/phar/Phar/compressAllFilesBZIP2.xml
===================================================================
--- en/reference/phar/Phar/compressAllFilesBZIP2.xml (revision 330515)
+++ en/reference/phar/Phar/compressAllFilesBZIP2.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>Phar::compressAllFilesBZIP2</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>Phar::compressAllFilesBZIP2</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharcompress;
Index: en/reference/phar/PharFileInfo/getMetadata.xml
===================================================================
--- en/reference/phar/PharFileInfo/getMetadata.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/getMetadata.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>PharFileInfo::getMetadata</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>PharFileInfo::getMetadata</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/setCompressedGZ.xml
===================================================================
--- en/reference/phar/PharFileInfo/setCompressedGZ.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/setCompressedGZ.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::setCompressedGZ</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::setCompressedGZ</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharfileinfocompress;
Index: en/reference/phar/PharFileInfo/setUncompressed.xml
===================================================================
--- en/reference/phar/PharFileInfo/setUncompressed.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/setUncompressed.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::setUncompressed</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::setUncompressed</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharfileinfocompress;
Index: en/reference/phar/PharFileInfo/construct.xml
===================================================================
--- en/reference/phar/PharFileInfo/construct.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/construct.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>PharFileInfo::__construct</methodname>
+ <modifier>public</modifier> <methodname>PharFileInfo::__construct</methodname>
<methodparam><type>string</type><parameter>entry</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/setCompressedBZIP2.xml
===================================================================
--- en/reference/phar/PharFileInfo/setCompressedBZIP2.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/setCompressedBZIP2.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::setCompressedBZIP2</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::setCompressedBZIP2</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharfileinfocompress;
Index: en/reference/phar/PharFileInfo/chmod.xml
===================================================================
--- en/reference/phar/PharFileInfo/chmod.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/chmod.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>PharFileInfo::chmod</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>PharFileInfo::chmod</methodname>
<methodparam><type>int</type><parameter>permissions</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/compress.xml
===================================================================
--- en/reference/phar/PharFileInfo/compress.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/compress.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::compress</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::compress</methodname>
<methodparam><type>int</type><parameter>compression</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/setMetadata.xml
===================================================================
--- en/reference/phar/PharFileInfo/setMetadata.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/setMetadata.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>PharFileInfo::setMetadata</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>PharFileInfo::setMetadata</methodname>
<methodparam><type>mixed</type><parameter>metadata</parameter></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/getCompressedSize.xml
===================================================================
--- en/reference/phar/PharFileInfo/getCompressedSize.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/getCompressedSize.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PharFileInfo::getCompressedSize</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>PharFileInfo::getCompressedSize</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/isCompressed.xml
===================================================================
--- en/reference/phar/PharFileInfo/isCompressed.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/isCompressed.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::isCompressed</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::isCompressed</methodname>
<methodparam choice="opt"><type>int</type><parameter>compression_type</parameter><initializer>9021976</initializer></methodparam>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/isCompressedGZ.xml
===================================================================
--- en/reference/phar/PharFileInfo/isCompressedGZ.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/isCompressedGZ.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::isCompressedGZ</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::isCompressedGZ</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharfileinfocompress;
Index: en/reference/phar/PharFileInfo/decompress.xml
===================================================================
--- en/reference/phar/PharFileInfo/decompress.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/decompress.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::decompress</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::decompress</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/delMetadata.xml
===================================================================
--- en/reference/phar/PharFileInfo/delMetadata.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/delMetadata.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::delMetadata</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::delMetadata</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/PharFileInfo/getPharFlags.xml
===================================================================
--- en/reference/phar/PharFileInfo/getPharFlags.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/getPharFlags.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PharFileInfo::getPharFlags</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>PharFileInfo::getPharFlags</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/phar/PharFileInfo/isCompressedBZIP2.xml
===================================================================
--- en/reference/phar/PharFileInfo/isCompressedBZIP2.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/isCompressedBZIP2.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::isCompressedBZIP2</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::isCompressedBZIP2</methodname>
<void/>
</methodsynopsis>
&phar.removed.pharfileinfocompress;
Index: en/reference/phar/PharFileInfo/isCRCChecked.xml
===================================================================
--- en/reference/phar/PharFileInfo/isCRCChecked.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/isCRCChecked.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::isCRCChecked</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::isCRCChecked</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/getCRC32.xml
===================================================================
--- en/reference/phar/PharFileInfo/getCRC32.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/getCRC32.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>int</type><methodname>PharFileInfo::getCRC32</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>PharFileInfo::getCRC32</methodname>
<void/>
</methodsynopsis>
Index: en/reference/phar/PharFileInfo/hasMetadata.xml
===================================================================
--- en/reference/phar/PharFileInfo/hasMetadata.xml (revision 330515)
+++ en/reference/phar/PharFileInfo/hasMetadata.xml (working copy)
@@ -9,7 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>PharFileInfo::hasMetadata</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>PharFileInfo::hasMetadata</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/movetoelement.xml
===================================================================
--- en/reference/xmlreader/xmlreader/movetoelement.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/movetoelement.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::moveToElement</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::moveToElement</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/lookupnamespace.xml
===================================================================
--- en/reference/xmlreader/xmlreader/lookupnamespace.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/lookupnamespace.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::lookupNamespace</methodname>
<methodparam><type>string</type><parameter>prefix</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/readinnerxml.xml
===================================================================
--- en/reference/xmlreader/xmlreader/readinnerxml.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/readinnerxml.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>XMLReader::readInnerXML</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>XMLReader::readInnerXML</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/movetoattributeno.xml
===================================================================
--- en/reference/xmlreader/xmlreader/movetoattributeno.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/movetoattributeno.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::moveToAttributeNo</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/isvalid.xml
===================================================================
--- en/reference/xmlreader/xmlreader/isvalid.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/isvalid.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::isValid</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::isValid</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/movetonextattribute.xml
===================================================================
--- en/reference/xmlreader/xmlreader/movetonextattribute.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/movetonextattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::moveToNextAttribute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::moveToNextAttribute</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/movetoattribute.xml
===================================================================
--- en/reference/xmlreader/xmlreader/movetoattribute.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/movetoattribute.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::moveToAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/setrelaxngschema.xml
===================================================================
--- en/reference/xmlreader/xmlreader/setrelaxngschema.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/setrelaxngschema.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::setRelaxNGSchema</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/movetoattributens.xml
===================================================================
--- en/reference/xmlreader/xmlreader/movetoattributens.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/movetoattributens.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::moveToAttributeNs</methodname>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/getattributeno.xml
===================================================================
--- en/reference/xmlreader/xmlreader/getattributeno.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/getattributeno.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>XMLReader::getAttributeNo</methodname>
<methodparam><type>int</type><parameter>index</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/xml.xml
===================================================================
--- en/reference/xmlreader/xmlreader/xml.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/xml.xml (working copy)
@@ -9,6 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::xml</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/open.xml
===================================================================
--- en/reference/xmlreader/xmlreader/open.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/open.xml (working copy)
@@ -9,6 +9,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::open</methodname>
<methodparam><type>string</type><parameter>URI</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/getparserproperty.xml
===================================================================
--- en/reference/xmlreader/xmlreader/getparserproperty.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/getparserproperty.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::getParserProperty</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::getParserProperty</methodname>
<methodparam><type>int</type><parameter>property</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/readstring.xml
===================================================================
--- en/reference/xmlreader/xmlreader/readstring.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/readstring.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>XMLReader::readString</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>XMLReader::readString</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/getattribute.xml
===================================================================
--- en/reference/xmlreader/xmlreader/getattribute.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/getattribute.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>string</type>
<methodname>XMLReader::getAttribute</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/getattributens.xml
===================================================================
--- en/reference/xmlreader/xmlreader/getattributens.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/getattributens.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>XMLReader::getAttributeNs</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>XMLReader::getAttributeNs</methodname>
<methodparam><type>string</type><parameter>localName</parameter></methodparam>
<methodparam><type>string</type><parameter>namespaceURI</parameter></methodparam>
</methodsynopsis>
Index: en/reference/xmlreader/xmlreader/close.xml
===================================================================
--- en/reference/xmlreader/xmlreader/close.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/close.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::close</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::close</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/movetofirstattribute.xml
===================================================================
--- en/reference/xmlreader/xmlreader/movetofirstattribute.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/movetofirstattribute.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::moveToFirstAttribute</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::moveToFirstAttribute</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/readouterxml.xml
===================================================================
--- en/reference/xmlreader/xmlreader/readouterxml.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/readouterxml.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>string</type><methodname>XMLReader::readOuterXML</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>XMLReader::readOuterXML</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/read.xml
===================================================================
--- en/reference/xmlreader/xmlreader/read.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/read.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::read</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::read</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/setschema.xml
===================================================================
--- en/reference/xmlreader/xmlreader/setschema.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/setschema.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>XMLReader::setSchema</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>XMLReader::setSchema</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/xmlreader/xmlreader/setparserproperty.xml
===================================================================
--- en/reference/xmlreader/xmlreader/setparserproperty.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/setparserproperty.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::setParserProperty</methodname>
<methodparam><type>int</type><parameter>property</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/setrelaxngschemasource.xml
===================================================================
--- en/reference/xmlreader/xmlreader/setrelaxngschemasource.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/setrelaxngschemasource.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::setRelaxNGSchemaSource</methodname>
<methodparam><type>string</type><parameter>source</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/next.xml
===================================================================
--- en/reference/xmlreader/xmlreader/next.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/next.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>bool</type>
<methodname>XMLReader::next</methodname>
<methodparam choice="opt"><type>string</type><parameter>localname</parameter></methodparam>
Index: en/reference/xmlreader/xmlreader/expand.xml
===================================================================
--- en/reference/xmlreader/xmlreader/expand.xml (revision 330515)
+++ en/reference/xmlreader/xmlreader/expand.xml (working copy)
@@ -8,6 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
+ <modifier>public</modifier>
<type>DOMNode</type>
<methodname>XMLReader::expand</methodname>
<methodparam choice="opt"><type>DOMNode</type><parameter>basenode</parameter></methodparam>
Index: en/reference/reflection/reflectionclass/construct.xml
===================================================================
--- en/reference/reflection/reflectionclass/construct.xml (revision 330515)
+++ en/reference/reflection/reflectionclass/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>ReflectionClass::__construct</methodname>
+ <modifier>public</modifier> <methodname>ReflectionClass::__construct</methodname>
<methodparam><type>mixed</type><parameter>argument</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/reflection/reflectionextension/construct.xml
===================================================================
--- en/reference/reflection/reflectionextension/construct.xml (revision 330515)
+++ en/reference/reflection/reflectionextension/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>ReflectionExtension::__construct</methodname>
+ <modifier>public</modifier> <methodname>ReflectionExtension::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/reflection/reflectionproperty/construct.xml
===================================================================
--- en/reference/reflection/reflectionproperty/construct.xml (revision 330515)
+++ en/reference/reflection/reflectionproperty/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>ReflectionProperty::__construct</methodname>
+ <modifier>public</modifier> <methodname>ReflectionProperty::__construct</methodname>
<methodparam><type>mixed</type><parameter>class</parameter></methodparam>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
Index: en/reference/reflection/reflectionzendextension/construct.xml
===================================================================
--- en/reference/reflection/reflectionzendextension/construct.xml (revision 330515)
+++ en/reference/reflection/reflectionzendextension/construct.xml (working copy)
@@ -10,7 +10,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <methodname>ReflectionZendExtension::__construct</methodname>
+ <modifier>public</modifier> <methodname>ReflectionZendExtension::__construct</methodname>
<methodparam><type>string</type><parameter>name</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/fileinfo/functions/finfo-open.xml
===================================================================
--- en/reference/fileinfo/functions/finfo-open.xml (revision 330515)
+++ en/reference/fileinfo/functions/finfo-open.xml (working copy)
@@ -17,7 +17,7 @@
</methodsynopsis>
<para>&style.oop; (constructor):</para>
<constructorsynopsis>
- <methodname>finfo::__construct</methodname>
+ <modifier>public</modifier> <methodname>finfo::__construct</methodname>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>magic_file</parameter><initializer>&null;</initializer></methodparam>
</constructorsynopsis>
Index: en/reference/fileinfo/functions/finfo-set-flags.xml
===================================================================
--- en/reference/fileinfo/functions/finfo-set-flags.xml (revision 330515)
+++ en/reference/fileinfo/functions/finfo-set-flags.xml (working copy)
@@ -17,7 +17,7 @@
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>bool</type><methodname>finfo::set_flags</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>finfo::set_flags</methodname>
<methodparam><type>int</type><parameter>options</parameter></methodparam>
</methodsynopsis>
Index: en/reference/fileinfo/functions/finfo-buffer.xml
===================================================================
--- en/reference/fileinfo/functions/finfo-buffer.xml (revision 330515)
+++ en/reference/fileinfo/functions/finfo-buffer.xml (working copy)
@@ -19,7 +19,7 @@
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>string</type><methodname>finfo::buffer</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>finfo::buffer</methodname>
<methodparam><type>string</type><parameter>string</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
Index: en/reference/fileinfo/functions/finfo-file.xml
===================================================================
--- en/reference/fileinfo/functions/finfo-file.xml (revision 330515)
+++ en/reference/fileinfo/functions/finfo-file.xml (working copy)
@@ -19,7 +19,7 @@
</methodsynopsis>
<para>&style.oop;</para>
<methodsynopsis role="oop">
- <type>string</type><methodname>finfo::file</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>finfo::file</methodname>
<methodparam><type>string</type><parameter>file_name</parameter><initializer>&null;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>options</parameter><initializer>FILEINFO_NONE</initializer></methodparam>
<methodparam choice="opt"><type>resource</type><parameter>context</parameter><initializer>&null;</initializer></methodparam>
Index: en/reference/simplexml/simplexmliterator/haschildren.xml
===================================================================
--- en/reference/simplexml/simplexmliterator/haschildren.xml (revision 330515)
+++ en/reference/simplexml/simplexmliterator/haschildren.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SimpleXMLIterator::hasChildren</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SimpleXMLIterator::hasChildren</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/simplexml/simplexmliterator/getchildren.xml
===================================================================
--- en/reference/simplexml/simplexmliterator/getchildren.xml (revision 330515)
+++ en/reference/simplexml/simplexmliterator/getchildren.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>SimpleXMLIterator</type><methodname>SimpleXMLIterator::getChildren</methodname>
+ <modifier>public</modifier> <type>SimpleXMLIterator</type><methodname>SimpleXMLIterator::getChildren</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/simplexml/simplexmliterator/key.xml
===================================================================
--- en/reference/simplexml/simplexmliterator/key.xml (revision 330515)
+++ en/reference/simplexml/simplexmliterator/key.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>mixed</type><methodname>SimpleXMLIterator::key</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SimpleXMLIterator::key</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/simplexml/simplexmliterator/rewind.xml
===================================================================
--- en/reference/simplexml/simplexmliterator/rewind.xml (revision 330515)
+++ en/reference/simplexml/simplexmliterator/rewind.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SimpleXMLIterator::rewind</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SimpleXMLIterator::rewind</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/simplexml/simplexmliterator/next.xml
===================================================================
--- en/reference/simplexml/simplexmliterator/next.xml (revision 330515)
+++ en/reference/simplexml/simplexmliterator/next.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>void</type><methodname>SimpleXMLIterator::next</methodname>
+ <modifier>public</modifier> <type>void</type><methodname>SimpleXMLIterator::next</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/simplexml/simplexmliterator/valid.xml
===================================================================
--- en/reference/simplexml/simplexmliterator/valid.xml (revision 330515)
+++ en/reference/simplexml/simplexmliterator/valid.xml (working copy)
@@ -8,7 +8,7 @@
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
- <type>bool</type><methodname>SimpleXMLIterator::valid</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SimpleXMLIterator::valid</methodname>
<void/>
</methodsynopsis>
<para>
Index: en/reference/snmp/snmp/setsecurity.xml
===================================================================
--- en/reference/snmp/snmp/setsecurity.xml (revision 330515)
+++ en/reference/snmp/snmp/setsecurity.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>SNMP::setSecurity</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SNMP::setSecurity</methodname>
<methodparam><type>string</type><parameter>sec_level</parameter></methodparam>
<methodparam choice="opt"><type>string</type><parameter>auth_protocol</parameter><initializer></initializer></methodparam>
<methodparam choice="opt"><type>string</type><parameter>auth_passphrase</parameter><initializer></initializer></methodparam>
Index: en/reference/snmp/snmp/construct.xml
===================================================================
--- en/reference/snmp/snmp/construct.xml (revision 330515)
+++ en/reference/snmp/snmp/construct.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<constructorsynopsis>
- <methodname>SNMP::__construct</methodname>
+ <modifier>public</modifier> <methodname>SNMP::__construct</methodname>
<methodparam><type>int</type><parameter>version</parameter></methodparam>
<methodparam><type>string</type><parameter>hostname</parameter></methodparam>
<methodparam><type>string</type><parameter>community</parameter></methodparam>
Index: en/reference/snmp/snmp/close.xml
===================================================================
--- en/reference/snmp/snmp/close.xml (revision 330515)
+++ en/reference/snmp/snmp/close.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>SNMP::close</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SNMP::close</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/snmp/snmp/geterrno.xml
===================================================================
--- en/reference/snmp/snmp/geterrno.xml (revision 330515)
+++ en/reference/snmp/snmp/geterrno.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>int</type><methodname>SNMP::getErrno</methodname>
+ <modifier>public</modifier> <type>int</type><methodname>SNMP::getErrno</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/snmp/snmp/geterror.xml
===================================================================
--- en/reference/snmp/snmp/geterror.xml (revision 330515)
+++ en/reference/snmp/snmp/geterror.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>string</type><methodname>SNMP::getError</methodname>
+ <modifier>public</modifier> <type>string</type><methodname>SNMP::getError</methodname>
<void />
</methodsynopsis>
<para>
Index: en/reference/snmp/snmp/set.xml
===================================================================
--- en/reference/snmp/snmp/set.xml (revision 330515)
+++ en/reference/snmp/snmp/set.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>bool</type><methodname>SNMP::set</methodname>
+ <modifier>public</modifier> <type>bool</type><methodname>SNMP::set</methodname>
<methodparam><type>mixed</type><parameter>object_id</parameter></methodparam>
<methodparam><type>mixed</type><parameter>type</parameter></methodparam>
<methodparam><type>mixed</type><parameter>value</parameter></methodparam>
Index: en/reference/snmp/snmp/getnext.xml
===================================================================
--- en/reference/snmp/snmp/getnext.xml (revision 330515)
+++ en/reference/snmp/snmp/getnext.xml (working copy)
@@ -13,7 +13,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>mixed</type><methodname>SNMP::getnext</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SNMP::getnext</methodname>
<methodparam><type>mixed</type><parameter>object_id</parameter></methodparam>
</methodsynopsis>
<para>
Index: en/reference/snmp/snmp/walk.xml
===================================================================
--- en/reference/snmp/snmp/walk.xml (revision 330515)
+++ en/reference/snmp/snmp/walk.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>array</type><methodname>SNMP::walk</methodname>
+ <modifier>public</modifier> <type>array</type><methodname>SNMP::walk</methodname>
<methodparam><type>string</type><parameter>object_id</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>suffix_as_key</parameter><initializer>&false;</initializer></methodparam>
<methodparam choice="opt"><type>int</type><parameter>max_repetitions</parameter></methodparam>
Index: en/reference/snmp/snmp/get.xml
===================================================================
--- en/reference/snmp/snmp/get.xml (revision 330515)
+++ en/reference/snmp/snmp/get.xml (working copy)
@@ -11,7 +11,7 @@
&reftitle.description;
<methodsynopsis role="oop">
- <type>mixed</type><methodname>SNMP::get</methodname>
+ <modifier>public</modifier> <type>mixed</type><methodname>SNMP::get</methodname>
<methodparam><type>mixed</type><parameter>object_id</parameter></methodparam>
<methodparam choice="opt"><type>bool</type><parameter>preserve_keys</parameter><initializer>false</initializer></methodparam>
</methodsynopsis>
$ php modifiers.php modifiers.diff
SplHeap::current
✔ public
SplHeap::top
✔ public
SplHeap::insert
✔ public
SplHeap::compare
✔ abstract
✔ protected
SplHeap::count
✔ public
SplHeap::key
✔ public
SplHeap::rewind
✔ public
SplHeap::extract
✔ public
SplHeap::isEmpty
✔ public
SplHeap::next
✔ public
SplHeap::recoverFromCorruption
✔ public
SplHeap::valid
✔ public
RecursiveCachingIterator::__construct
✔ public
RecursiveCachingIterator::hasChildren
✔ public
RecursiveCachingIterator::getChildren
✔ public
FilterIterator::current
✔ public
FilterIterator::__construct
✔ public
FilterIterator::getInnerIterator
✔ public
FilterIterator::key
✔ public
FilterIterator::rewind
✔ public
FilterIterator::next
✔ public
FilterIterator::accept
✔ public
✔ abstract
FilterIterator::valid
✔ public
SplDoublyLinkedList::unshift
✔ public
SplDoublyLinkedList::current
✔ public
SplDoublyLinkedList::offsetExists
✔ public
SplDoublyLinkedList::offsetGet
✔ public
SplDoublyLinkedList::count
✔ public
SplDoublyLinkedList::key
✔ public
SplDoublyLinkedList::rewind
✔ public
SplDoublyLinkedList::isEmpty
✔ public
SplDoublyLinkedList::getIteratorMode
✔ public
SplDoublyLinkedList::pop
✔ public
SplDoublyLinkedList::valid
✔ public
SplDoublyLinkedList::offsetSet
✔ public
SplDoublyLinkedList::top
✔ public
SplDoublyLinkedList::bottom
✔ public
SplDoublyLinkedList::offsetUnset
✔ public
SplDoublyLinkedList::setIteratorMode
✔ public
SplDoublyLinkedList::prev
✔ public
SplDoublyLinkedList::shift
✔ public
SplDoublyLinkedList::next
✔ public
SplDoublyLinkedList::push
✔ public
SplPriorityQueue::current
✔ public
SplPriorityQueue::top
✔ public
SplPriorityQueue::setExtractFlags
✔ public
SplPriorityQueue::insert
✔ public
SplPriorityQueue::compare
✔ public
SplPriorityQueue::count
✔ public
SplPriorityQueue::key
✔ public
SplPriorityQueue::rewind
✔ public
SplPriorityQueue::extract
✔ public
SplPriorityQueue::isEmpty
✔ public
SplPriorityQueue::next
✔ public
SplPriorityQueue::recoverFromCorruption
✔ public
SplPriorityQueue::valid
✔ public
SplTempFileObject::__construct
✔ public
SplMinHeap::compare
✔ protected
SplMaxHeap::compare
✔ protected
Collator::getAttribute
✔ public
Collator::create
✔ public
✔ static
Collator::__construct
✔ public
Collator::compare
✔ public
Collator::setStrength
✔ public
Collator::sort
✔ public
Collator::asort
✔ public
Collator::getErrorMessage
✔ public
Collator::getSortKey
✔ public
Collator::getStrength
✔ public
Collator::getLocale
✔ public
Collator::setAttribute
✔ public
Collator::getErrorCode
✔ public
Collator::sortWithSortKeys
✔ public
ResourceBundle::getLocales
✔ public
ResourceBundle::create
✔ public
✔ static
ResourceBundle::__construct
✔ public
ResourceBundle::count
✔ public
ResourceBundle::getErrorMessage
✔ public
ResourceBundle::getErrorCode
✔ public
ResourceBundle::get
✔ public
Locale::getPrimaryLanguage
✔ public
✔ static
Locale::getScript
✔ public
✔ static
Locale::getDisplayScript
✔ public
✔ static
Locale::getDisplayVariant
✔ public
✔ static
Locale::getKeywords
✔ public
✔ static
Locale::getDisplayName
✔ public
✔ static
Locale::getRegion
✔ public
✔ static
Locale::getDefault
✔ public
✔ static
Locale::composeLocale
✔ public
✔ static
Locale::getDisplayLanguage
✔ public
✔ static
Locale::getDisplayRegion
✔ public
✔ static
Locale::filterMatches
✔ public
✔ static
Locale::parseLocale
✔ public
✔ static
Locale::lookup
✔ public
✔ static
Locale::getAllVariants
✔ public
✔ static
Locale::acceptFromHttp
✔ public
✔ static
Locale::setDefault
✔ public
✔ static
IntlDateFormatter::getCalendar
✔ public
IntlDateFormatter::setLenient
✔ public
IntlDateFormatter::format
✔ public
IntlDateFormatter::getErrorMessage
✔ public
IntlDateFormatter::getPattern
✔ public
IntlDateFormatter::getDateType
✔ public
IntlDateFormatter::getTimeZoneId
✔ public
IntlDateFormatter::setCalendar
✔ public
IntlDateFormatter::create
✔ public
✔ static
IntlDateFormatter::__construct
✔ public
IntlDateFormatter::setPattern
✔ public
IntlDateFormatter::isLenient
✔ public
IntlDateFormatter::localtime
✔ public
IntlDateFormatter::parse
✔ public
IntlDateFormatter::getLocale
✔ public
IntlDateFormatter::getTimeType
✔ public
IntlDateFormatter::setTimeZoneId
✔ public
IntlDateFormatter::getErrorCode
✔ public
MessageFormatter::create
✔ public
✔ static
MessageFormatter::create
✔ static
MessageFormatter::__construct
✔ public
MessageFormatter::setPattern
✔ public
MessageFormatter::format
✔ public
MessageFormatter::getErrorMessage
✔ public
MessageFormatter::formatMessage
✔ public
✔ static
MessageFormatter::getPattern
✔ public
MessageFormatter::parse
✔ public
MessageFormatter::getLocale
✔ public
MessageFormatter::parseMessage
✔ public
✔ static
MessageFormatter::getErrorCode
✔ public
NumberFormatter::formatCurrency
✔ public
NumberFormatter::getAttribute
✔ public
NumberFormatter::getSymbol
✔ public
NumberFormatter::format
✔ public
NumberFormatter::getErrorMessage
✔ public
NumberFormatter::getPattern
✔ public
NumberFormatter::setAttribute
✔ public
NumberFormatter::setSymbol
✔ public
NumberFormatter::getTextAttribute
✔ public
NumberFormatter::parseCurrency
✔ public
NumberFormatter::create
✔ public
✔ static
NumberFormatter::__construct
✔ public
NumberFormatter::setPattern
✔ public
NumberFormatter::parse
✔ public
NumberFormatter::getLocale
✔ public
NumberFormatter::setTextAttribute
✔ public
NumberFormatter::getErrorCode
✔ public
Normalizer::normalize
✔ public
✔ static
Normalizer::isNormalized
✔ public
✔ static
DOMImplementation::createDocument
✔ public
DOMImplementation::createDocumentType
✔ public
DOMImplementation::hasFeature
✔ public
DOMComment::__construct
✔ public
DOMDocumentFragment::appendXML
✔ public
DOMProcessingInstruction::__construct
✔ public
DOMElement::setAttributeNS
✔ public
DOMElement::removeAttribute
✔ public
DOMElement::removeAttributeNS
✔ public
DOMElement::__construct
✔ public
DOMElement::setAttributeNode
✔ public
DOMElement::setAttributeNodeNS
✔ public
DOMElement::removeAttributeNode
✔ public
DOMElement::setIdAttribute
✔ public
DOMElement::setIdAttributeNS
✔ public
DOMElement::hasAttribute
✔ public
DOMElement::hasAttributeNS
✔ public
DOMElement::setIdAttributeNode
✔ public
DOMElement::getAttribute
✔ public
DOMElement::getAttributeNS
✔ public
DOMElement::getElementsByTagName
✔ public
DOMElement::getElementsByTagNameNS
✔ public
DOMElement::getAttributeNode
✔ public
DOMElement::getAttributeNodeNS
✔ public
DOMElement::setAttribute
✔ public
DOMEntityReference::__construct
✔ public
DOMAttr::__construct
✔ public
DOMAttr::isId
✔ public
DOMDocument::importNode
✔ public
DOMDocument::saveHTML
✔ public
DOMDocument::createComment
✔ public
DOMDocument::createDocumentFragment
✔ public
DOMDocument::createAttributeNS
✔ public
DOMDocument::schemaValidateSource
✔ public
DOMDocument::relaxNGValidateSource
✔ public
DOMDocument::normalizeDocument
✔ public
DOMDocument::loadXML
✔ public
DOMDocument::getElementById
✔ public
DOMDocument::createProcessingInstruction
✔ public
DOMDocument::loadHTMLFile
✔ public
DOMDocument::getElementsByTagNameNS
✔ public
DOMDocument::relaxNGValidate
✔ public
DOMDocument::schemaValidate
✔ public
DOMDocument::createElement
✔ public
DOMDocument::load
✔ public
DOMDocument::createEntityReference
✔ public
DOMDocument::registerNodeClass
✔ public
DOMDocument::saveHTMLFile
✔ public
DOMDocument::__construct
✔ public
DOMDocument::createCDATASection
✔ public
DOMDocument::createAttribute
✔ public
DOMDocument::validate
✔ public
DOMDocument::save
✔ public
DOMDocument::loadHTML
✔ public
DOMDocument::getElementsByTagName
✔ public
DOMDocument::xinclude
✔ public
DOMDocument::createElementNS
✔ public
DOMDocument::createTextNode
✔ public
DOMDocument::saveXML
✔ public
SQLite3::version
✔ public
✔ static
SQLite3::escapeString
✔ public
✔ static
PDO::__construct
✔ public
PDO::errorCode
✔ public
PDO::exec
✔ public
PDO::commit
✔ public
PDO::rollBack
✔ public
PDO::beginTransaction
✔ public
PDO::quote
✔ public
PDO::prepare
✔ public
PDO::getAttribute
✔ public
PDO::errorInfo
✔ public
PDO::lastInsertId
✔ public
PDO::query
✔ public
PDO::query
✔ public
PDO::query
✔ public
PDO::query
✔ public
PDO::inTransaction
✔ public
PDO::getAvailableDrivers
✔ public
✔ static
PDO::setAttribute
✔ public
PDOStatement::rowCount
✔ public
PDOStatement::debugDumpParams
✔ public
PDOStatement::fetchObject
✔ public
PDOStatement::nextRowset
✔ public
PDOStatement::fetchAll
✔ public
PDOStatement::errorCode
✔ public
PDOStatement::fetch
✔ public
PDOStatement::bindColumn
✔ public
PDOStatement::bindParam
✔ public
PDOStatement::execute
✔ public
PDOStatement::closeCursor
✔ public
PDOStatement::getAttribute
✔ public
PDOStatement::getColumnMeta
✔ public
PDOStatement::errorInfo
✔ public
PDOStatement::columnCount
✔ public
PDOStatement::fetchColumn
✔ public
PDOStatement::bindValue
✔ public
PDOStatement::setFetchMode
✔ public
PDOStatement::setFetchMode
✔ public
PDOStatement::setFetchMode
✔ public
PDOStatement::setFetchMode
✔ public
PDOStatement::setAttribute
✔ public
Phar::setSignatureAlgorithm
✔ public
Phar::addFile
✔ public
Phar::setMetadata
✔ public
Phar::buildFromDirectory
✔ public
Phar::running
✔ final
✔ public
✔ static
Phar::getMetadata
✔ public
Phar::setSignatureAlgorithm
✔ public
Phar::getVersion
✔ public
Phar::convertToExecutable
✔ public
Phar::startBuffering
✔ public
Phar::offsetGet
✔ public
Phar::decompressFiles
✔ public
Phar::addFile
✔ public
Phar::getSupportedSignatures
✔ final
✔ public
✔ static
Phar::loadPhar
✔ final
✔ public
✔ static
Phar::setMetadata
✔ public
Phar::buildFromIterator
✔ public
Phar::getSignature
✔ public
Phar::delete
✔ public
Phar::offsetSet
✔ public
Phar::isBuffering
✔ public
Phar::addFromString
✔ public
Phar::setAlias
✔ public
Phar::addEmptyDir
✔ public
Phar::getSupportedCompression
✔ final
✔ public
✔ static
Phar::stopBuffering
✔ public
Phar::canCompress
✔ final
✔ public
✔ static
Phar::getStub
✔ public
Phar::compressFiles
✔ public
Phar::apiVersion
✔ final
✔ public
✔ static
Phar::getModified
✔ public
Phar::isFileFormat
✔ public
Phar::__construct
✔ public
Phar::offsetExists
✔ public
Phar::count
✔ public
Phar::mapPhar
✔ final
✔ public
✔ static
Phar::webPhar
✔ final
✔ public
✔ static
Phar::setStub
✔ public
Phar::compress
✔ public
Phar::interceptFileFuncs
✔ final
✔ public
✔ static
Phar::mungServer
✔ final
✔ public
✔ static
Phar::setDefaultStub
✔ public
Phar::isCompressed
✔ public
Phar::mount
✔ final
✔ public
✔ static
Phar::unlinkArchive
✔ final
✔ public
✔ static
Phar::decompress
✔ public
Phar::offsetUnset
✔ public
Phar::isWritable
✔ public
Phar::delMetadata
✔ public
Phar::createDefaultStub
✔ final
✔ public
✔ static
Phar::isValidPharFilename
✔ final
✔ public
✔ static
Phar::buildFromDirectory
✔ public
Phar::copy
✔ public
Phar::canWrite
✔ final
✔ public
✔ static
Phar::hasMetadata
✔ public
Phar::convertToData
✔ public
Phar::extractTo
✔ public
PharFileInfo::getMetadata
✔ public
PharFileInfo::__construct
✔ public
PharFileInfo::chmod
✔ public
PharFileInfo::compress
✔ public
PharFileInfo::setMetadata
✔ public
PharFileInfo::getCompressedSize
✔ public
PharFileInfo::isCompressed
✔ public
PharFileInfo::decompress
✔ public
PharFileInfo::delMetadata
✔ public
PharFileInfo::getPharFlags
✔ public
PharFileInfo::isCRCChecked
✔ public
PharFileInfo::getCRC32
✔ public
PharFileInfo::hasMetadata
✔ public
XMLReader::moveToElement
✔ public
XMLReader::lookupNamespace
✔ public
XMLReader::readInnerXML
✔ public
XMLReader::moveToAttributeNo
✔ public
XMLReader::isValid
✔ public
XMLReader::moveToNextAttribute
✔ public
XMLReader::moveToAttribute
✔ public
XMLReader::setRelaxNGSchema
✔ public
XMLReader::moveToAttributeNs
✔ public
XMLReader::getAttributeNo
✔ public
XMLReader::xml
✔ public
XMLReader::open
✔ public
XMLReader::getParserProperty
✔ public
XMLReader::readString
✔ public
XMLReader::getAttribute
✔ public
XMLReader::getAttributeNs
✔ public
XMLReader::close
✔ public
XMLReader::moveToFirstAttribute
✔ public
XMLReader::readOuterXML
✔ public
XMLReader::read
✔ public
XMLReader::setSchema
✔ public
XMLReader::setParserProperty
✔ public
XMLReader::setRelaxNGSchemaSource
✔ public
XMLReader::next
✔ public
XMLReader::expand
✔ public
ReflectionClass::__construct
✔ public
ReflectionExtension::__construct
✔ public
ReflectionProperty::__construct
✔ public
ReflectionZendExtension::__construct
✔ public
finfo::set_flags
✔ public
finfo::buffer
✔ public
finfo::file
✔ public
SimpleXMLIterator::hasChildren
✔ public
SimpleXMLIterator::getChildren
✔ public
SimpleXMLIterator::key
✔ public
SimpleXMLIterator::rewind
✔ public
SimpleXMLIterator::next
✔ public
SimpleXMLIterator::valid
✔ public
#!/usr/bin/env php
<?php
/*
* Simple script for testing https://gist.github.com/whatthejeff/5790970
*
* Usage: php %s file.diff
*/
class Line
{
private $doc;
private $method;
private $methodName;
private $className;
private $modifiers = array();
public function __construct($line) {
$this->doc = new DOMDocument();
$this->doc->loadXML('<method>' . $line . '</method>');
$this->method = $this->doc->getElementsByTagName('methodname')->item(0)->nodeValue;
list($this->className, $this->methodName) = explode('::', $this->method);
foreach($this->doc->getElementsByTagName('modifier') as $modifier) {
$this->modifiers[] = $modifier->nodeValue;
}
}
public function getModifiers() {
return $this->modifiers;
}
public function getMethod() {
return $this->method;
}
public function getClassName() {
return $this->className;
}
public function getMethodName() {
return $this->methodName;
}
}
class Diff implements IteratorAggregate
{
private $contents = array();
public function __construct($filename) {
if(!is_readable($filename)) {
throw new Exception(sprintf('%s is not readable', $filename));
}
$diff = file($filename);
foreach($diff as $index => $line) {
if($line[0] === '+' && strpos($line, '<modifier>') !== false) {
$line = trim($line);
while(strpos($line, '<methodname>') === false) {
$line .= trim($diff[++$index]);
}
$this->contents[] = $line;
}
}
}
public function getIterator() {
return new ArrayIterator($this->contents);
}
}
if($argc !== 2) {
error_log(sprintf('Usage: php %s file.diff', $argv[0]));
exit(2);
}
try {
$diff = new Diff($argv[1]);
} catch (Exception $exception) {
error_log(sprintf('%s: %s', $argv[0], $exception->getMessage()));
exit(2);
}
foreach($diff as $line) {
$line = new Line($line);
if(method_exists($line->getClassName(), $line->getMethodName())) {
$reflection = new ReflectionMethod($line->getClassName(), $line->getMethodName());
print $line->getMethod() . "\n";
foreach($line->getModifiers() as $modifier) {
$modifier_method = 'is' . $modifier;
printf(" %s %s\n", $reflection->$modifier_method() ? '✔' : '✘', $modifier);
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment