Total Complexity | 3 |
Total Lines | 32 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
26 | final class Test |
||
27 | { |
||
28 | /** |
||
29 | * @var |
||
30 | */ |
||
31 | private $config; |
||
32 | |||
33 | /** |
||
34 | * Class construct |
||
35 | * |
||
36 | * @param array $config - Config array which holds object configuration |
||
37 | * @return void |
||
38 | */ |
||
39 | public function __construct(array $config = []) |
||
42 | } |
||
43 | |||
44 | /** |
||
45 | * |
||
46 | */ |
||
47 | public function config() |
||
50 | } |
||
51 | |||
52 | /** |
||
53 | * |
||
54 | */ |
||
55 | public function this() |
||
60 |