Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
7 | class Notifications extends Client |
||
8 | { |
||
9 | /** |
||
10 | * Display flash message to managers |
||
11 | * |
||
12 | * @link https://api.u-on.ru/{key}/notification/create.{_format} |
||
13 | * |
||
14 | * @param array $parameters List of parameters |
||
15 | * |
||
16 | * @return null|object|\Uon\Interfaces\ClientInterface |
||
17 | */ |
||
18 | public function create(array $parameters) |
||
28 |