diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 27 |
1 files changed, 18 insertions, 9 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #108 protobuf version 4.33.4 ] { +Extension [ <persistent> extension #108 protobuf version 5.34.0RC1 ] { - Dependencies { Dependency [ date (Optional) ] @@ -169,7 +169,7 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] { - Static properties [0] { } - - Static methods [13] { + - Static methods [14] { Method [ <internal:protobuf> static public method checkInt32 ] { - Parameters [1] { @@ -268,6 +268,14 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] { Parameter #2 [ <optional> $class = <default> ] } } + + Method [ <internal:protobuf> static public method compatibleInt64 ] { + + - Parameters [2] { + Parameter #0 [ <required> $int_val ] + Parameter #1 [ <required> $str_val ] + } + } } - Properties [0] { @@ -466,12 +474,6 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] { } } - Method [ <internal:protobuf> public method getLabel ] { - - - Parameters [0] { - } - } - Method [ <internal:protobuf> public method isRequired ] { - Parameters [0] { @@ -514,6 +516,12 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] { } } + Method [ <internal:protobuf> public method hasPresence ] { + + - Parameters [0] { + } + } + Method [ <internal:protobuf> public method getMessageType ] { - Parameters [0] { @@ -5414,9 +5422,10 @@ Extension [ <persistent> extension #108 protobuf version 4.33.4 ] { Class [ <internal:protobuf> class Google\Protobuf\PrintOptions ] { - - Constants [2] { + - Constants [3] { Constant [ public int PRESERVE_PROTO_FIELD_NAMES ] { 1 } Constant [ public int ALWAYS_PRINT_ENUMS_AS_INTS ] { 2 } + Constant [ public int EMIT_DEFAULTS ] { 4 } } - Static properties [0] { |
