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