summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-16 07:40:51 +0200
committerRemi Collet <remi@remirepo.net>2020-07-16 07:40:51 +0200
commitfe5db7991ffb37a63386d2e4951e4d5c449732cb (patch)
treed318a574c9b493bd3d5830983a8ae1d7295d9d86
parent3229c6a1b4976864332bbdc75227c044e905d950 (diff)
update to 4.0.0RC1HEADmaster
rename to php-pecl-protobuf4 raise dependency on PHP 7
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2558
-rw-r--r--php-pecl-protobuf4.spec24
3 files changed, 151 insertions, 2433 deletions
diff --git a/PHPINFO b/PHPINFO
index 016f363..2ad311f 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,7 +1,7 @@
protobuf
-Version => 3.12.3
+Version => 4.0.0RC1
Directive => Local Value => Master Value
protobuf.keep_descriptor_pool_after_request => 0 => 0
diff --git a/REFLECTION b/REFLECTION
index 2f4b4ff..54a7bd9 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
+Extension [ <persistent> extension #116 protobuf version 4.0.0RC1 ] {
- Dependencies {
Dependency [ date (Optional) ]
@@ -10,114 +10,17 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
}
}
- - Classes [54] {
- Class [ <internal:protobuf> class Google\Protobuf\DescriptorPool ] {
+ - Functions {
+ Function [ <internal:protobuf> function protobuf_internal_loadbundled ] {
- - 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 ] {
- }
+ - Parameters [1] {
+ Parameter #0 [ <required> $class_name ]
}
}
+ }
- Class [ <internal:protobuf> class Google\Protobuf\FieldDescriptor ] {
+ - Classes [14] {
+ Class [ <internal:protobuf> final class Google\Protobuf\Internal\Arena ] {
- Constants [0] {
}
@@ -131,279 +34,11 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ] {
+ Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] {
- Constants [0] {
}
@@ -467,7 +102,7 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
}
}
- Class [ <internal:protobuf> <iterateable> class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] {
+ Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] {
- Constants [0] {
}
@@ -516,7 +151,8 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBUtil ] {
- - Constants [0] {
+ - Constants [1] {
+ Constant [ public string TYPE_URL_PREFIX ] { type.googleapis.com/ }
}
- Static properties [0] {
@@ -524,300 +160,42 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ] {
}
}
@@ -828,380 +206,7 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
}
}
- 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 ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\OneofDescriptor ] {
- Constants [0] {
}
@@ -1212,157 +217,22 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ]
+ - Properties [0] {
}
- - Methods [23] {
- Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- }
-
+ - Methods [3] {
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> public method getField ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ Method [ <internal:protobuf> public method getFieldCount ] {
}
}
}
- Class [ <internal:protobuf> class Google\Protobuf\EnumValue extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\EnumValueDescriptor ] {
- Constants [0] {
}
@@ -1373,100 +243,19 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- Static methods [0] {
}
- - Properties [3] {
- Property [ <default> private $name ]
- Property [ <default> private $number ]
- Property [ <default> private $options ]
+ - Properties [0] {
}
- - Methods [19] {
- Method [ <internal:protobuf, overwrites Google\Protobuf\Internal\Message, ctor> public method __construct ] {
- }
-
+ - Methods [2] {
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 ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\EnumDescriptor ] {
- Constants [0] {
}
@@ -1477,290 +266,22 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ] {
+ - Methods [3] {
+ Method [ <internal:protobuf> public method getPublicDescriptor ] {
}
- }
- }
-
- 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 getValueCount ] {
}
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 ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\Descriptor ] {
- Constants [0] {
}
@@ -1774,343 +295,31 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ] {
+ - Methods [7] {
+ Method [ <internal:protobuf> public method getClass ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] {
+ Method [ <internal:protobuf> public method getFullName ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ Method [ <internal:protobuf> public method getField ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ Method [ <internal:protobuf> public method getFieldCount ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+ Method [ <internal:protobuf> public method getOneofDecl ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
+ Method [ <internal:protobuf> public method getOneofDeclCount ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ Method [ <internal:protobuf> public method getPublicDescriptor ] {
}
}
}
- Class [ <internal:protobuf> class Google\Protobuf\Mixin extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\FieldDescriptor ] {
- Constants [0] {
}
@@ -2121,160 +330,34 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ] {
- }
-
+ - Methods [7] {
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> public method getNumber ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ Method [ <internal:protobuf> public method getLabel ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ Method [ <internal:protobuf> public method getType ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+ Method [ <internal:protobuf> public method isMap ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
+ Method [ <internal:protobuf> public method getEnumType ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ Method [ <internal:protobuf> public method getMessageType ] {
}
}
}
- Class [ <internal:protobuf> class Google\Protobuf\SourceContext extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> final class Google\Protobuf\Internal\DescriptorPool ] {
- Constants [0] {
}
@@ -2282,127 +365,50 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ] {
+ - Static methods [1] {
+ Method [ <internal:protobuf> static public method getGeneratedPool ] {
}
}
- }
- 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 ]
+ - Properties [0] {
}
- - 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 ] {
+ - Methods [4] {
+ Method [ <internal:protobuf> public method getDescriptorByClassName ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+ Method [ <internal:protobuf> public method getDescriptorByProtoName ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
+ Method [ <internal:protobuf> public method getEnumDescriptorByClassName ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ Method [ <internal:protobuf> public method internalAddGeneratedFile ] {
}
}
}
- Class [ <internal:protobuf> class Google\Protobuf\Struct extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> class Google\Protobuf\Internal\GPBType ] {
- - Constants [0] {
+ - 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] {
@@ -2411,76 +417,6 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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] {
}
@@ -2488,7 +424,7 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
}
}
- Class [ <internal:protobuf> class Google\Protobuf\Timestamp extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\MapField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] {
- Constants [0] {
}
@@ -2499,233 +435,57 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- 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 ]
+ - Properties [0] {
}
- - 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 ] {
+ - Methods [7] {
+ Method [ <internal:protobuf, ctor> public method __construct ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
- }
+ Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] {
- }
+ Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- }
+ Method [ <internal:protobuf, prototype ArrayAccess> public method offsetSet ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] {
+ - Parameters [2] {
+ Parameter #0 [ <required> $index ]
+ Parameter #1 [ <required> $newval ]
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] {
- }
+ Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ - Parameters [1] {
+ Parameter #0 [ <required> $index ]
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
- }
+ Method [ <internal:protobuf, prototype Countable> public method count ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+ - Parameters [0] {
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
- }
+ Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ - Parameters [0] {
+ }
}
}
}
- Class [ <internal:protobuf> class Google\Protobuf\UInt64Value extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> <iterateable> final class Google\Protobuf\Internal\MapFieldIter implements Iterator, Traversable ] {
- Constants [0] {
}
@@ -2736,59 +496,43 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ <default> private $value ]
+ - Properties [0] {
}
- - 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 ] {
- }
+ - Methods [5] {
+ Method [ <internal:protobuf, prototype Iterator> public method rewind ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] {
+ - Parameters [0] {
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
- }
+ Method [ <internal:protobuf, prototype Iterator> public method current ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] {
+ - Parameters [0] {
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] {
- }
+ Method [ <internal:protobuf, prototype Iterator> public method key ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ - Parameters [0] {
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
- }
+ Method [ <internal:protobuf, prototype Iterator> public method next ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+ - Parameters [0] {
+ }
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
- }
+ Method [ <internal:protobuf, prototype Iterator> public method valid ] {
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ - Parameters [0] {
+ }
}
}
}
- Class [ <internal:protobuf> class Google\Protobuf\Value extends Google\Protobuf\Internal\Message ] {
+ Class [ <internal:protobuf> class Google\Protobuf\Internal\Message ] {
- Constants [0] {
}
@@ -2799,87 +543,47 @@ Extension [ <persistent> extension #116 protobuf version 3.12.3 ] {
- Static methods [0] {
}
- - Properties [1] {
- Property [ <default> private $kind ]
+ - Properties [0] {
}
- - 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 ] {
+ - Methods [13] {
+ Method [ <internal:protobuf> public method clear ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method clear ] {
+ Method [ <internal:protobuf> public method discardUnknownFields ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method discardUnknownFields ] {
+ Method [ <internal:protobuf> public method serializeToString ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToString ] {
+ Method [ <internal:protobuf> public method mergeFromString ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromString ] {
+ Method [ <internal:protobuf> public method serializeToJsonString ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method serializeToJsonString ] {
+ Method [ <internal:protobuf> public method mergeFromJsonString ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFromJsonString ] {
+ Method [ <internal:protobuf> public method mergeFrom ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> public method mergeFrom ] {
+ Method [ <internal:protobuf> protected method readWrapperValue ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readWrapperValue ] {
+ Method [ <internal:protobuf> protected method writeWrapperValue ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeWrapperValue ] {
+ Method [ <internal:protobuf> protected method readOneof ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method readOneof ] {
+ Method [ <internal:protobuf> protected method writeOneof ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method writeOneof ] {
+ Method [ <internal:protobuf> protected method whichOneof ] {
}
- Method [ <internal:protobuf, inherits Google\Protobuf\Internal\Message> protected method whichOneof ] {
+ Method [ <internal:protobuf, ctor> protected method __construct ] {
}
}
}
diff --git a/php-pecl-protobuf4.spec b/php-pecl-protobuf4.spec
index 95370f7..d91016b 100644
--- a/php-pecl-protobuf4.spec
+++ b/php-pecl-protobuf4.spec
@@ -1,4 +1,4 @@
-# remirepo spec file for php-pecl-protobuf
+# remirepo spec file for php-pecl-protobuf4
#
# Copyright (c) 2016-2020 Remi Collet
# License: CC-BY-SA
@@ -22,11 +22,11 @@
%else
%global ini_name 40-%{pecl_name}.ini
%endif
-%global upstream_version 3.12.3
-#global upstream_prever RC2
+%global upstream_version 4.0.0
+%global upstream_prever RC1
Summary: Mechanism for serializing structured data
-Name: %{?sub_prefix}php-pecl-%{pecl_name}
+Name: %{?sub_prefix}php-pecl-%{pecl_name}4
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: BSD
@@ -50,7 +50,16 @@ Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{relea
Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
%endif
-%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
+%if 0%{?fedora} >= 33 || 0%{?rhel} >= 9 || "%{php_version}" > "8.0"
+Obsoletes: %{?scl_prefix}php-pecl-%{pecl_name} < 4
+Provides: %{?scl_prefix}php-pecl-%{pecl_name} = %{version}-%{release}
+Provides: %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa} = %{version}-%{release}
+%else
+# A single version can be installed
+Conflicts: %{?scl_prefix}php-pecl-%{pecl_name} < 5
+%endif
+
+%if "%{?packager}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}
# Other third party repo stuff
%if "%{php_version}" > "7.2"
Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
@@ -213,6 +222,11 @@ fi
%changelog
+* Thu Jul 16 2020 Remi Collet <remi@remirepo.net> - 4.0.0~RC1-1
+- update to 4.0.0RC1
+- rename to php-pecl-protobuf4
+- raise dependency on PHP 7
+
* Thu Jul 16 2020 Remi Collet <remi@remirepo.net> - 3.12.3-1
- update to 3.12.3 (no change)