1 | <?php |
||
22 | trait GetAllForTimelogCategoryTrait |
||
23 | { |
||
24 | /** |
||
25 | * @param string $id |
||
26 | * @param array|null $params |
||
27 | * |
||
28 | * @throws \Zibios\WrikePhpLibrary\Exception\Api\ApiException |
||
29 | * @throws \LogicException |
||
30 | * @throws \InvalidArgumentException |
||
31 | * @throws \Throwable |
||
32 | * |
||
33 | * @return mixed |
||
34 | */ |
||
35 | 1 | public function getAllForTimelogCategory(string $id, array $params = []) |
|
44 | |||
45 | /** |
||
46 | * @param string $requestMethod |
||
47 | * @param string $requestScope |
||
48 | * @param array $params |
||
49 | * @param string|array $id |
||
50 | * |
||
51 | * @throws \Zibios\WrikePhpLibrary\Exception\Api\ApiException |
||
52 | * @throws \LogicException |
||
53 | * @throws \InvalidArgumentException |
||
54 | * @throws \Throwable |
||
55 | * |
||
56 | * @return mixed |
||
57 | */ |
||
58 | abstract protected function executeRequest( |
||
64 | } |
||
65 |