Extension [ extension #116 protobuf version 3.13.0 ] { - Dependencies { Dependency [ date (Optional) ] } - INI { Entry [ protobuf.keep_descriptor_pool_after_request ] Current = '0' } } - Functions { Function [ function protobuf_internal_loadbundled ] { - Parameters [1] { Parameter #0 [ $class_name ] } } } - Classes [14] { Class [ final class Google\Protobuf\Internal\Arena ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [0] { } } Class [ final class Google\Protobuf\Internal\RepeatedField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [8] { Method [ public method __construct ] { - Parameters [2] { Parameter #0 [ $type ] Parameter #1 [ $class ] } } Method [ public method append ] { - Parameters [1] { Parameter #0 [ $newval ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $newval ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [0] { } } } } Class [ final class Google\Protobuf\Internal\RepeatedFieldIter implements Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ public method rewind ] { - Parameters [0] { } } Method [ public method current ] { - Parameters [0] { } } Method [ public method key ] { - Parameters [0] { } } Method [ public method next ] { - Parameters [0] { } } Method [ public method valid ] { - Parameters [0] { } } } } Class [ class Google\Protobuf\Internal\GPBUtil ] { - Constants [1] { Constant [ public string TYPE_URL_PREFIX ] { type.googleapis.com/ } } - Static properties [0] { } - Static methods [13] { Method [ static public method checkInt32 ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkUint32 ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkInt64 ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkUint64 ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkEnum ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkFloat ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkDouble ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkBool ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkString ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkBytes ] { - Parameters [1] { Parameter #0 [ $value ] } } Method [ static public method checkMessage ] { - Parameters [2] { Parameter #0 [ $value ] Parameter #1 [ $class ] } } Method [ static public method checkMapField ] { - Parameters [4] { Parameter #0 [ $value ] Parameter #1 [ $key_type ] Parameter #2 [ $value_type ] Parameter #3 [ $value_class ] } } Method [ static public method checkRepeatedField ] { - Parameters [3] { Parameter #0 [ $value ] Parameter #1 [ $type ] Parameter #2 [ $class ] } } } - Properties [0] { } - Methods [0] { } } Class [ final class Google\Protobuf\OneofDescriptor ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method getName ] { } Method [ public method getField ] { } Method [ public method getFieldCount ] { } } } Class [ final class Google\Protobuf\EnumValueDescriptor ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [2] { Method [ public method getName ] { } Method [ public method getNumber ] { } } } Class [ final class Google\Protobuf\EnumDescriptor ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [3] { Method [ public method getPublicDescriptor ] { } Method [ public method getValueCount ] { } Method [ public method getValue ] { } } } Class [ final class Google\Protobuf\Descriptor ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method getClass ] { } Method [ public method getFullName ] { } Method [ public method getField ] { } Method [ public method getFieldCount ] { } Method [ public method getOneofDecl ] { } Method [ public method getOneofDeclCount ] { } Method [ public method getPublicDescriptor ] { } } } Class [ final class Google\Protobuf\FieldDescriptor ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method getName ] { } Method [ public method getNumber ] { } Method [ public method getLabel ] { } Method [ public method getType ] { } Method [ public method isMap ] { } Method [ public method getEnumType ] { } Method [ public method getMessageType ] { } } } Class [ final class Google\Protobuf\Internal\DescriptorPool ] { - Constants [0] { } - Static properties [0] { } - Static methods [1] { Method [ static public method getGeneratedPool ] { } } - Properties [0] { } - Methods [4] { Method [ public method getDescriptorByClassName ] { } Method [ public method getDescriptorByProtoName ] { } Method [ public method getEnumDescriptorByClassName ] { } Method [ public method internalAddGeneratedFile ] { } } } Class [ 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 [ final class Google\Protobuf\Internal\MapField implements ArrayAccess, IteratorAggregate, Traversable, Countable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [7] { Method [ public method __construct ] { - Parameters [3] { Parameter #0 [ $key_type ] Parameter #1 [ $value_type ] Parameter #2 [ $value_class ] } } Method [ public method offsetExists ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetGet ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method offsetSet ] { - Parameters [2] { Parameter #0 [ $index ] Parameter #1 [ $newval ] } } Method [ public method offsetUnset ] { - Parameters [1] { Parameter #0 [ $index ] } } Method [ public method count ] { - Parameters [0] { } } Method [ public method getIterator ] { - Parameters [0] { } } } } Class [ final class Google\Protobuf\Internal\MapFieldIter implements Iterator, Traversable ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [5] { Method [ public method rewind ] { - Parameters [0] { } } Method [ public method current ] { - Parameters [0] { } } Method [ public method key ] { - Parameters [0] { } } Method [ public method next ] { - Parameters [0] { } } Method [ public method valid ] { - Parameters [0] { } } } } Class [ class Google\Protobuf\Internal\Message ] { - Constants [0] { } - Static properties [0] { } - Static methods [0] { } - Properties [0] { } - Methods [13] { Method [ public method clear ] { - Parameters [0] { } } Method [ public method discardUnknownFields ] { - Parameters [0] { } } Method [ public method serializeToString ] { - Parameters [0] { } } Method [ public method mergeFromString ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method serializeToJsonString ] { - Parameters [0] { } } Method [ public method mergeFromJsonString ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ public method mergeFrom ] { - Parameters [1] { Parameter #0 [ $data ] } } Method [ protected method readWrapperValue ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ protected method writeWrapperValue ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } } Method [ protected method readOneof ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ protected method writeOneof ] { - Parameters [2] { Parameter #0 [ $field ] Parameter #1 [ $value ] } } Method [ protected method whichOneof ] { - Parameters [1] { Parameter #0 [ $field ] } } Method [ protected method __construct ] { - Parameters [0] { } } } } } }