| 1 | <?php | ||
| 11 | class QueuedJobsTest_Handler extends AbstractProcessingHandler implements TestOnly | ||
| 12 | { | ||
| 13 | /** | ||
| 14 | * Messages | ||
| 15 | * | ||
| 16 | * @var array | ||
| 17 | */ | ||
| 18 | protected $messages = array(); | ||
| 19 | |||
| 20 | /** | ||
| 21 | * Get all messages | ||
| 22 | * | ||
| 23 | * @return array | ||
| 24 | */ | ||
| 25 | public function getMessages() | ||
| 29 | |||
| 30 | public function clear() | ||
| 34 | |||
| 35 | protected function write(array $record) | ||
| 39 | } | ||
| 40 |