| Fully Qualified Name: | Laminas\Log\Filter\Validator |
| Implements: | FilterInterface |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Filter out any log messages not matching the validator | Validator |
| filter() | Returns TRUE to accept the message, FALSE to block it. | Validator |
Filter out any log messages not matching the validator
| Parameter Name | Type | Description |
|---|---|---|
| $validator | \LaminasValidator|array|\Traversable |
Returns: \Validator
Returns TRUE to accept the message, FALSE to block it.
| Parameter Name | Type | Description |
|---|---|---|
| $event | array | event |
Returns: bool