Home
last modified time | relevance | path

Searched refs:HandlerInterface (Results 1 – 25 of 30) sorted by relevance

12

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DSamplingHandler.php38 * @var HandlerInterface|callable
51 …* @param callable|HandlerInterface $handler Handler or factory callable($record|null, $samplingHan…
60 if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) {
91 * @return HandlerInterface
95 if (!$this->handler instanceof HandlerInterface) {
97 if (!$this->handler instanceof HandlerInterface) {
108 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DFilterHandler.php38 * @var callable|HandlerInterface
61 …* @param callable|HandlerInterface $handler Handler or factory callable($record|null, $filt…
75 if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) {
160 * @return HandlerInterface
166 if (!$this->handler instanceof HandlerInterface) {
168 if (!$this->handler instanceof HandlerInterface) {
179 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DHandlerWrapper.php34 class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, FormattableHandlerIn…
37 * @var HandlerInterface
41 public function __construct(HandlerInterface $handler)
81 public function pushProcessor(callable $callback): HandlerInterface
107 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DFingersCrossedHandler.php46 * @var callable|HandlerInterface
71 …* @param callable|HandlerInterface $handler Handler or factory callable($r…
102 if (!$this->handler instanceof HandlerInterface && !is_callable($this->handler)) {
209 * @return HandlerInterface
215 if (!$this->handler instanceof HandlerInterface) {
217 if (!$this->handler instanceof HandlerInterface) {
228 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DGroupHandler.php28 /** @var HandlerInterface[] */
34 * @param HandlerInterface[] $handlers Array of Handlers.
40 if (!$handler instanceof HandlerInterface) {
122 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DOverflowHandler.php39 /** @var HandlerInterface */
62 * @param HandlerInterface $handler
66 HandlerInterface $handler,
127 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DBufferHandler.php32 /** @var HandlerInterface */
46 * @param HandlerInterface $handler Handler.
50 …public function __construct(HandlerInterface $handler, int $bufferLimit = 0, $level = Logger::DEBU…
145 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DProcessableHandlerInterface.php31 * @return HandlerInterface self
33 public function pushProcessor(callable $callback): HandlerInterface;
DFormattableHandlerInterface.php27 * @return HandlerInterface self
29 public function setFormatter(FormatterInterface $formatter): HandlerInterface;
DDeduplicationHandler.php64 * @param HandlerInterface $handler Handler.
72 …public function __construct(HandlerInterface $handler, ?string $deduplicationStore = null, $dedupl…
DHandlerInterface.php22 interface HandlerInterface interface
DHandler.php19 abstract class Handler implements HandlerInterface
DFormattableHandlerTrait.php32 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DProcessableHandlerTrait.php35 public function pushProcessor(callable $callback): HandlerInterface
DPsrHandler.php75 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DElasticaHandler.php78 public function setFormatter(FormatterInterface $formatter): HandlerInterface
DFlowdockHandler.php72 public function setFormatter(FormatterInterface $formatter): HandlerInterface
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
DLogger.php15 use Monolog\Handler\HandlerInterface; alias
122 * @var HandlerInterface[]
154 …* @param HandlerInterface[] $handlers Optional stack of handlers, the first one in the array is …
185 public function pushHandler(HandlerInterface $handler): self
197 public function popHandler(): HandlerInterface
211 * @param HandlerInterface[] $handlers
224 * @return HandlerInterface[]
/plugin/scrape/vendor/symfony/css-selector/Parser/Handler/
DHandlerInterface.php27 interface HandlerInterface interface
DCommentHandler.php27 class CommentHandler implements HandlerInterface
DWhitespaceHandler.php28 class WhitespaceHandler implements HandlerInterface
DNumberHandler.php29 class NumberHandler implements HandlerInterface
DHashHandler.php30 class HashHandler implements HandlerInterface
DIdentifierHandler.php30 class IdentifierHandler implements HandlerInterface
/plugin/authgooglesheets/vendor/monolog/monolog/
DUPGRADE.md20 - `HandlerInterface` has been split off and two new interfaces now exist for
25 - `HandlerInterface` now requires the `close` method to be implemented. This

12