diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-23 15:31:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-23 15:31:31 +0200 |
commit | 741369c241e9eafffbb80b7d7a4db1303c26b9ce (patch) | |
tree | 1bbde7b5dbd7994e2f025c62fd7ba21902d6b3f5 /REFLECTION | |
parent | 0ee040f14562ddf4588c2aebb85e9c73fae1e9d2 (diff) |
add patch for 7.2
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 108 |
1 files changed, 67 insertions, 41 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #205 pq version 1.1.1 ] { +Extension [ <persistent> extension #89 pq version 2.1.1 ] { - Dependencies { Dependency [ raphf (Required) ] @@ -48,7 +48,7 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { Class [ <internal:pq> 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 [ <persistent> 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 [ <persistent> extension #205 pq version 1.1.1 ] { } } - Interface [ <internal:pq> interface pq\Exception ] { + Interface [ <internal:pq> interface pq\Exception extends Throwable ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -233,11 +234,34 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { - Properties [0] { } - - Methods [0] { + - Methods [8] { + Method [ <internal:Core, inherits Throwable> abstract public method getMessage ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getCode ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getFile ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getLine ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getTrace ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getPrevious ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method getTraceAsString ] { + } + + Method [ <internal:Core, inherits Throwable> abstract public method __toString ] { + } } } - Class [ <internal:pq> class pq\Exception\InvalidArgumentException extends InvalidArgumentException implements pq\Exception ] { + Class [ <internal:pq> class pq\Exception\InvalidArgumentException extends InvalidArgumentException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -277,33 +301,33 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } - Class [ <internal:pq> class pq\Exception\RuntimeException extends RuntimeException implements pq\Exception ] { + Class [ <internal:pq> class pq\Exception\RuntimeException extends RuntimeException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -343,33 +367,33 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } - Class [ <internal:pq> class pq\Exception\BadMethodCallException extends BadMethodCallException implements pq\Exception ] { + Class [ <internal:pq> class pq\Exception\BadMethodCallException extends BadMethodCallException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -409,33 +433,33 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } - Class [ <internal:pq> class pq\Exception\DomainException extends DomainException implements pq\Exception ] { + Class [ <internal:pq> class pq\Exception\DomainException extends DomainException implements Throwable, pq\Exception ] { - Constants [9] { Constant [ integer INVALID_ARGUMENT ] { 0 } @@ -476,28 +500,28 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { Method [ <internal:Core, inherits Exception> public method __wakeup ] { } - Method [ <internal:Core, inherits Exception> final public method getMessage ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getMessage ] { } - Method [ <internal:Core, inherits Exception> final public method getCode ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getCode ] { } - Method [ <internal:Core, inherits Exception> final public method getFile ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getFile ] { } - Method [ <internal:Core, inherits Exception> final public method getLine ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getLine ] { } - Method [ <internal:Core, inherits Exception> final public method getTrace ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTrace ] { } - Method [ <internal:Core, inherits Exception> final public method getPrevious ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getPrevious ] { } - Method [ <internal:Core, inherits Exception> final public method getTraceAsString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> final public method getTraceAsString ] { } - Method [ <internal:Core, inherits Exception> public method __toString ] { + Method [ <internal:Core, inherits Exception, prototype Throwable> public method __toString ] { } } } @@ -535,7 +559,7 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { - Static methods [0] { } - - Properties [21] { + - Properties [23] { Property [ <default> public $status ] Property [ <default> public $transactionStatus ] Property [ <default> public $socket ] @@ -552,6 +576,8 @@ Extension [ <persistent> extension #205 pq version 1.1.1 ] { Property [ <default> public $params ] Property [ <default> public $options ] Property [ <default> public $eventHandlers ] + Property [ <default> public $listeners ] + Property [ <default> public $converters ] Property [ <default> public $defaultFetchType ] Property [ <default> public $defaultTransactionIsolation ] Property [ <default> public $defaultTransactionReadonly ] |