diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-09-27 09:53:30 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-09-27 09:53:30 +0200 |
commit | e1b1ec15512da9b13fb12ff04b98e4cc840b65a1 (patch) | |
tree | dba2ae012f7609ed6b995adff0ee32a971f3ee34 /REFLECTION |
php-pecl-protobuf: 3.1.0a1 (alpha, php 5 only, new package)
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 345 |
1 files changed, 345 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..9383f89 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,345 @@ +Extension [ <persistent> extension #16 protobuf version 3.1.0a1 ] { + + - Classes [8] { + Class [ <internal:protobuf> class Google\Protobuf\Internal\MapField implements ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:protobuf, ctor> public method __construct ] { + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $newval ] + } + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:protobuf, prototype Countable> public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:protobuf, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method append ] { + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] { + + - Parameters [2] { + Parameter #0 [ <required> $index ] + Parameter #1 [ <required> $newval ] + } + } + + Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] { + + - Parameters [1] { + Parameter #0 [ <required> $index ] + } + } + + Method [ <internal:protobuf, prototype Countable> public method count ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:protobuf> 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 [ <internal:protobuf> class Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ <internal:protobuf> public method encode ] { + } + + Method [ <internal:protobuf> public method decode ] { + } + + Method [ <internal:protobuf> protected method readOneof ] { + } + + Method [ <internal:protobuf> protected method writeOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\DescriptorPool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method getGeneratedPool ] { + } + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:protobuf> public method internalAddGeneratedFile ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\Descriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\EnumDescriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBUtil ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [12] { + Method [ <internal:protobuf> static public method checkInt32 ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkUint32 ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkInt64 ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkUint64 ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkEnum ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkFloat ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkDouble ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkBool ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkString ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkBytes ] { + + - Parameters [1] { + Parameter #0 [ <required> &$val ] + } + } + + Method [ <internal:protobuf> static public method checkMessage ] { + + - Parameters [2] { + Parameter #0 [ <required> &$val ] + Parameter #1 [ <required> $klass ] + } + } + + Method [ <internal:protobuf> static public method checkRepeatedField ] { + + - Parameters [3] { + Parameter #0 [ <required> &$val ] + Parameter #1 [ <required> $type ] + Parameter #2 [ <optional> $klass ] + } + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + } +} + |