1 | <?php |
||
25 | class WorkflowResource extends AbstractResource |
||
26 | { |
||
27 | use GetAllTrait; |
||
28 | use CreateTrait; |
||
29 | use UpdateTrait; |
||
30 | |||
31 | /** |
||
32 | * Return connection array ResourceMethod => RequestPathFormat. |
||
33 | * |
||
34 | * @see \Zibios\WrikePhpLibrary\Enum\Api\ResourceMethodEnum |
||
35 | * @see \Zibios\WrikePhpLibrary\Enum\Api\RequestPathFormatEnum |
||
36 | * |
||
37 | * @return array |
||
38 | */ |
||
39 | 3 | protected function getResourceMethodConfiguration(): array |
|
47 | } |
||
48 |