Total Complexity | 2 |
Total Lines | 26 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class GlobalConfigWithCheckServerId extends GlobalConfig |
||
12 | { |
||
13 | use CheckServerIdTrait; |
||
14 | |||
15 | |||
16 | const KEY_SERVER_ID = 'server.id'; |
||
17 | |||
18 | |||
19 | /** |
||
20 | * @return string |
||
21 | */ |
||
22 | public function getServerId() |
||
25 | } |
||
26 | |||
27 | |||
28 | /** |
||
29 | * @param string|int $serverId |
||
30 | * @return $this |
||
31 | */ |
||
32 | public function setServerId($serverId) |
||
39 |