diff options
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | PHPINFO | 7 | ||||
-rw-r--r-- | REFLECTION | 2888 | ||||
-rw-r--r-- | php-pecl-protobuf4.spec | 348 |
5 files changed, 3256 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..01f0400 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +clog +package-*.xml +*.tgz +*.tar.bz2 +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..13af741 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +SRCDIR := $(shell pwd) +NAME := $(shell basename $(SRCDIR)) +include ../../../common/Makefile + @@ -0,0 +1,7 @@ + +protobuf + +Version => 3.12.3 + +Directive => Local Value => Master Value +protobuf.keep_descriptor_pool_after_request => 0 => 0 diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..2f4b4ff --- /dev/null +++ b/REFLECTION @@ -0,0 +1,2888 @@ +Extension [ <persistent> extension #116 protobuf version 3.12.3 ] { + + - Dependencies { + Dependency [ date (Optional) ] + } + + - INI { + Entry [ protobuf.keep_descriptor_pool_after_request <SYSTEM> ] + Current = '0' + } + } + + - Classes [54] { + Class [ <internal:protobuf> class Google\Protobuf\DescriptorPool ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method getGeneratedPool ] { + } + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:protobuf> public method getDescriptorByClassName ] { + } + + Method [ <internal:protobuf> public method getEnumDescriptorByClassName ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Descriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [6] { + Method [ <internal:protobuf> public method getClass ] { + } + + Method [ <internal:protobuf> public method getFullName ] { + } + + Method [ <internal:protobuf> public method getField ] { + } + + Method [ <internal:protobuf> public method getFieldCount ] { + } + + Method [ <internal:protobuf> public method getOneofDecl ] { + } + + Method [ <internal:protobuf> public method getOneofDeclCount ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\EnumDescriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method getValueCount ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\EnumValueDescriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [2] { + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method getNumber ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\FieldDescriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method getNumber ] { + } + + Method [ <internal:protobuf> public method getLabel ] { + } + + Method [ <internal:protobuf> public method getType ] { + } + + Method [ <internal:protobuf> public method isMap ] { + } + + Method [ <internal:protobuf> public method getEnumType ] { + } + + Method [ <internal:protobuf> public method getMessageType ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBType ] { + + - Constants [18] { + Constant [ public int DOUBLE ] { 1 } + Constant [ public int FLOAT ] { 2 } + Constant [ public int INT64 ] { 3 } + Constant [ public int UINT64 ] { 4 } + Constant [ public int INT32 ] { 5 } + Constant [ public int FIXED64 ] { 6 } + Constant [ public int FIXED32 ] { 7 } + Constant [ public int BOOL ] { 8 } + Constant [ public int STRING ] { 9 } + Constant [ public int GROUP ] { 10 } + Constant [ public int MESSAGE ] { 11 } + Constant [ public int BYTES ] { 12 } + Constant [ public int UINT32 ] { 13 } + Constant [ public int ENUM ] { 14 } + Constant [ public int SFIXED32 ] { 15 } + Constant [ public int SFIXED64 ] { 16 } + Constant [ public int SINT32 ] { 17 } + Constant [ public int SINT64 ] { 18 } + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + 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> <iterateable> class Google\Protobuf\Internal\MapField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + 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] { + } + } + + Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:protobuf> <iterateable> class Google\Protobuf\Internal\MapFieldIter implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:protobuf, prototype Iterator> public method rewind ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method current ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method key ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method next ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method valid ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:protobuf> public method clear ] { + } + + Method [ <internal:protobuf> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf> public method serializeToString ] { + } + + Method [ <internal:protobuf> public method mergeFromString ] { + } + + Method [ <internal:protobuf> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf> public method mergeFrom ] { + } + + Method [ <internal:protobuf> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf> protected method readOneof ] { + } + + Method [ <internal:protobuf> protected method writeOneof ] { + } + + Method [ <internal:protobuf> protected method whichOneof ] { + } + + Method [ <internal:protobuf, ctor> protected method __construct ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\OneofDescriptor ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method getField ] { + } + + Method [ <internal:protobuf> public method getFieldCount ] { + } + } + } + + Class [ <internal:protobuf> <iterateable> class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [8] { + 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] { + } + } + + Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:protobuf> <iterateable> class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [5] { + Method [ <internal:protobuf, prototype Iterator> public method rewind ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method current ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method key ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method next ] { + + - Parameters [0] { + } + } + + Method [ <internal:protobuf, prototype Iterator> public method valid ] { + + - Parameters [0] { + } + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBUtil ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [13] { + 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 checkMapField ] { + + - Parameters [4] { + Parameter #0 [ <required> &$val ] + Parameter #1 [ <required> $key_type ] + Parameter #2 [ <required> $value_type ] + Parameter #3 [ <optional> $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] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Any ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Api ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Duration ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\FieldMask ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\GPBEmpty ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\SourceContext ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Struct ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Timestamp ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Type ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class GPBMetadata\Google\Protobuf\Wrappers ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [1] { + Method [ <internal:protobuf> static public method initOnce ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Any extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> private $type_url ] + Property [ <default> private $value ] + } + + - Methods [20] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getTypeUrl ] { + } + + Method [ <internal:protobuf> public method setTypeUrl ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf> public method pack ] { + } + + Method [ <internal:protobuf> public method unpack ] { + } + + Method [ <internal:protobuf> public method is ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Api extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> private $name ] + Property [ <default> private $methods ] + Property [ <default> private $options ] + Property [ <default> private $version ] + Property [ <default> private $source_context ] + Property [ <default> private $mixins ] + Property [ <default> private $syntax ] + } + + - Methods [27] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getMethods ] { + } + + Method [ <internal:protobuf> public method setMethods ] { + } + + Method [ <internal:protobuf> public method getOptions ] { + } + + Method [ <internal:protobuf> public method setOptions ] { + } + + Method [ <internal:protobuf> public method getVersion ] { + } + + Method [ <internal:protobuf> public method setVersion ] { + } + + Method [ <internal:protobuf> public method getSourceContext ] { + } + + Method [ <internal:protobuf> public method setSourceContext ] { + } + + Method [ <internal:protobuf> public method getMixins ] { + } + + Method [ <internal:protobuf> public method setMixins ] { + } + + Method [ <internal:protobuf> public method getSyntax ] { + } + + Method [ <internal:protobuf> public method setSyntax ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\BoolValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\BytesValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\DoubleValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Duration extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> private $seconds ] + Property [ <default> private $nanos ] + } + + - Methods [17] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getSeconds ] { + } + + Method [ <internal:protobuf> public method setSeconds ] { + } + + Method [ <internal:protobuf> public method getNanos ] { + } + + Method [ <internal:protobuf> public method setNanos ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Enum extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [5] { + Property [ <default> private $name ] + Property [ <default> private $enumvalue ] + Property [ <default> private $options ] + Property [ <default> private $source_context ] + Property [ <default> private $syntax ] + } + + - Methods [23] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getEnumvalue ] { + } + + Method [ <internal:protobuf> public method setEnumvalue ] { + } + + Method [ <internal:protobuf> public method getOptions ] { + } + + Method [ <internal:protobuf> public method setOptions ] { + } + + Method [ <internal:protobuf> public method getSourceContext ] { + } + + Method [ <internal:protobuf> public method setSourceContext ] { + } + + Method [ <internal:protobuf> public method getSyntax ] { + } + + Method [ <internal:protobuf> public method setSyntax ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\EnumValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [3] { + Property [ <default> private $name ] + Property [ <default> private $number ] + Property [ <default> private $options ] + } + + - Methods [19] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getNumber ] { + } + + Method [ <internal:protobuf> public method setNumber ] { + } + + Method [ <internal:protobuf> public method getOptions ] { + } + + Method [ <internal:protobuf> public method setOptions ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Field\Cardinality ] { + + - Constants [4] { + Constant [ public int CARDINALITY_UNKNOWN ] { 0 } + Constant [ public int CARDINALITY_OPTIONAL ] { 1 } + Constant [ public int CARDINALITY_REQUIRED ] { 2 } + Constant [ public int CARDINALITY_REPEATED ] { 3 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:protobuf> static public method name ] { + } + + Method [ <internal:protobuf> static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Field extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [10] { + Property [ <default> private $kind ] + Property [ <default> private $cardinality ] + Property [ <default> private $number ] + Property [ <default> private $name ] + Property [ <default> private $type_url ] + Property [ <default> private $oneof_index ] + Property [ <default> private $packed ] + Property [ <default> private $options ] + Property [ <default> private $json_name ] + Property [ <default> private $default_value ] + } + + - Methods [33] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getKind ] { + } + + Method [ <internal:protobuf> public method setKind ] { + } + + Method [ <internal:protobuf> public method getCardinality ] { + } + + Method [ <internal:protobuf> public method setCardinality ] { + } + + Method [ <internal:protobuf> public method getNumber ] { + } + + Method [ <internal:protobuf> public method setNumber ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getTypeUrl ] { + } + + Method [ <internal:protobuf> public method setTypeUrl ] { + } + + Method [ <internal:protobuf> public method getOneofIndex ] { + } + + Method [ <internal:protobuf> public method setOneofIndex ] { + } + + Method [ <internal:protobuf> public method getPacked ] { + } + + Method [ <internal:protobuf> public method setPacked ] { + } + + Method [ <internal:protobuf> public method getOptions ] { + } + + Method [ <internal:protobuf> public method setOptions ] { + } + + Method [ <internal:protobuf> public method getJsonName ] { + } + + Method [ <internal:protobuf> public method setJsonName ] { + } + + Method [ <internal:protobuf> public method getDefaultValue ] { + } + + Method [ <internal:protobuf> public method setDefaultValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Field\Kind ] { + + - Constants [19] { + Constant [ public int TYPE_UNKNOWN ] { 0 } + Constant [ public int TYPE_DOUBLE ] { 1 } + Constant [ public int TYPE_FLOAT ] { 2 } + Constant [ public int TYPE_INT64 ] { 3 } + Constant [ public int TYPE_UINT64 ] { 4 } + Constant [ public int TYPE_INT32 ] { 5 } + Constant [ public int TYPE_FIXED64 ] { 6 } + Constant [ public int TYPE_FIXED32 ] { 7 } + Constant [ public int TYPE_BOOL ] { 8 } + Constant [ public int TYPE_STRING ] { 9 } + Constant [ public int TYPE_GROUP ] { 10 } + Constant [ public int TYPE_MESSAGE ] { 11 } + Constant [ public int TYPE_BYTES ] { 12 } + Constant [ public int TYPE_UINT32 ] { 13 } + Constant [ public int TYPE_ENUM ] { 14 } + Constant [ public int TYPE_SFIXED32 ] { 15 } + Constant [ public int TYPE_SFIXED64 ] { 16 } + Constant [ public int TYPE_SINT32 ] { 17 } + Constant [ public int TYPE_SINT64 ] { 18 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:protobuf> static public method name ] { + } + + Method [ <internal:protobuf> static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\FieldMask extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $paths ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getPaths ] { + } + + Method [ <internal:protobuf> public method setPaths ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\FloatValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\GPBEmpty extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [13] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Int32Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Int64Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\ListValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $values ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValues ] { + } + + Method [ <internal:protobuf> public method setValues ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Method extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [7] { + Property [ <default> private $name ] + Property [ <default> private $request_type_url ] + Property [ <default> private $request_streaming ] + Property [ <default> private $response_type_url ] + Property [ <default> private $response_streaming ] + Property [ <default> private $options ] + Property [ <default> private $syntax ] + } + + - Methods [27] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getRequestTypeUrl ] { + } + + Method [ <internal:protobuf> public method setRequestTypeUrl ] { + } + + Method [ <internal:protobuf> public method getRequestStreaming ] { + } + + Method [ <internal:protobuf> public method setRequestStreaming ] { + } + + Method [ <internal:protobuf> public method getResponseTypeUrl ] { + } + + Method [ <internal:protobuf> public method setResponseTypeUrl ] { + } + + Method [ <internal:protobuf> public method getResponseStreaming ] { + } + + Method [ <internal:protobuf> public method setResponseStreaming ] { + } + + Method [ <internal:protobuf> public method getOptions ] { + } + + Method [ <internal:protobuf> public method setOptions ] { + } + + Method [ <internal:protobuf> public method getSyntax ] { + } + + Method [ <internal:protobuf> public method setSyntax ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Mixin extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> private $name ] + Property [ <default> private $root ] + } + + - Methods [17] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getRoot ] { + } + + Method [ <internal:protobuf> public method setRoot ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\NullValue ] { + + - Constants [1] { + Constant [ public int NULL_VALUE ] { 0 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:protobuf> static public method name ] { + } + + Method [ <internal:protobuf> static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Option extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> private $name ] + Property [ <default> private $value ] + } + + - Methods [17] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\SourceContext extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $file_name ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getFileName ] { + } + + Method [ <internal:protobuf> public method setFileName ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\StringValue extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Struct extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $fields ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getFields ] { + } + + Method [ <internal:protobuf> public method setFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Syntax ] { + + - Constants [2] { + Constant [ public int SYNTAX_PROTO2 ] { 0 } + Constant [ public int SYNTAX_PROTO3 ] { 1 } + } + + - Static properties [0] { + } + + - Static methods [2] { + Method [ <internal:protobuf> static public method name ] { + } + + Method [ <internal:protobuf> static public method value ] { + } + } + + - Properties [0] { + } + + - Methods [0] { + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Timestamp extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [2] { + Property [ <default> private $seconds ] + Property [ <default> private $nanos ] + } + + - Methods [19] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method fromDateTime ] { + } + + Method [ <internal:protobuf> public method toDateTime ] { + } + + Method [ <internal:protobuf> public method getSeconds ] { + } + + Method [ <internal:protobuf> public method setSeconds ] { + } + + Method [ <internal:protobuf> public method getNanos ] { + } + + Method [ <internal:protobuf> public method setNanos ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Type extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [6] { + Property [ <default> private $name ] + Property [ <default> private $fields ] + Property [ <default> private $oneofs ] + Property [ <default> private $options ] + Property [ <default> private $source_context ] + Property [ <default> private $syntax ] + } + + - Methods [25] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getName ] { + } + + Method [ <internal:protobuf> public method setName ] { + } + + Method [ <internal:protobuf> public method getFields ] { + } + + Method [ <internal:protobuf> public method setFields ] { + } + + Method [ <internal:protobuf> public method getOneofs ] { + } + + Method [ <internal:protobuf> public method setOneofs ] { + } + + Method [ <internal:protobuf> public method getOptions ] { + } + + Method [ <internal:protobuf> public method setOptions ] { + } + + Method [ <internal:protobuf> public method getSourceContext ] { + } + + Method [ <internal:protobuf> public method setSourceContext ] { + } + + Method [ <internal:protobuf> public method getSyntax ] { + } + + Method [ <internal:protobuf> public method setSyntax ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\UInt32Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $value ] + } + + - Methods [15] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getValue ] { + } + + Method [ <internal:protobuf> public method setValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + + Class [ <internal:protobuf> class Google\Protobuf\Value extends Google\Protobuf\Internal\Message ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [1] { + Property [ <default> private $kind ] + } + + - Methods [26] { + Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] { + } + + Method [ <internal:protobuf> public method getNullValue ] { + } + + Method [ <internal:protobuf> public method setNullValue ] { + } + + Method [ <internal:protobuf> public method getNumberValue ] { + } + + Method [ <internal:protobuf> public method setNumberValue ] { + } + + Method [ <internal:protobuf> public method getStringValue ] { + } + + Method [ <internal:protobuf> public method setStringValue ] { + } + + Method [ <internal:protobuf> public method getBoolValue ] { + } + + Method [ <internal:protobuf> public method setBoolValue ] { + } + + Method [ <internal:protobuf> public method getStructValue ] { + } + + Method [ <internal:protobuf> public method setStructValue ] { + } + + Method [ <internal:protobuf> public method getListValue ] { + } + + Method [ <internal:protobuf> public method setListValue ] { + } + + Method [ <internal:protobuf> public method getKind ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] { + } + + Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] { + } + } + } + } +} + diff --git a/php-pecl-protobuf4.spec b/php-pecl-protobuf4.spec new file mode 100644 index 0000000..95370f7 --- /dev/null +++ b/php-pecl-protobuf4.spec @@ -0,0 +1,348 @@ +# remirepo spec file for php-pecl-protobuf +# +# Copyright (c) 2016-2020 Remi Collet +# License: CC-BY-SA +# http://creativecommons.org/licenses/by-sa/4.0/ +# +# Please, preserve the changelog entries +# + +# we don't want -z defs linker flag +%undefine _strict_symbol_defs_build + +%if 0%{?scl:1} +%global sub_prefix %{scl_prefix} +%scl_package php-pecl-protobuf +%endif + +%global pecl_name protobuf +%global with_zts 0 +%if "%{php_version}" < "5.6" +%global ini_name %{pecl_name}.ini +%else +%global ini_name 40-%{pecl_name}.ini +%endif +%global upstream_version 3.12.3 +#global upstream_prever RC2 + +Summary: Mechanism for serializing structured data +Name: %{?sub_prefix}php-pecl-%{pecl_name} +Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +License: BSD +URL: https://pecl.php.net/package/%{pecl_name} +Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz + +BuildRequires: %{?dtsprefix}gcc +BuildRequires: %{?scl_prefix}php-devel >= 5.5.9 +BuildRequires: %{?scl_prefix}php-pear + +Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} +Requires: %{?scl_prefix}php(api) = %{php_core_api} +%{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} + +Provides: %{?scl_prefix}php-%{pecl_name} = %{version} +Provides: %{?scl_prefix}php-%{pecl_name}%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +%if "%{?scl_prefix}" != "%{?sub_prefix}" +Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release} +Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release} +%endif + +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel} +# Other third party repo stuff +%if "%{php_version}" > "7.2" +Obsoletes: php72u-pecl-%{pecl_name} <= %{version} +Obsoletes: php72w-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "7.3" +Obsoletes: php73-pecl-%{pecl_name} <= %{version} +Obsoletes: php73w-pecl-%{pecl_name} <= %{version} +%endif +%if "%{php_version}" > "7.4" +Obsoletes: php74-pecl-%{pecl_name} <= %{version} +Obsoletes: php74w-pecl-%{pecl_name} <= %{version} +%endif +%endif + +%if 0%{?fedora} < 20 && 0%{?rhel} < 7 +# Filter shared private +%{?filter_provides_in: %filter_provides_in %{_libdir}/.*\.so$} +%{?filter_setup} +%endif + + +%description +Google's language-neutral, platform-neutral, extensible mechanism for +serializing structured data. + +See: https://developers.google.com/protocol-buffers/ + +Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')%{?scl: as Software Collection (%{scl})}. + + +%prep +%setup -q -c +mv %{pecl_name}-%{upstream_version}%{?upstream_prever} NTS + +# Don't install/register tests +sed -e 's/role="test"/role="src"/' \ + %{?_licensedir: -e '/LICENSE/s/role="doc"/role="src"/' } \ + %{!?_licensedir:-e '/LICENSE/s/role="src"/role="doc"/' } \ + -i package.xml + + +cd NTS +# Sanity check, really often broken +extver=$(sed -n '/#define PHP_PROTOBUF_VERSION/{s/.* "//;s/".*$//;p}' protobuf.h) +if test "x${extver}" != "x%{upstream_version}%{?upstream_prever}"; then + : Error: Upstream extension version is ${extver}, expecting %{upstream_version}%{?upstream_prever}. + exit 1 +fi +cd .. + +%if %{with_zts} +# duplicate for ZTS build +cp -pr NTS ZTS +%endif + +# Drop in the bit of configuration +cat > %{ini_name} << 'EOF' +; Enable %{pecl_name} extension module +extension = %{pecl_name}.so + +; Configuration +;protobuf.keep_descriptor_pool_after_request = 0 +EOF + + +%build +%{?dtsenable} + +cd NTS +%{_bindir}/phpize +%configure \ + --enable-protobuf \ + --with-php-config=%{_bindir}/php-config +make %{?_smp_mflags} + +%if %{with_zts} +cd ../ZTS +%{_bindir}/zts-phpize +%configure \ + --enable-protobuf \ + --with-php-config=%{_bindir}/zts-php-config +make %{?_smp_mflags} +%endif + + +%install +%{?dtsenable} + +# Install the NTS stuff +make -C NTS install INSTALL_ROOT=%{buildroot} +install -D -m 644 %{ini_name} %{buildroot}%{php_inidir}/%{ini_name} + +%if %{with_zts} +# Install the ZTS stuff +make -C ZTS install INSTALL_ROOT=%{buildroot} +install -D -m 644 %{ini_name} %{buildroot}%{php_ztsinidir}/%{ini_name} +%endif + +# Install the package XML file +install -D -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml + +# Test & Documentation +cd NTS +for i in $(grep 'role="test"' ../package.xml | sed -e 's/^.*name="//;s/".*$//') +do install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{pecl_name}/$i +done +for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//') +do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i +done + + +%check +: Minimal load test for NTS extension +%{__php} --no-php-ini \ + --define extension=%{buildroot}%{php_extdir}/%{pecl_name}.so \ + --modules | grep %{pecl_name} + +%if %{with_zts} +: Minimal load test for ZTS extension +%{__ztsphp} --no-php-ini \ + --define extension=%{buildroot}%{php_ztsextdir}/%{pecl_name}.so \ + --modules | grep %{pecl_name} + +%endif + + +%if 0%{?fedora} < 24 && 0%{?rhel} < 8 +# when pear installed alone, after us +%triggerin -- %{?scl_prefix}php-pear +if [ -x %{__pecl} ] ; then + %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : +fi + +# posttrans as pear can be installed after us +%posttrans +if [ -x %{__pecl} ] ; then + %{pecl_install} %{pecl_xmldir}/%{name}.xml >/dev/null || : +fi + +%postun +if [ $1 -eq 0 -a -x %{__pecl} ] ; then + %{pecl_uninstall} %{pecl_name} >/dev/null || : +fi +%endif + + +%files +%{?_licensedir:%license NTS/LICENSE} +%{!?_licensedir:%doc %{pecl_docdir}/%{pecl_name}} +%{pecl_xmldir}/%{name}.xml + +%config(noreplace) %{php_inidir}/%{ini_name} +%{php_extdir}/%{pecl_name}.so + +%if %{with_zts} +%config(noreplace) %{php_ztsinidir}/%{ini_name} +%{php_ztsextdir}/%{pecl_name}.so +%endif + + +%changelog +* Thu Jul 16 2020 Remi Collet <remi@remirepo.net> - 3.12.3-1 +- update to 3.12.3 (no change) + +* Thu May 28 2020 Remi Collet <remi@remirepo.net> - 3.12.2-1 +- update to 3.12.2 (no change) + +* Thu May 21 2020 Remi Collet <remi@remirepo.net> - 3.12.1-1 +- update to 3.12.1 + +* Mon May 18 2020 Remi Collet <remi@remirepo.net> - 3.12.0-1 +- update to 3.12.0 + +* Wed May 13 2020 Remi Collet <remi@remirepo.net> - 3.12.0~RC2-1 +- update to 3.12.0RC1 + +* Tue May 5 2020 Remi Collet <remi@remirepo.net> - 3.12.0~RC1-1 +- update to 3.12.0RC1 + +* Sat Feb 15 2020 Remi Collet <remi@remirepo.net> - 3.11.4-1 +- update to 3.11.4 + +* Tue Feb 4 2020 Remi Collet <remi@remirepo.net> - 3.11.3-1 +- update to 3.11.3 + +* Sat Dec 14 2019 Remi Collet <remi@remirepo.net> - 3.11.2-1 +- update to 3.11.2 + +* Tue Dec 3 2019 Remi Collet <remi@remirepo.net> - 3.11.1-1 +- update to 3.11.1 +- add patches for PHP 7.4 from + https://github.com/protocolbuffers/protobuf/pull/6968 + +* Tue Nov 26 2019 Remi Collet <remi@remirepo.net> - 3.11.0-1 +- update to 3.11.0 + +* Sat Nov 23 2019 Remi Collet <remi@remirepo.net> - 3.11.0~RC2-1 +- update to 3.11.0RC2 + +* Thu Nov 21 2019 Remi Collet <remi@remirepo.net> - 3.11.0~RC1-1 +- update to 3.11.0RC1 + https://github.com/protocolbuffers/protobuf/issues/6918 + +* Fri Oct 4 2019 Remi Collet <remi@remirepo.net> - 3.10.0-1 +- update to 3.10.0 + +* Fri Sep 6 2019 Remi Collet <remi@remirepo.net> - 3.10.0~RC1-1 +- update to 3.10.0RC1 +- see https://github.com/protocolbuffers/protobuf/issues/6624 + broken extension with 7.4.0RC1 + +* Wed Aug 7 2019 Remi Collet <remi@remirepo.net> - 3.9.1-1 +- update to 3.9.1 (no change) + +* Fri Jul 12 2019 Remi Collet <remi@remirepo.net> - 3.9.0-1 +- update to 3.9.0 + +* Thu Jun 27 2019 Remi Collet <remi@remirepo.net> - 3.9.0~RC1-1 +- update to 3.9.0RC1 + +* Wed May 29 2019 Remi Collet <remi@remirepo.net> - 3.8.0-1 +- update to 3.8.0 +- open https://github.com/protocolbuffers/protobuf/issues/6180 + PHP 7.4 support + +* Tue May 7 2019 Remi Collet <remi@remirepo.net> - 3.8.0~RC1-1 +- update to 3.8.0RC1 +- open https://github.com/protocolbuffers/protobuf/issues/6108 + missing file in pecl archive + +* Wed Mar 27 2019 Remi Collet <remi@remirepo.net> - 3.7.1-1 +- update to 3.7.1 + +* Fri Mar 1 2019 Remi Collet <remi@remirepo.net> - 3.7.0-1 +- update to 3.7.0 (GA) + +* Tue Feb 26 2019 Remi Collet <remi@remirepo.net> - 3.7.0~RC3-1 +- update to 3.7.0RC3 + +* Mon Feb 4 2019 Remi Collet <remi@remirepo.net> - 3.7.0~RC2-1 +- update to 3.7.0RC2 +- open https://github.com/protocolbuffers/protobuf/issues/5672 + please clarify stability state + +* Sat Aug 11 2018 Remi Collet <remi@remirepo.net> - 3.6.1-1 +- update to 3.6.1 +- drop patch merged upstream + +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 3.6.0-3 +- rebuild for 7.3.0alpha4 new ABI + +* Fri Jul 6 2018 Remi Collet <remi@remirepo.net> - 3.6.0-2 +- add patch for PHP 7.3 from + https://github.com/google/protobuf/pull/4873 + +* Thu Jun 7 2018 Remi Collet <remi@remirepo.net> - 3.6.0-1 +- update to 3.6.0 + +* Mon Jan 8 2018 Remi Collet <remi@remirepo.net> - 3.5.1.1-1 +- Update to 3.5.1.1 + +* Thu Dec 21 2017 Remi Collet <remi@remirepo.net> - 3.5.1-1 +- Update to 3.5.1 + +* Thu Dec 14 2017 Remi Collet <remi@remirepo.net> - 3.5.0.1-1 +- add upstream patch to drop timelib_update_ts need + +* Thu Dec 7 2017 Remi Collet <remi@remirepo.net> - 3.5.0.1-1 +- Update to 3.5.0.1 (still broken) + +* Tue Nov 21 2017 Remi Collet <remi@remirepo.net> - 3.5.0-1 +- Update to 3.5.0 +- open https://github.com/google/protobuf/issues/3929 + undefined symbol timelib_update_ts + +* Thu Aug 17 2017 Remi Collet <remi@remirepo.net> - 3.4.0-1 +- Update to 3.4.0 + +* Tue Jul 18 2017 Remi Collet <remi@remirepo.net> - 3.3.2-2 +- rebuild for PHP 7.2.0beta1 new API + +* Fri Jun 23 2017 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- Update to 3.3.2 + +* Fri May 5 2017 Remi Collet <remi@fedoraproject.org> - 3.3.0-1 +- update to 3.3.0 +- open https://github.com/google/protobuf/issues/3058 - PHP 7.1 + +* Tue Sep 27 2016 Remi Collet <remi@fedoraproject.org> - 3.1.0-0.1.a1 +- initial package, version 3.1.0a1 (alpha) +- open https://github.com/google/protobuf/issues/2185 - License +- open https://github.com/google/protobuf/issues/2185 - ZTS build +- open https://github.com/google/protobuf/issues/2185 - PHP 7 + |