| Total Complexity | 1 |
| Total Lines | 13 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class Chat extends Client |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * Send message from manager to another manager or tourist |
||
| 15 | * |
||
| 16 | * @link https://api.u-on.ru/{key}/chat-message/create.{_format} |
||
| 17 | * @param array $parameters - List of parameters [] |
||
| 18 | * @return array|false |
||
| 19 | */ |
||
| 20 | public function create(array $parameters) |
||
| 26 |