| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class GetController extends BaseController |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * Get advices and notifications /pbxcore/api/advices/ |
||
| 18 | * |
||
| 19 | * Makes the list of notifications about system, firewall, passwords, wrong settings |
||
| 20 | * curl http://127.0.0.1/pbxcore/api/advices/getList; |
||
| 21 | * |
||
| 22 | * |
||
| 23 | * @param $actionName |
||
| 24 | */ |
||
| 25 | public function callAction($actionName): void |
||
| 28 | } |
||
| 29 | } |