Total Complexity | 5 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
17 | class Integration extends AbstractIntegration { |
||
18 | public function __construct() { |
||
30 | } |
||
31 | } |
||
32 | |||
33 | public function get_config_factory_class() { |
||
35 | } |
||
36 | |||
37 | public function get_settings_class() { |
||
38 | return __NAMESPACE__ . '\Settings'; |
||
39 | } |
||
40 | |||
41 | /** |
||
42 | * Get required settings for this integration. |
||
43 | * |
||
44 | * @return array |
||
45 | */ |
||
46 | public function get_settings() { |
||
52 | } |
||
53 | } |
||
54 |