You are here

Classes, traits, and interfaces in Lockr 7.3

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
A class Symfony\Component\Yaml\Tests vendor/symfony/yaml/Tests/DumperTest.php
AbstractLogger abstract class Psr\Log vendor/psr/log/Psr/Log/AbstractLogger.php This is a simple Logger implementation that other Loggers can inherit from. 2 1
AggregateException class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/AggregateException.php Exception thrown when too many errors occur in the some() or any() methods.
AppendStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/AppendStream.php Reads from multiple streams, one after the other.
B class Symfony\Component\Yaml\Tests vendor/symfony/yaml/Tests/ParserTest.php
BadResponseException class GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php Exception when an HTTP error occurs (4xx or 5xx error) 2 1
BlackholeStats class Lockr vendor/lockr/lockr/src/BlackholeStats.php
BufferStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/BufferStream.php Provides a buffer stream that can be written to to fill a buffer, and read from to remove bytes from the buffer.
CachingStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/CachingStream.php Stream decorator that can cache previously read bytes from a sequentially read stream.
CancellationException class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/CancellationException.php Exception that is set as the reason for a promise that has been cancelled.
ClassLoader class Composer\Autoload vendor/composer/ClassLoader.php ClassLoader implements a PSR-0, PSR-4 and classmap class loader.
Client class GuzzleHttp vendor/guzzlehttp/guzzle/src/Client.php @method ResponseInterface get(string|UriInterface $uri, array $options = []) @method ResponseInterface head(string|UriInterface $uri, array $options = []) @method ResponseInterface put(string|UriInterface $uri, array $options = []) @method…
ClientException class GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/ClientException.php Exception when a client error is encountered (4xx codes)
ClientInterface interface GuzzleHttp vendor/guzzlehttp/guzzle/src/ClientInterface.php Client interface for sending HTTP requests. 1
ComposerAutoloaderInit5b4ef5f867672431561418e16d078844 class vendor/composer/autoload_real.php
ComposerStaticInit5b4ef5f867672431561418e16d078844 class Composer\Autoload vendor/composer/autoload_static.php
ConnectException class GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php Exception thrown when a connection cannot be established. 4
CookieJar class GuzzleHttp\Cookie vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php Cookie jar that stores cookies as an array 2 1
CookieJarInterface interface GuzzleHttp\Cookie vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php Stores HTTP cookies. 1 1
Coroutine final class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/Coroutine.php Creates a promise that is resolved using a generator that yields values or promises (somewhat similar to C#'s async keyword).
Ctype final class Symfony\Polyfill\Ctype vendor/symfony/polyfill-ctype/Ctype.php Ctype implementation through regex.
CurlFactory class GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php Creates curl resources from a request
CurlFactoryInterface interface GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php 1
CurlHandler class GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php HTTP handler that uses cURL easy handles as a transport layer. 1
CurlMultiHandler class GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php Returns an asynchronous response using curl_multi_* functions. 1
DroppingStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/DroppingStream.php Stream decorator that begins dropping data once the size of the underlying stream becomes too full.
DummyTest class Psr\Log\Test vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
Dumper class Symfony\Component\Yaml vendor/symfony/yaml/Dumper.php Dumper dumps PHP variables to YAML strings. 1
DumperTest class Symfony\Component\Yaml\Tests vendor/symfony/yaml/Tests/DumperTest.php
DumpException class Symfony\Component\Yaml\Exception vendor/symfony/yaml/Exception/DumpException.php Exception class thrown when an error occurs during dumping. 1
EachPromise class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/EachPromise.php Represents a promise that iterates over many promises and invokes side-effect functions in the process. 1
EasyHandle final class GuzzleHttp\Handler vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php Represents a cURL easy handle and the data it populates.
Escaper class Symfony\Component\Yaml vendor/symfony/yaml/Escaper.php Escaper encapsulates escaping rules for single and double-quoted YAML strings.
ExceptionInterface interface Symfony\Component\Yaml\Exception vendor/symfony/yaml/Exception/ExceptionInterface.php Exception interface for all exceptions thrown by the component. 1
FileCookieJar class GuzzleHttp\Cookie vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php Persists non-session cookies using a JSON formatted file
FnStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/FnStream.php Compose stream implementations based on a hash of functions.
Foo class Symfony\Component\Yaml\Tests\Command vendor/symfony/yaml/Tests/Command/LintCommandTest.php
FulfilledPromise class GuzzleHttp\Promise vendor/guzzlehttp/promises/src/FulfilledPromise.php A promise that has been fulfilled. 2
GetAllHeadersTest class vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php
GuzzleException interface GuzzleHttp\Exception vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php @method string getMessage() @method \Throwable|null getPrevious() @method mixed getCode() @method string getFile() @method int getLine() @method array getTrace() @method string getTraceAsString() 2 1
HandlerStack class GuzzleHttp vendor/guzzlehttp/guzzle/src/HandlerStack.php Creates a composed Guzzle handler function by stacking middlewares on top of an HTTP handler function. 1
InflateStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/InflateStream.php Uses PHP's zlib.inflate filter to inflate deflate or gzipped content.
Inline class Symfony\Component\Yaml vendor/symfony/yaml/Inline.php Inline implements a YAML parser/dumper for the YAML inline syntax. 1
InlineTest class Symfony\Component\Yaml\Tests vendor/symfony/yaml/Tests/InlineTest.php
InvalidArgumentException class Psr\Log vendor/psr/log/Psr/Log/InvalidArgumentException.php 1
KeyWrapperInterface interface Lockr\KeyWrapper vendor/lockr/lockr/src/KeyWrapper/KeyWrapperInterface.php 5
LazyOpenStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/LazyOpenStream.php Lazily reads or writes to a file that is opened only after an IO operation take place on the stream. 1
LimitStream class GuzzleHttp\Psr7 vendor/guzzlehttp/psr7/src/LimitStream.php Decorator used to return only a subset of a stream
LintCommand class Symfony\Component\Yaml\Command vendor/symfony/yaml/Command/LintCommand.php Validates YAML files syntax and outputs encountered errors. 1
LintCommandTest class Symfony\Component\Yaml\Tests\Command vendor/symfony/yaml/Tests/Command/LintCommandTest.php Tests the YamlLintCommand.

Pages

Other projects