1 | <?php |
||
2 | /** |
||
3 | * LSX_Sharing |
||
4 | * |
||
5 | * @package lsx-sharing |
||
6 | */ |
||
7 | |||
8 | /** |
||
9 | * Deprecated class. |
||
10 | */ |
||
11 | class LSX_Sharing { |
||
12 | |||
13 | /** |
||
14 | * Constructor. |
||
15 | */ |
||
16 | public function __construct() { |
||
0 ignored issues
–
show
Coding Style
introduced
by
![]() |
|||
17 | return lsx_sharing(); |
||
0 ignored issues
–
show
|
|||
18 | } |
||
0 ignored issues
–
show
|
|||
19 | } |
||
20 |