From c36e000be3710cb1e1087dd9b759df680cfedf2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Nov 2018 09:00:59 +0100 Subject: refresh info --- PHPINFO | 5 +- REFLECTION | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 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 (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 [ extension #127 psr version 0.5.1 ] { +Extension [ extension #128 psr version 0.6.0 ] { - Dependencies { Dependency [ spl (Required) ] } - - Classes [37] { + - Classes [41] { Interface [ interface Psr\Cache\CacheException ] { - Constants [0] { @@ -2110,6 +2110,168 @@ Extension [ extension #127 psr version 0.5.1 ] { } } } + + Interface [ interface Psr\Http\Client\ClientInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ abstract public method sendRequest ] { + + - Parameters [1] { + Parameter #0 [ Psr\Http\Message\RequestInterface $request ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } + + Interface [ interface Psr\Http\Client\ClientExceptionInterface extends Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [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 ] { + } + } + } + + Interface [ interface Psr\Http\Client\NetworkExceptionInterface extends Psr\Http\Client\ClientExceptionInterface, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method getRequest ] { + + - Parameters [0] { + } + - Return [ Psr\Http\Message\RequestInterface ] + } + + 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 ] { + } + } + } + + Interface [ interface Psr\Http\Client\RequestExceptionInterface extends Psr\Http\Client\ClientExceptionInterface, Throwable ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ abstract public method getRequest ] { + + - Parameters [0] { + } + - Return [ Psr\Http\Message\RequestInterface ] + } + + 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 ] { + } + } + } } } -- cgit