|
@@ -44,7 +44,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function isHandling(array $record): bool
|
|
public function isHandling(array $record): bool
|
|
|
{
|
|
{
|
|
@@ -52,7 +52,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function handle(array $record): bool
|
|
public function handle(array $record): bool
|
|
|
{
|
|
{
|
|
@@ -60,7 +60,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function handleBatch(array $records): void
|
|
public function handleBatch(array $records): void
|
|
|
{
|
|
{
|
|
@@ -68,7 +68,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function close(): void
|
|
public function close(): void
|
|
|
{
|
|
{
|
|
@@ -76,7 +76,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function pushProcessor(callable $callback): HandlerInterface
|
|
public function pushProcessor(callable $callback): HandlerInterface
|
|
|
{
|
|
{
|
|
@@ -90,7 +90,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function popProcessor(): callable
|
|
public function popProcessor(): callable
|
|
|
{
|
|
{
|
|
@@ -102,7 +102,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function setFormatter(FormatterInterface $formatter): HandlerInterface
|
|
public function setFormatter(FormatterInterface $formatter): HandlerInterface
|
|
|
{
|
|
{
|
|
@@ -116,7 +116,7 @@ class HandlerWrapper implements HandlerInterface, ProcessableHandlerInterface, F
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
- * {@inheritdoc}
|
|
|
|
|
|
|
+ * {@inheritDoc}
|
|
|
*/
|
|
*/
|
|
|
public function getFormatter(): FormatterInterface
|
|
public function getFormatter(): FormatterInterface
|
|
|
{
|
|
{
|