Total Complexity | 3 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class SuccessThread extends AbstractThread |
||
8 | { |
||
9 | |||
10 | public function method() |
||
15 | } |
||
16 | |||
17 | /** |
||
18 | * Return the name of the method to process during the thread |
||
19 | * |
||
20 | * @return string |
||
21 | */ |
||
22 | protected function getMethodName(): string |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * Return the list of dependencies that will be passed as parameters of the method referenced by getMethodName |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | protected function getDependencies(): array |
||
38 |