summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
committerRemi Collet <fedora@famillecollet.com>2014-05-17 17:19:42 +0200
commitfb507825af4f87fdcfd0742d43cae6d315b90bee (patch)
treeb9aac10ee59a360554241fe1ff7de1e0844b31ed
parent60064191d84853ba6423cbdfba1d40999993b30f (diff)
php-pecl-*: add Reflection file
-rw-r--r--REFLECTION1955
1 files changed, 1955 insertions, 0 deletions
diff --git a/REFLECTION b/REFLECTION
new file mode 100644
index 0000000..48f723f
--- /dev/null
+++ b/REFLECTION
@@ -0,0 +1,1955 @@
+Extension [ <persistent> extension #116 protocolbuffers version 0.2.6 ] {
+
+ - INI {
+ Entry [ protocolbuffers.strict_mode <ALL> ]
+ Current = '1'
+ }
+ Entry [ protocolbuffers.validate_string <ALL> ]
+ Current = '1'
+ }
+ }
+
+ - Classes [39] {
+ Class [ <internal:protocolbuffers> class ProtocolBuffers ] {
+
+ - Constants [26] {
+ Constant [ integer WIRETYPE_VARINT ] { 0 }
+ Constant [ integer WIRETYPE_FIXED64 ] { 1 }
+ Constant [ integer WIRETYPE_LENGTH_DELIMITED ] { 2 }
+ Constant [ integer WIRETYPE_START_GROUP ] { 3 }
+ Constant [ integer WIRETYPE_END_GROUP ] { 4 }
+ Constant [ integer WIRETYPE_FIXED32 ] { 5 }
+ Constant [ integer TYPE_DOUBLE ] { 1 }
+ Constant [ integer TYPE_FLOAT ] { 2 }
+ Constant [ integer TYPE_INT64 ] { 3 }
+ Constant [ integer TYPE_UINT64 ] { 4 }
+ Constant [ integer TYPE_INT32 ] { 5 }
+ Constant [ integer TYPE_FIXED64 ] { 6 }
+ Constant [ integer TYPE_FIXED32 ] { 7 }
+ Constant [ integer TYPE_BOOL ] { 8 }
+ Constant [ integer TYPE_STRING ] { 9 }
+ Constant [ integer TYPE_GROUP ] { 10 }
+ Constant [ integer TYPE_MESSAGE ] { 11 }
+ Constant [ integer TYPE_BYTES ] { 12 }
+ Constant [ integer TYPE_UINT32 ] { 13 }
+ Constant [ integer TYPE_ENUM ] { 14 }
+ Constant [ integer TYPE_SFIXED32 ] { 15 }
+ Constant [ integer TYPE_SFIXED64 ] { 16 }
+ Constant [ integer TYPE_SINT32 ] { 17 }
+ Constant [ integer TYPE_SINT64 ] { 18 }
+ Constant [ integer MAX_FIELD_TYPE ] { 18 }
+ Constant [ string PHP_MESSAGE_OPTION ] { php }
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:protocolbuffers> static public method decode ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $class_name ]
+ Parameter #1 [ <optional> $bytes ]
+ Parameter #2 [ <optional> $descriptor ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method encode ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersInvalidByteSequenceException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersInvalidByteSequenceException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersInvalidProtocolBufferException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersInvalidProtocolBufferException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersUninitializedMessageException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersUninitializedMessageException extends Exception ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> protected $message ]
+ Property [ <default> protected $code ]
+ Property [ <default> protected $file ]
+ Property [ <default> protected $line ]
+ }
+
+ - Methods [9] {
+ Method [ <internal:Core, inherits Exception, ctor> <visibility error> method __construct ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <optional> $message ]
+ Parameter #1 [ <optional> $code ]
+ Parameter #2 [ <optional> $previous ]
+ }
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getMessage ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getCode ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getFile ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getLine ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTrace ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getPrevious ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] {
+ }
+
+ Method [ <internal:Core, inherits Exception> public method __toString ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $fields ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $tag ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getFields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method dump ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $fields ]
+ }
+
+ - Methods [5] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $tag ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getFields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method dump ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersFieldDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $params ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getName ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getDefault ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method isExtension ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersFieldDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [5] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $params ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getName ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getDefault ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method isExtension ] {
+ }
+ }
+ }
+
+ Interface [ <internal:protocolbuffers> interface ProtocolBuffersDescribable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protocolbuffers> abstract static public method getDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:protocolbuffers> interface ProtocolBuffersDescribable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protocolbuffers> abstract static public method getDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:protocolbuffers> interface ProtocolBuffersEnumDescribable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protocolbuffers> abstract static public method getEnumDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Interface [ <internal:protocolbuffers> interface ProtocolBuffersDescribable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protocolbuffers> abstract static public method getDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:protocolbuffers> <iterateable> abstract class ProtocolBuffersMessage implements Iterator, Traversable, ProtocolBuffersDescribable, JsonSerializable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:protocolbuffers> static public method parseFromString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers, inherits ProtocolBuffersDescribable> abstract static public method getDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [26] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $params ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method serializeToString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method mergeFrom ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $message ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method clear ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method clearAll ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method mutable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setFrom ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $params ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method append ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method hasExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setExtension ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method clearExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method discardUnknownFields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getUnknownFieldSet ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method containerOf ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype JsonSerializable> public method jsonSerialize ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method toArray ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method current ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method key ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method next ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method rewind ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method valid ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $args ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> <iterateable> abstract class ProtocolBuffersMessage implements Iterator, Traversable, ProtocolBuffersDescribable, JsonSerializable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [2] {
+ Method [ <internal:protocolbuffers> static public method parseFromString ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $string ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers, inherits ProtocolBuffersDescribable> abstract static public method getDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [26] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $params ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method serializeToString ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method mergeFrom ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $message ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method clear ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <optional> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method clearAll ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method has ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method get ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method mutable ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method set ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setFrom ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $params ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method append ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method hasExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setExtension ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method clearExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method discardUnknownFields ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getUnknownFieldSet ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method containerOf ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype JsonSerializable> public method jsonSerialize ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method toArray ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method current ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method key ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method next ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method rewind ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method valid ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method __call ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $name ]
+ Parameter #1 [ <required> $args ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersMessageOptions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> public $extensions ]
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers> public method getExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersMessageOptions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> public $extensions ]
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers> public method getExtension ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> abstract class ProtocolBuffersEnum implements ProtocolBuffersEnumDescribable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [3] {
+ Method [ <internal:protocolbuffers> static public method isValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method getName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers, inherits ProtocolBuffersEnumDescribable> abstract static public method getEnumDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> abstract class ProtocolBuffersEnum implements ProtocolBuffersEnumDescribable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [3] {
+ Method [ <internal:protocolbuffers> static public method isValid ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method getName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers, inherits ProtocolBuffersEnumDescribable> abstract static public method getEnumDescriptor ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersEnumDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersEnumDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersEnumValueDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ <default> protected $name ]
+ Property [ <default> protected $value ]
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersEnumValueDescriptor ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [2] {
+ Property [ <default> protected $name ]
+ Property [ <default> protected $value ]
+ }
+
+ - Methods [1] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersEnumDescriptorBuilder ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $values ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method addValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> $force_add ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method build ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersEnumDescriptorBuilder ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $values ]
+ }
+
+ - Methods [3] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method addValue ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $value ]
+ Parameter #1 [ <optional> $force_add ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method build ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersPHPMessageOptions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> public $use_single_property ]
+ Property [ <default> public $single_property_name ]
+ Property [ <default> public $process_unknown_fields ]
+ Property [ <default> public $use_wakeup_and_sleep ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:protocolbuffers> public method setUseSingleProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $use ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setUseWakeupAndSleep ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setSinglePropertyName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setProcessUnknownFields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $use ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersPHPMessageOptions ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> public $use_single_property ]
+ Property [ <default> public $single_property_name ]
+ Property [ <default> public $process_unknown_fields ]
+ Property [ <default> public $use_wakeup_and_sleep ]
+ }
+
+ - Methods [4] {
+ Method [ <internal:protocolbuffers> public method setUseSingleProperty ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $use ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setUseWakeupAndSleep ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setSinglePropertyName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setProcessUnknownFields ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $use ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersDescriptorBuilder ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> public $name ]
+ Property [ <default> public $fields ]
+ Property [ <default> public $options ]
+ Property [ <default> public $extension_ranges ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method addField ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> $force_add ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method build ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method addExtensionRange ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $begin ]
+ Parameter #1 [ <required> $end ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getOptions ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersDescriptorBuilder ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [4] {
+ Property [ <default> public $name ]
+ Property [ <default> public $fields ]
+ Property [ <default> public $options ]
+ Property [ <default> public $extension_ranges ]
+ }
+
+ - Methods [7] {
+ Method [ <internal:protocolbuffers, ctor> public method __construct ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method addField ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $field ]
+ Parameter #2 [ <optional> $force_add ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getName ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method setName ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $name ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method build ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method addExtensionRange ] {
+
+ - Parameters [2] {
+ Parameter #0 [ <required> $begin ]
+ Parameter #1 [ <required> $end ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getOptions ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersUnknownField ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:protocolbuffers> public method getNumber ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method isVarint ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method isFixed64 ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method isLengthDelimited ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method isFixed32 ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsVarintList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsLengthDelimitedList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsFloatList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsDoubleList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsFixed32List ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsFixed64List ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersUnknownField ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [12] {
+ Method [ <internal:protocolbuffers> public method getNumber ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getType ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method isVarint ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method isFixed64 ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method isLengthDelimited ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method isFixed32 ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsVarintList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsLengthDelimitedList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsFloatList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsDoubleList ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsFixed32List ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getAsFixed64List ] {
+
+ - Parameters [0] {
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> <iterateable> class ProtocolBuffersUnknownFieldSet implements Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $fields ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:protocolbuffers> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method addField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $unknown_field ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method current ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method key ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method next ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method rewind ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method valid ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> <iterateable> class ProtocolBuffersUnknownFieldSet implements Iterator, Traversable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [1] {
+ Property [ <default> protected $fields ]
+ }
+
+ - Methods [8] {
+ Method [ <internal:protocolbuffers> public method count ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method getField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> public method addField ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $unknown_field ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method current ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method key ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method next ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method rewind ] {
+ }
+
+ Method [ <internal:protocolbuffers, prototype Iterator> public method valid ] {
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [7] {
+ Method [ <internal:protocolbuffers> static public method writeVarint32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method writeVarint64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagEncode32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagDecode32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagEncode64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagDecode64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method debugZval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zval ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:protocolbuffers> class ProtocolBuffersHelper ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [7] {
+ Method [ <internal:protocolbuffers> static public method writeVarint32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method writeVarint64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagEncode32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagDecode32 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagEncode64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method zigzagDecode64 ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $value ]
+ }
+ }
+
+ Method [ <internal:protocolbuffers> static public method debugZval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $zval ]
+ }
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [0] {
+ }
+ }
+
+ Class [ <internal:protocolbuffers> final class ProtocolBuffersExtensionRegistry ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protocolbuffers> static public method getInstance ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $message_class_name ]
+ Parameter #1 [ <required> $extension ]
+ Parameter #2 [ <required> $descriptor ]
+ }
+ }
+ }
+ }
+
+ Class [ <internal:protocolbuffers> final class ProtocolBuffersExtensionRegistry ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [1] {
+ Method [ <internal:protocolbuffers> static public method getInstance ] {
+ }
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [2] {
+ Method [ <internal:protocolbuffers, ctor> private method __construct ] {
+ }
+
+ Method [ <internal:protocolbuffers> public method add ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $message_class_name ]
+ Parameter #1 [ <required> $extension ]
+ Parameter #2 [ <required> $descriptor ]
+ }
+ }
+ }
+ }
+ }
+}
+