diff options
Diffstat (limited to 'REFLECTION')
| -rw-r--r-- | REFLECTION | 26 | 
1 files changed, 21 insertions, 5 deletions
| @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #120 protobuf version 3.19.4 ] { +Extension [ <persistent> extension #120 protobuf version 3.20.0RC1 ] {    - Dependencies {      Dependency [ date (Optional) ] @@ -62,8 +62,9 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ bool ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] { @@ -79,25 +80,29 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {              Parameter #0 [ <required> $index ]              Parameter #1 [ <required> $newval ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Return [ int ]          }          Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {            - Parameters [0] {            } +          - Return [ Traversable ]          }        }      } @@ -121,6 +126,7 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method current ] { @@ -139,12 +145,14 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Return [ bool ]          }        }      } @@ -624,8 +632,9 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetExists ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ bool ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetGet ] { @@ -641,25 +650,29 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {              Parameter #0 [ <required> $index ]              Parameter #1 [ <required> $newval ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype ArrayAccess> public method offsetUnset ] {            - Parameters [1] { -            Parameter #0 [ <required> $index ] +            Parameter #0 [ <optional> $index = <default> ]            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Countable> public method count ] {            - Parameters [0] {            } +          - Return [ int ]          }          Method [ <internal:protobuf, prototype IteratorAggregate> public method getIterator ] {            - Parameters [0] {            } +          - Return [ Traversable ]          }        }      } @@ -683,6 +696,7 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method current ] { @@ -701,12 +715,14 @@ Extension [ <persistent> extension #120 protobuf version 3.19.4 ] {            - Parameters [0] {            } +          - Return [ void ]          }          Method [ <internal:protobuf, prototype Iterator> public method valid ] {            - Parameters [0] {            } +          - Return [ bool ]          }        }      } | 
