Total Complexity | 8 |
Total Lines | 40 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class Labels |
||
18 | { |
||
19 | /** |
||
20 | * Get member name. |
||
21 | * |
||
22 | * @param string $member |
||
23 | * |
||
24 | * @return string |
||
25 | */ |
||
26 | public static function member(string $member): string |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * Get role name. |
||
49 | * |
||
50 | * @param string $roleId |
||
51 | * |
||
52 | * @return string |
||
53 | */ |
||
54 | public static function role(string $roleId): string |
||
59 |