forked from Webador/SlmQueueBeanstalkd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoload_classmap.php
18 lines (18 loc) · 1.76 KB
/
autoload_classmap.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
// Generated by ZF2's ./bin/classmap_generator.php
return array(
'SlmQueueBeanstalkd\Module' => __DIR__ . '/Module.php',
'SlmQueueBeanstalkd\Controller\WorkerController' => __DIR__ . '/src/SlmQueueBeanstalkd/Controller/WorkerController.php',
'SlmQueueBeanstalkd\Factory\BeanstalkedOptionsFactory' => __DIR__ . '/src/SlmQueueBeanstalkd/Factory/BeanstalkdOptionsFactory.php',
'SlmQueueBeanstalkd\Factory\PheanstalkFactory' => __DIR__ . '/src/SlmQueueBeanstalkd/Factory/PheanstalkFactory.php',
'SlmQueueBeanstalkd\Factory\TubeFactory' => __DIR__ . '/src/SlmQueueBeanstalkd/Factory/TubeFactory.php',
'SlmQueueBeanstalkd\Factory\WorkerFactory' => __DIR__ . '/src/SlmQueueBeanstalkd/Factory/WorkerFactory.php',
'SlmQueueBeanstalkd\Job\Exception\BuryableException' => __DIR__ . '/src/SlmQueueBeanstalkd/Job/Exception/BuryableException.php',
'SlmQueueBeanstalkd\Job\Exception\ReleasableException' => __DIR__ . '/src/SlmQueueBeanstalkd/Job/Exception/ReleasableException.php',
'SlmQueueBeanstalkd\Options\BeanstalkdOptions' => __DIR__ . '/src/SlmQueueBeanstalkd/Options/BeanstalkdOptions.php',
'SlmQueueBeanstalkd\Options\ConnectionOptions' => __DIR__ . '/src/SlmQueueBeanstalkd/Options/ConnectionOptions.php',
'SlmQueueBeanstalkd\Queue\Tube' => __DIR__ . '/src/SlmQueueBeanstalkd/Queue/Tube.php',
'SlmQueueBeanstalkd\Queue\TubeInterface' => __DIR__ . '/src/SlmQueueBeanstalkd/Queue/TubeInterface.php',
'SlmQueueBeanstalkd\Version' => __DIR__ . '/src/SlmQueueBeanstalkd/Version.php',
'SlmQueueBeanstalkd\Worker\Worker' => __DIR__ . '/src/SlmQueueBeanstalkd/Worker/Worker.php',
);