| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class CallHistory extends Client |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Add information about call |
||
| 17 | * |
||
| 18 | * @link https://api.u-on.ru/{key}/call_history/create.{_format} |
||
| 19 | * |
||
| 20 | * @param array $parameters List of parameters |
||
| 21 | * |
||
| 22 | * @return null|object|\Uon\Interfaces\ClientInterface |
||
| 23 | */ |
||
| 24 | public function create(array $parameters) |
||
| 34 |