# worker/4.9.25/src/Monolog/Processor/ProcessorInterface.php

ManageWP Worker, version 4.9.25. 7 lines.

- Page: https://pluginprobe.com/plugins/worker/4.9.25/code/src/Monolog/Processor/ProcessorInterface.php
- Raw: https://pluginprobe.com/plugins/worker/4.9.25/raw/src/Monolog/Processor/ProcessorInterface.php
- Modified: 2014-11-24T12:40:26+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/worker/4.9.25/code/src/Monolog/Processor/ProcessorInterface.php#L10-L20`.

```php
<?php

interface Monolog_Processor_ProcessorInterface
{
    public function callback(array $record);
}

```
