Total Complexity | 2 |
Total Lines | 58 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
29 | class Connect extends Plugin |
||
30 | { |
||
31 | // Static Properties |
||
32 | // ========================================================================= |
||
33 | |||
34 | /** |
||
35 | * @var Connect |
||
36 | */ |
||
37 | public static $plugin; |
||
38 | |||
39 | // Public Properties |
||
40 | // ========================================================================= |
||
41 | |||
42 | /** |
||
43 | * @var string |
||
44 | */ |
||
45 | public $schemaVersion = '1.0.0'; |
||
46 | |||
47 | // Public Methods |
||
48 | // ========================================================================= |
||
49 | |||
50 | /** |
||
51 | * @inheritdoc |
||
52 | */ |
||
53 | public function init() |
||
75 | ); |
||
76 | } |
||
77 | |||
78 | // Protected Methods |
||
79 | // ========================================================================= |
||
80 | |||
81 | /** |
||
82 | * @inheritdoc |
||
83 | */ |
||
84 | protected function createSettingsModel() |
||
89 |