From c36e000be3710cb1e1087dd9b759df680cfedf2d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 12 Nov 2018 09:00:59 +0100 Subject: refresh info --- REFLECTION | 166 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 164 insertions(+), 2 deletions(-) (limited to 'REFLECTION') 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