From 27bdedc8c424ca208c379d31a8b8d178c2161788 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 May 2017 07:03:12 +0200 Subject: v3.3.0 --- REFLECTION | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 89 insertions(+), 8 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 9383f89..14ff6ba 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,6 +1,6 @@ -Extension [ extension #16 protobuf version 3.1.0a1 ] { +Extension [ extension #117 protobuf version 3.3.0 ] { - - Classes [8] { + - Classes [9] { Class [ class Google\Protobuf\Internal\MapField implements ArrayAccess, Countable ] { - Constants [0] { @@ -56,7 +56,7 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { } } - Class [ class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, Countable ] { + Class [ class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } @@ -70,7 +70,7 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { - Properties [0] { } - - Methods [7] { + - Methods [8] { Method [ public method __construct ] { } @@ -111,6 +111,59 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { - Parameters [0] { } } + + Method [ public method getIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ public method rewind ] { + + - Parameters [0] { + } + } + + Method [ public method current ] { + + - Parameters [0] { + } + } + + Method [ public method key ] { + + - Parameters [0] { + } + } + + Method [ public method next ] { + + - Parameters [0] { + } + } + + Method [ public method valid ] { + + - Parameters [0] { + } + } } } @@ -164,11 +217,23 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { - Properties [0] { } - - Methods [4] { - Method [ public method encode ] { + - Methods [10] { + Method [ public method clear ] { + } + + Method [ public method serializeToString ] { } - Method [ public method decode ] { + Method [ public method mergeFromString ] { + } + + Method [ public method jsonEncode ] { + } + + Method [ public method jsonDecode ] { + } + + Method [ public method mergeFrom ] { } Method [ protected method readOneof ] { @@ -176,6 +241,12 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { Method [ protected method writeOneof ] { } + + Method [ protected method whichOneof ] { + } + + Method [ protected method __construct ] { + } } } @@ -245,7 +316,7 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { - Static properties [0] { } - - Static methods [12] { + - Static methods [13] { Method [ static public method checkInt32 ] { - Parameters [1] { @@ -324,6 +395,16 @@ Extension [ extension #16 protobuf version 3.1.0a1 ] { } } + Method [ static public method checkMapField ] { + + - Parameters [4] { + Parameter #0 [ &$val ] + Parameter #1 [ $key_type ] + Parameter #2 [ $value_type ] + Parameter #3 [ $klass ] + } + } + Method [ static public method checkRepeatedField ] { - Parameters [3] { -- cgit