Total Complexity | 4 |
Total Lines | 41 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
11 | class AAPanelLogs extends AAPanelConnect |
||
12 | { |
||
13 | /** |
||
14 | * Class Construct |
||
15 | */ |
||
16 | public function __construct() |
||
17 | { |
||
18 | parent::__construct(); |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @param int $limit |
||
23 | * @return mixed |
||
24 | */ |
||
25 | public function GetLogs($limit = 10): mixed |
||
33 | } |
||
34 | |||
35 | |||
36 | public function ClearPainelLogs() |
||
43 | } |
||
44 | |||
45 | public function DelLogs() |
||
52 | } |
||
53 | } |
||
54 |