Index
A
- AbstractLogger — Class in namespace Psr\Log
- This is a simple Logger implementation that other Loggers can inherit from.
- AbstractLogger::alert() — Method in class AbstractLogger
- Action must be taken immediately.
- LoggerInterface::alert() — Method in class LoggerInterface
- Action must be taken immediately.
- LoggerTrait::alert() — Method in class LoggerTrait
- Action must be taken immediately.
C
- AbstractLogger::critical() — Method in class AbstractLogger
- Critical conditions.
- LoggerInterface::critical() — Method in class LoggerInterface
- Critical conditions.
- LoggerTrait::critical() — Method in class LoggerTrait
- Critical conditions.
D
- AbstractLogger::debug() — Method in class AbstractLogger
- Detailed debug information.
- LoggerInterface::debug() — Method in class LoggerInterface
- Detailed debug information.
- LoggerTrait::debug() — Method in class LoggerTrait
- Detailed debug information.
- DummyTest — Class in namespace Psr\Log\Test
E
- AbstractLogger::emergency() — Method in class AbstractLogger
- System is unusable.
- AbstractLogger::error() — Method in class AbstractLogger
- Runtime errors that do not require immediate action but should typically be logged and monitored.
- LoggerInterface::emergency() — Method in class LoggerInterface
- System is unusable.
- LoggerInterface::error() — Method in class LoggerInterface
- Runtime errors that do not require immediate action but should typically be logged and monitored.
- LoggerTrait::emergency() — Method in class LoggerTrait
- System is unusable.
- LoggerTrait::error() — Method in class LoggerTrait
- Runtime errors that do not require immediate action but should typically be logged and monitored.
G
- LoggerInterfaceTest::getLogger() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::getLogs() — Method in class LoggerInterfaceTest
- This must return the log messages in order with a simple formatting: "
" - Signer::getSelfKey() — Method in class Signer
- Gets the self key that was set in the constructor.
- Signer::getClientId() — Method in class Signer
- Gets the client key that was set in the constructor.
- Signer::getClientSecret() — Method in class Signer
- Gets the client secret that was set in the constructor.
- SignerInterface::getSelfKey() — Method in class SignerInterface
- Gets the self key that was set in the constructor.
- SignerInterface::getClientId() — Method in class SignerInterface
- Gets the client key that was set in the constructor.
- SignerInterface::getClientSecret() — Method in class SignerInterface
- Gets the client secret that was set in the constructor.
- Signer::getSelfKey() — Method in class Signer
- Gets the self key that was set in the constructor.
- Signer::getClientId() — Method in class Signer
- Gets the client key that was set in the constructor.
- Signer::getClientSecret() — Method in class Signer
- Gets the client secret that was set in the constructor.
- Signer::generateQueryStringParams() — Method in class Signer
- Signs and generates the query string URL parameters to use when making a request.
I
- AbstractLogger::info() — Method in class AbstractLogger
- Interesting events.
- InvalidArgumentException — Class in namespace Psr\Log
- LoggerInterface::info() — Method in class LoggerInterface
- Interesting events.
- LoggerTrait::info() — Method in class LoggerTrait
- Interesting events.
L
- LogLevel — Class in namespace Psr\Log
- Describes log levels
- LoggerAwareInterface — Class in namespace Psr\Log
- Describes a logger-aware instance
- LoggerAwareTrait — Class in namespace Psr\Log
- Basic Implementation of LoggerAwareInterface.
- LoggerInterface — Class in namespace Psr\Log
- Describes a logger instance
- LoggerInterface::log() — Method in class LoggerInterface
- Logs with an arbitrary level.
- LoggerTrait — Class in namespace Psr\Log
- This is a simple Logger trait that classes unable to extend AbstractLogger (because they extend another class, etc) can include.
- LoggerTrait::log() — Method in class LoggerTrait
- Logs with an arbitrary level.
- NullLogger::log() — Method in class NullLogger
- Logs with an arbitrary level.
- LoggerInterfaceTest — Class in namespace Psr\Log\Test
- Provides a base test class for ensuring compliance with the LoggerInterface
N
- AbstractLogger::notice() — Method in class AbstractLogger
- Normal but significant events.
- LoggerInterface::notice() — Method in class LoggerInterface
- Normal but significant events.
- LoggerTrait::notice() — Method in class LoggerTrait
- Normal but significant events.
- NullLogger — Class in namespace Psr\Log
- This Logger can be used to avoid conditional log calls
P
- LoggerInterfaceTest::provideLevelsAndMessages() — Method in class LoggerInterfaceTest
S
- LoggerAwareInterface::setLogger() — Method in class LoggerAwareInterface
- Sets a logger instance on the object
- LoggerAwareTrait::setLogger() — Method in class LoggerAwareTrait
- Sets a logger.
- Signer — Class in namespace Skyzyx\Signer
- The Signer class is designed for those who are signing data on behalf of a public-private keypair.
- Signer::sign() — Method in class Signer
- Sign the payload to produce a signature for its contents.
- SignerInterface — Class in namespace Skyzyx\Signer
- SignerInterface::sign() — Method in class SignerInterface
- Sign the payload to produce a signature for its contents.
- Signer — Class in namespace WePay\Signer
- Signer::sign() — Method in class Signer
- Sign the payload to produce a signature for its contents.
T
- LoggerInterfaceTest::testImplements() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::testLogsAtAllLevels() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::testThrowsOnInvalidLevel() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::testContextReplacement() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::testObjectCastToString() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::testContextCanContainAnything() — Method in class LoggerInterfaceTest
- LoggerInterfaceTest::testContextExceptionKeyCanBeExceptionOrOtherValues() — Method in class LoggerInterfaceTest
W
- AbstractLogger::warning() — Method in class AbstractLogger
- Exceptional occurrences that are not errors.
- LoggerInterface::warning() — Method in class LoggerInterface
- Exceptional occurrences that are not errors.
- LoggerTrait::warning() — Method in class LoggerTrait
- Exceptional occurrences that are not errors.
_
- Signer::__construct() — Method in class Signer
- Constructs a new instance of this class.
- Signer::__construct() — Method in class Signer
- Constructs a new instance of this class.