diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 179 |
1 files changed, 177 insertions, 2 deletions
@@ -1,10 +1,10 @@ -Extension [ <persistent> extension #123 psr version 0.4.0 ] { +Extension [ <persistent> extension #126 psr version 0.5.0 ] { - Dependencies { Dependency [ spl (Required) ] } - - Classes [31] { + - Classes [37] { Interface [ <internal:psr> interface Psr\Cache\CacheException ] { - Constants [0] { @@ -1819,6 +1819,181 @@ Extension [ <persistent> extension #123 psr version 0.4.0 ] { } } } + + Interface [ <internal:psr> interface Psr\Http\Message\RequestFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:psr> abstract public method createRequest ] { + + - Parameters [2] { + Parameter #0 [ <required> string $method ] + Parameter #1 [ <required> $uri ] + } + - Return [ Psr\Http\Message\RequestInterface ] + } + } + } + + Interface [ <internal:psr> interface Psr\Http\Message\ResponseFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:psr> abstract public method createResponse ] { + + - Parameters [2] { + Parameter #0 [ <optional> integer $code ] + Parameter #1 [ <optional> string $reasonPhrase ] + } + - Return [ Psr\Http\Message\ResponseInterface ] + } + } + } + + Interface [ <internal:psr> interface Psr\Http\Message\ServerRequestFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:psr> abstract public method createServerRequest ] { + + - Parameters [3] { + Parameter #0 [ <required> string $method ] + Parameter #1 [ <required> $uri ] + Parameter #2 [ <optional> array $serverParams ] + } + - Return [ Psr\Http\Message\ServerRequestInterface ] + } + } + } + + Interface [ <internal:psr> interface Psr\Http\Message\StreamFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [3] { + Method [ <internal:psr> abstract public method createStream ] { + + - Parameters [1] { + Parameter #0 [ <optional> string $content ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ <internal:psr> abstract public method createStreamFromFile ] { + + - Parameters [2] { + Parameter #0 [ <required> string $filename ] + Parameter #1 [ <optional> string $mode ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + + Method [ <internal:psr> abstract public method createStreamFromResource ] { + + - Parameters [1] { + Parameter #0 [ <required> $resouce ] + } + - Return [ Psr\Http\Message\StreamInterface ] + } + } + } + + Interface [ <internal:psr> interface Psr\Http\Message\UploadedFileFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:psr> abstract public method createUploadedFile ] { + + - Parameters [5] { + Parameter #0 [ <required> Psr\Http\Message\StreamInterface $stream ] + Parameter #1 [ <optional> integer or NULL $size ] + Parameter #2 [ <optional> integer $error ] + Parameter #3 [ <optional> string or NULL $clientFilename ] + Parameter #4 [ <optional> string or NULL $clientMediaType ] + } + - Return [ Psr\Http\Message\UploadedFileInterface ] + } + } + } + + Interface [ <internal:psr> interface Psr\Http\Message\UriFactoryInterface ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [1] { + Method [ <internal:psr> abstract public method createUri ] { + + - Parameters [1] { + Parameter #0 [ <optional> string $uri ] + } + - Return [ Psr\Http\Message\UriInterface ] + } + } + } } } |