| Total Complexity | 2 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 31 | class ExportData extends Sobot |
||
| 32 | { |
||
| 33 | const TASK_TYPE_VISIT = 1; |
||
| 34 | const TASK_TYPE_CONVERSATION = 2; |
||
| 35 | const TASK_TYPE_EVALUATION = 3; |
||
| 36 | const TASK_TYPE_MSG = 4; |
||
| 37 | const TASK_TYPE_USER = 5; |
||
| 38 | const TASK_TYPE_TICKET = 6; |
||
| 39 | |||
| 40 | public function getRequestMethod(): string |
||
| 43 | } |
||
| 44 | |||
| 45 | public function getRequestPath(): string |
||
| 48 | } |
||
| 49 | } |