Skip to content

Commit

Permalink
Update PHP classes and interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
theseer committed Dec 15, 2016
1 parent 0dc0638 commit de5a06f
Show file tree
Hide file tree
Showing 560 changed files with 18,150 additions and 815 deletions.
2 changes: 1 addition & 1 deletion dependencies/php/classes/APCIterator.xml
Expand Up @@ -60,4 +60,4 @@
<return type="void"/>
</docblock>
</method>
</class>
</class>
62 changes: 62 additions & 0 deletions dependencies/php/classes/APCUIterator.xml
@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="APCUIterator" namespace="" name="APCUIterator">
<implements name="Iterator" full="Iterator"/>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Constructs an APCUIterator iterator object"/>
<return type="void"/>
</docblock>
<parameter name="search" optional="true" byreference="false" type="object" class="mixed"/>
<parameter name="format" optional="true" byreference="false" type="int"/>
<parameter name="chunk_size" optional="true" byreference="false" type="int"/>
<parameter name="list" optional="true" byreference="false" type="int"/>
</constructor>
<method name="current" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get current item"/>
<return type="mixed"/>
</docblock>
</method>
<method name="getTotalCount" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get total count"/>
<return type="int"/>
</docblock>
</method>
<method name="getTotalHits" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get total cache hits"/>
<return type="int"/>
</docblock>
</method>
<method name="getTotalSize" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get total cache size"/>
<return type="int"/>
</docblock>
</method>
<method name="key" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get iterator key"/>
<return type="string"/>
</docblock>
</method>
<method name="next" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Move pointer to next item"/>
<return type="void"/>
</docblock>
</method>
<method name="rewind" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Rewinds iterator"/>
<return type="void"/>
</docblock>
</method>
<method name="valid" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Checks if current position is valid"/>
<return type="void"/>
</docblock>
</method>
</class>
4 changes: 2 additions & 2 deletions dependencies/php/classes/AppendIterator.xml
Expand Up @@ -23,7 +23,7 @@
<method name="getArrayIterator" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Gets the ArrayIterator"/>
<return type="void"/>
<return type="ArrayIterator"/>
</docblock>
</method>
<method name="getInnerIterator" abstract="false" static="false" visibility="public" final="false">
Expand Down Expand Up @@ -105,4 +105,4 @@
<return type="bool"/>
</docblock>
</method>
</class>
</class>
58 changes: 58 additions & 0 deletions dependencies/php/classes/ArithmeticError.xml
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="ArithmeticError" namespace="" name="ArithmeticError">
<extends name="Error" full="Error"/>
<method name="getMessage" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="getPrevious" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="Throwable"/>
</docblock>
</method>
<method name="getCode" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="mixed"/>
</docblock>
</method>
<method name="getFile" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="getLine" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="int"/>
</docblock>
</method>
<method name="getTrace" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="array"/>
</docblock>
</method>
<method name="getTraceAsString" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="__clone" abstract="false" static="false" final="true">
<docblock>
<description compact=""/>
<return type="void"/>
</docblock>
</method>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/ArrayIterator.xml
Expand Up @@ -158,4 +158,4 @@
<return type="bool"/>
</docblock>
</method>
</class>
</class>
4 changes: 2 additions & 2 deletions dependencies/php/classes/ArrayObject.xml
Expand Up @@ -120,7 +120,7 @@
<method name="serialize" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Serialize an ArrayObject"/>
<return type="void"/>
<return type="string"/>
</docblock>
</method>
<method name="setFlags" abstract="false" static="false" visibility="public" final="false">
Expand Down Expand Up @@ -158,4 +158,4 @@
</docblock>
<parameter name="serialized" optional="false" byreference="false" type="string"/>
</method>
</class>
</class>
58 changes: 58 additions & 0 deletions dependencies/php/classes/AssertionError.xml
@@ -0,0 +1,58 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class xmlns="http://xml.phpdox.net/src" full="AssertionError" namespace="" name="AssertionError">
<extends name="Error" full="Error"/>
<method name="getMessage" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="getPrevious" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="Throwable"/>
</docblock>
</method>
<method name="getCode" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="mixed"/>
</docblock>
</method>
<method name="getFile" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="getLine" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="int"/>
</docblock>
</method>
<method name="getTrace" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="array"/>
</docblock>
</method>
<method name="getTraceAsString" abstract="false" static="false" visibility="public" final="true">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact=""/>
<return type="string"/>
</docblock>
</method>
<method name="__clone" abstract="false" static="false" final="true">
<docblock>
<description compact=""/>
<return type="void"/>
</docblock>
</method>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/BadFunctionCallException.xml
Expand Up @@ -83,4 +83,4 @@
<return type="void"/>
</docblock>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/BadMethodCallException.xml
Expand Up @@ -83,4 +83,4 @@
<return type="void"/>
</docblock>
</method>
</class>
</class>
10 changes: 5 additions & 5 deletions dependencies/php/classes/CURLFile.xml
Expand Up @@ -3,24 +3,24 @@
<member name="name" static="false" visibility="public">
<default>null</default>
<docblock>
<description compact=""/>
<description compact="Name of the file to be uploaded."/>
</docblock>
</member>
<member name="mime" static="false" visibility="public">
<default>null</default>
<docblock>
<description compact=""/>
<description compact="MIME type of the file (default is application/octet-stream)."/>
</docblock>
</member>
<member name="postname" static="false" visibility="public">
<default>null</default>
<docblock>
<description compact=""/>
<description compact="The name of the file in the upload data (defaults to the name property)."/>
</docblock>
</member>
<constructor name="__construct" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Create the CURLFile object"/>
<description compact="Create a CURLFile object">Object oriented style</description>
<return type="void"/>
</docblock>
<parameter name="filename" optional="false" byreference="false" type="string"/>
Expand Down Expand Up @@ -65,4 +65,4 @@
<return type="void"/>
</docblock>
</method>
</class>
</class>
12 changes: 6 additions & 6 deletions dependencies/php/classes/CachingIterator.xml
Expand Up @@ -37,7 +37,7 @@
<return type="void"/>
</docblock>
<parameter name="iterator" optional="false" byreference="false" type="object" class="Iterator"/>
<parameter name="flags" optional="true" byreference="false" type="string"/>
<parameter name="flags" optional="true" byreference="false" type="int"/>
</constructor>
<method name="count" abstract="false" static="false" visibility="public" final="false">
<docblock>
Expand All @@ -53,14 +53,14 @@
</method>
<method name="getCache" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="The getCache purpose"/>
<return type="void"/>
<description compact="Retrieve the contents of the cache">Retrieve the contents of the cache.</description>
<return type="array"/>
</docblock>
</method>
<method name="getFlags" abstract="false" static="false" visibility="public" final="false">
<docblock>
<description compact="Get flags used"/>
<return type="void"/>
<return type="int"/>
</docblock>
</method>
<method name="getInnerIterator" abstract="false" static="false" visibility="public" final="false">
Expand Down Expand Up @@ -127,7 +127,7 @@
<description compact="The setFlags purpose"/>
<return type="void"/>
</docblock>
<parameter name="flags" optional="false" byreference="false" type="object" class="bitmask"/>
<parameter name="flags" optional="false" byreference="false" type="int"/>
</method>
<method name="__toString" abstract="false" static="false" visibility="public" final="false">
<docblock>
Expand All @@ -141,4 +141,4 @@
<return type="void"/>
</docblock>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/Cairo.xml
Expand Up @@ -31,4 +31,4 @@
<return type="string"/>
</docblock>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoAntialias.xml
Expand Up @@ -20,4 +20,4 @@
<var type="integer"/>
</docblock>
</constant>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoContent.xml
Expand Up @@ -15,4 +15,4 @@
<var type="integer"/>
</docblock>
</constant>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoContext.xml
Expand Up @@ -676,4 +676,4 @@
<parameter name="x" optional="false" byreference="false" type="string"/>
<parameter name="y" optional="false" byreference="false" type="string"/>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoException.xml
Expand Up @@ -83,4 +83,4 @@
<return type="void"/>
</docblock>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoExtend.xml
Expand Up @@ -20,4 +20,4 @@
<var type="integer"/>
</docblock>
</constant>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoFillRule.xml
Expand Up @@ -10,4 +10,4 @@
<var type="integer"/>
</docblock>
</constant>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoFilter.xml
Expand Up @@ -30,4 +30,4 @@
<var type="integer"/>
</docblock>
</constant>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoFontFace.xml
Expand Up @@ -18,4 +18,4 @@
<return type="int"/>
</docblock>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoFontOptions.xml
Expand Up @@ -84,4 +84,4 @@
<return type="int"/>
</docblock>
</method>
</class>
</class>
2 changes: 1 addition & 1 deletion dependencies/php/classes/CairoFontSlant.xml
Expand Up @@ -15,4 +15,4 @@
<var type="integer"/>
</docblock>
</constant>
</class>
</class>

0 comments on commit de5a06f

Please sign in to comment.