Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php namespace EmailLog\Addon\License; |
||
10 | class AddonLicense extends BaseLicense { |
||
11 | |||
12 | /** |
||
13 | * Get License key. |
||
14 | * |
||
15 | * @return string|null License key. |
||
16 | */ |
||
17 | public function get_license_key() { |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * Option name in which individual license data is stored. |
||
27 | * This method should be called only after setting the add-on name. |
||
28 | * |
||
29 | * @return string Option name. |
||
30 | */ |
||
31 | protected function get_option_name() { |
||
35 |