Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
23 | class JobApi extends BaseLinodeApi |
||
24 | { |
||
25 | /** |
||
26 | * @param int $LinodeID [required] |
||
27 | * @param int $JobID [optional] Limits the list to the specified JobID |
||
28 | * @param bool $pendingOnly [optional] |
||
29 | * |
||
30 | * @return array |
||
31 | */ |
||
32 | 1 | public function getList($LinodeID, $JobID = null, $pendingOnly = null) |
|
41 |