Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
Total | n/a |
0 / 0 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
1 | <?php |
2 | |
3 | namespace oat\taoTaskQueue\model\Task; |
4 | |
5 | /** |
6 | * @deprecated Use \oat\tao\model\taskQueue\Task\RemoteTaskSynchroniserInterface |
7 | */ |
8 | interface RemoteTaskSynchroniserInterface |
9 | { |
10 | public function getRemoteStatus(); |
11 | } |