Total Complexity | 4 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
5 | trait ClientCommon |
||
6 | { |
||
7 | |||
8 | /** |
||
9 | * Get the client name/identifier for this client module |
||
10 | * @return string |
||
11 | * @throws \Exception |
||
12 | */ |
||
13 | public function getClientName(): string |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * Get the friendly name for this client module |
||
23 | * @return string |
||
24 | * @throws \Exception |
||
25 | */ |
||
26 | public function getClientTitle(): string |
||
35 |