From 741369c241e9eafffbb80b7d7a4db1303c26b9ce Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 23 Jun 2017 15:31:31 +0200 Subject: add patch for 7.2 --- REFLECTION | 108 ++++++++++++++++++++++++++++++++++++++----------------------- 1 file changed, 67 insertions(+), 41 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 8249c13..b4da084 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #205 pq version 1.1.1 ] { +Extension [ extension #89 pq version 2.1.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -48,7 +48,7 @@ Extension [ extension #205 pq version 1.1.1 ] { Class [ class pq\DateTime extends DateTime implements DateTimeInterface, JsonSerializable ] { - - Constants [11] { + - Constants [12] { Constant [ string ATOM ] { Y-m-d\TH:i:sP } Constant [ string COOKIE ] { l, d-M-Y H:i:s T } Constant [ string ISO8601 ] { Y-m-d\TH:i:sO } @@ -58,6 +58,7 @@ Extension [ extension #205 pq version 1.1.1 ] { Constant [ string RFC1123 ] { D, d M Y H:i:s O } Constant [ string RFC2822 ] { D, d M Y H:i:s O } Constant [ string RFC3339 ] { Y-m-d\TH:i:sP } + Constant [ string RFC3339_EXTENDED ] { Y-m-d\TH:i:s.vP } Constant [ string RSS ] { D, d M Y H:i:s O } Constant [ string W3C ] { Y-m-d\TH:i:sP } } @@ -210,7 +211,7 @@ Extension [ extension #205 pq version 1.1.1 ] { } } - Interface [ interface pq\Exception ] { + Interface [ interface pq\Exception extends Throwable ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -233,11 +234,34 @@ Extension [ extension #205 pq version 1.1.1 ] { - Properties [0] { } - - Methods [0] { + - Methods [8] { + Method [ abstract public method getMessage ] { + } + + Method [ abstract public method getCode ] { + } + + Method [ abstract public method getFile ] { + } + + Method [ abstract public method getLine ] { + } + + Method [ abstract public method getTrace ] { + } + + Method [ abstract public method getPrevious ] { + } + + Method [ abstract public method getTraceAsString ] { + } + + Method [ abstract public method __toString ] { + } } } - Class [ class pq\Exception\InvalidArgumentException extends InvalidArgumentException implements pq\Exception ] { + Class [ class pq\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -277,33 +301,33 @@ Extension [ extension #205 pq version 1.1.1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class pq\Exception\RuntimeException extends RuntimeException implements pq\Exception ] { + Class [ class pq\Exception\RuntimeException extends RuntimeException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -343,33 +367,33 @@ Extension [ extension #205 pq version 1.1.1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class pq\Exception\BadMethodCallException extends BadMethodCallException implements pq\Exception ] { + Class [ class pq\Exception\BadMethodCallException extends BadMethodCallException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -409,33 +433,33 @@ Extension [ extension #205 pq version 1.1.1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } - Class [ class pq\Exception\DomainException extends DomainException implements pq\Exception ] { + Class [ class pq\Exception\DomainException extends DomainException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -476,28 +500,28 @@ Extension [ extension #205 pq version 1.1.1 ] { Method [ public method __wakeup ] { } - Method [ final public method getMessage ] { + Method [ final public method getMessage ] { } - Method [ final public method getCode ] { + Method [ final public method getCode ] { } - Method [ final public method getFile ] { + Method [ final public method getFile ] { } - Method [ final public method getLine ] { + Method [ final public method getLine ] { } - Method [ final public method getTrace ] { + Method [ final public method getTrace ] { } - Method [ final public method getPrevious ] { + Method [ final public method getPrevious ] { } - Method [ final public method getTraceAsString ] { + Method [ final public method getTraceAsString ] { } - Method [ public method __toString ] { + Method [ public method __toString ] { } } } @@ -535,7 +559,7 @@ Extension [ extension #205 pq version 1.1.1 ] { - Static methods [0] { } - - Properties [21] { + - Properties [23] { Property [ public $status ] Property [ public $transactionStatus ] Property [ public $socket ] @@ -552,6 +576,8 @@ Extension [ extension #205 pq version 1.1.1 ] { Property [ public $params ] Property [ public $options ] Property [ public $eventHandlers ] + Property [ public $listeners ] + Property [ public $converters ] Property [ public $defaultFetchType ] Property [ public $defaultTransactionIsolation ] Property [ public $defaultTransactionReadonly ] -- cgit