ErrorLevelActivationStrategy
in package
implements
ActivationStrategyInterface
Error level based activation strategy.
Tags
Table of Contents
Interfaces
- ActivationStrategyInterface
- Interface for activation strategies for the FingersCrossedHandler.
Properties
- $actionLevel : mixed
Methods
- __construct() : mixed
- isHandlerActivated() : bool
- Returns whether the given record activates the handler.
Properties
$actionLevel
private
mixed
$actionLevel
Methods
__construct()
public
__construct(mixed $actionLevel) : mixed
Parameters
- $actionLevel : mixed
isHandlerActivated()
Returns whether the given record activates the handler.
public
isHandlerActivated(array<string|int, mixed> $record) : bool
Parameters
- $record : array<string|int, mixed>