From e1b1ec15512da9b13fb12ff04b98e4cc840b65a1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Sep 2016 09:53:30 +0200 Subject: php-pecl-protobuf: 3.1.0a1 (alpha, php 5 only, new package) --- REFLECTION | 345 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 345 insertions(+) create mode 100644 REFLECTION (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..9383f89 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,345 @@ +Extension [ extension #16 protobuf version 3.1.0a1 ] { + + - Classes [8] { + Class [ class Google\Protobuf\Internal\MapField implements ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ public method __construct ] { + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + } + + Method [ public method append ] { + } + + Method [ public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ $index ] + Parameter #1 [ $newval ] + } + } + + Method [ public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ $index ] + } + } + + Method [ public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ class Google\Protobuf\Internal\GPBType ] { + + - Constants [18] { + Constant [ integer DOUBLE ] { 1 } + Constant [ integer FLOAT ] { 2 } + Constant [ integer INT64 ] { 3 } + Constant [ integer UINT64 ] { 4 } + Constant [ integer INT32 ] { 5 } + Constant [ integer FIXED64 ] { 6 } + Constant [ integer FIXED32 ] { 7 } + Constant [ integer BOOL ] { 8 } + Constant [ integer STRING ] { 9 } + Constant [ integer GROUP ] { 10 } + Constant [ integer MESSAGE ] { 11 } + Constant [ integer BYTES ] { 12 } + Constant [ integer UINT32 ] { 13 } + Constant [ integer ENUM ] { 14 } + Constant [ integer SFIXED32 ] { 15 } + Constant [ integer SFIXED64 ] { 16 } + Constant [ integer SINT32 ] { 17 } + Constant [ integer SINT64 ] { 18 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method encode ] { + } + + Method [ public method decode ] { + } + + Method [ protected method readOneof ] { + } + + Method [ protected method writeOneof ] { + } + } + } + + Class [ class Google\Protobuf\Internal\DescriptorPool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ static public method getGeneratedPool ] { + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ public method internalAddGeneratedFile ] { + } + } + } + + Class [ class Google\Protobuf\Internal\Descriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Google\Protobuf\Internal\EnumDescriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ class Google\Protobuf\Internal\GPBUtil ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [12] { + Method [ static public method checkInt32 ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkUint32 ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkInt64 ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkUint64 ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkEnum ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkFloat ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkDouble ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkBool ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkString ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkBytes ] { + + - Parameters [1] { + Parameter #0 [ &$val ] + } + } + + Method [ static public method checkMessage ] { + + - Parameters [2] { + Parameter #0 [ &$val ] + Parameter #1 [ $klass ] + } + } + + Method [ static public method checkRepeatedField ] { + + - Parameters [3] { + Parameter #0 [ &$val ] + Parameter #1 [ $type ] + Parameter #2 [ $klass ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + -- cgit