AOEpeople /
crawler
| 1 | <?php |
||
| 2 | |||
| 3 | /** |
||
| 4 | * @deprecated |
||
| 5 | */ |
||
| 6 | class tx_crawler_api extends AOE\Crawler\Api\CrawlerApi |
||
|
0 ignored issues
–
show
Deprecated Code
introduced
by
Loading history...
|
|||
| 7 | { |
||
| 8 | } |
||
| 9 | |||
| 10 | /** |
||
| 11 | * @deprecated |
||
| 12 | */ |
||
| 13 | class tx_crawler_domain_events_dispatcher extends AOE\Crawler\Event\EventDispatcher |
||
|
0 ignored issues
–
show
The type
AOE\Crawler\Event\EventDispatcher was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 14 | { |
||
| 15 | } |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @deprecated |
||
| 19 | */ |
||
| 20 | class tx_crawler_domain_process extends AOE\Crawler\Domain\Model\Process |
||
| 21 | { |
||
| 22 | } |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @deprecated |
||
| 26 | */ |
||
| 27 | class tx_crawler_domain_process_collection extends AOE\Crawler\Domain\Model\ProcessCollection |
||
| 28 | { |
||
| 29 | } |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @deprecated |
||
| 33 | */ |
||
| 34 | class tx_crawler_domain_process_manager extends AOE\Crawler\Service\ProcessService |
||
| 35 | { |
||
| 36 | } |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @deprecated |
||
| 40 | */ |
||
| 41 | class tx_crawler_domain_process_repository extends AOE\Crawler\Domain\Repository\ProcessRepository |
||
| 42 | { |
||
| 43 | } |
||
| 44 | |||
| 45 | /** |
||
| 46 | * @deprecated |
||
| 47 | */ |
||
| 48 | class tx_crawler_domain_queue_entry extends AOE\Crawler\Domain\Model\Queue |
||
| 49 | { |
||
| 50 | } |
||
| 51 | |||
| 52 | /** |
||
| 53 | * @deprecated |
||
| 54 | */ |
||
| 55 | class tx_crawler_domain_queue_repository extends AOE\Crawler\Domain\Repository\QueueRepository |
||
| 56 | { |
||
| 57 | } |
||
| 58 | |||
| 59 | /** |
||
| 60 | * @deprecated |
||
| 61 | */ |
||
| 62 | class tx_crawler_domain_reason extends AOE\Crawler\Domain\Model\Reason |
||
| 63 | { |
||
| 64 | } |
||
| 65 | |||
| 66 | /** |
||
| 67 | * @deprecated |
||
| 68 | */ |
||
| 69 | class tx_crawler_hooks_processCleanUp extends AOE\Crawler\Hooks\ProcessCleanUpHook |
||
| 70 | { |
||
| 71 | } |
||
| 72 | |||
| 73 | /** |
||
| 74 | * @deprecated |
||
| 75 | */ |
||
| 76 | class tx_crawler_hooks_tsfe extends AOE\Crawler\Hooks\TsfeHook |
||
|
0 ignored issues
–
show
The type
AOE\Crawler\Hooks\TsfeHook was not found. Maybe you did not declare it correctly or list all dependencies?
The issue could also be caused by a filter entry in the build configuration.
If the path has been excluded in your configuration, e.g. filter:
dependency_paths: ["lib/*"]
For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths Loading history...
|
|||
| 77 | { |
||
| 78 | } |
||
| 79 | |||
| 80 | /** |
||
| 81 | * @deprecated |
||
| 82 | */ |
||
| 83 | class tx_crawler_lib extends AOE\Crawler\Controller\CrawlerController |
||
| 84 | { |
||
| 85 | } |
||
| 86 | |||
| 87 | /** |
||
| 88 | * @deprecated |
||
| 89 | */ |
||
| 90 | class tx_crawler_modfunc1 extends AOE\Crawler\Backend\BackendModule |
||
| 91 | { |
||
| 92 | } |
||
| 93 | |||
| 94 | /** |
||
| 95 | * @deprecated |
||
| 96 | */ |
||
| 97 | class tx_crawler_tcafunc extends AOE\Crawler\Utility\TcaUtility |
||
| 98 | { |
||
| 99 | } |
||
| 100 |