1 | <?php |
||
21 | class TimelogCategoryResource extends AbstractResource |
||
22 | { |
||
23 | use GetAllTrait; |
||
24 | |||
25 | /** |
||
26 | * Return connection array ResourceMethod => RequestPathFormat. |
||
27 | * |
||
28 | * @see \Zibios\WrikePhpLibrary\Enum\Api\ResourceMethodEnum |
||
29 | * @see \Zibios\WrikePhpLibrary\Enum\Api\RequestPathFormatEnum |
||
30 | * |
||
31 | * @return array |
||
32 | */ |
||
33 | 1 | protected function getResourceMethodConfiguration() |
|
39 | } |
||
40 |