Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
28 | class UserPlaceholderHandler implements IConfigHandler { |
||
29 | use SimpleSubstitutionTrait; |
||
30 | |||
31 | /** @var IUserSession */ |
||
32 | private $session; |
||
33 | |||
34 | public function __construct(IUserSession $session) { |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * @param mixed $optionValue |
||
41 | * @return mixed the same type as $optionValue |
||
42 | * @since 16.0.0 |
||
43 | */ |
||
44 | public function handle($optionValue) { |
||
54 |