summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-12 09:00:59 +0100
committerRemi Collet <remi@remirepo.net>2018-11-12 09:00:59 +0100
commitc36e000be3710cb1e1087dd9b759df680cfedf2d (patch)
tree7d2e1ffb6d8bae73b517abc9baad62978e9c556f
parent50c9d5605f149ba4b20907fadc7416dcbdd8ca12 (diff)
refresh info
-rw-r--r--PHPINFO5
-rw-r--r--REFLECTION166
2 files changed, 167 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index f318a62..4026d54 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -1,8 +1,8 @@
psr
-Version => 0.5.1
-Released => 2018-10-29
+Version => 0.6.0
+Released => 2018-11-11
Authors => John Boehr <jbboehr@gmail.com> (lead)
PSR-3 Log Version => 1.0.0
PSR-6 Cache Version => 1.0.0
@@ -13,3 +13,4 @@ PSR-15 HTTP Handlers (Server Handler) => 1.0.0
PSR-15 HTTP Handlers (Middleware) => 1.0.0
PSR-16 Simple Cache Version => 1.0.0
PSR-17 HTTP Factories => 1.0.0
+PSR-18 HTTP Client => 1.0.0
diff --git a/REFLECTION b/REFLECTION
index 0358932..136d42f 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,10 +1,10 @@
-Extension [ <persistent> extension #127 psr version 0.5.1 ] {
+Extension [ <persistent> extension #128 psr version 0.6.0 ] {
- Dependencies {
Dependency [ spl (Required) ]
}
- - Classes [37] {
+ - Classes [41] {
Interface [ <internal:psr> interface Psr\Cache\CacheException ] {
- Constants [0] {
@@ -2110,6 +2110,168 @@ Extension [ <persistent> extension #127 psr version 0.5.1 ] {
}
}
}
+
+ Interface [ <internal:psr> interface Psr\Http\Client\ClientInterface ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [1] {
+ Method [ <internal:psr> abstract public method sendRequest ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> Psr\Http\Message\RequestInterface $request ]
+ }
+ - Return [ Psr\Http\Message\ResponseInterface ]
+ }
+ }
+ }
+
+ Interface [ <internal:psr> interface Psr\Http\Client\ClientExceptionInterface extends Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [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 ] {
+ }
+ }
+ }
+
+ Interface [ <internal:psr> interface Psr\Http\Client\NetworkExceptionInterface extends Psr\Http\Client\ClientExceptionInterface, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:psr> abstract public method getRequest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Psr\Http\Message\RequestInterface ]
+ }
+
+ 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 ] {
+ }
+ }
+ }
+
+ Interface [ <internal:psr> interface Psr\Http\Client\RequestExceptionInterface extends Psr\Http\Client\ClientExceptionInterface, Throwable ] {
+
+ - Constants [0] {
+ }
+
+ - Static properties [0] {
+ }
+
+ - Static methods [0] {
+ }
+
+ - Properties [0] {
+ }
+
+ - Methods [9] {
+ Method [ <internal:psr> abstract public method getRequest ] {
+
+ - Parameters [0] {
+ }
+ - Return [ Psr\Http\Message\RequestInterface ]
+ }
+
+ 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 ] {
+ }
+ }
+ }
}
}