| 1 | <?php namespace EmailLog\Addon\License;  | 
            ||
| 10 | class AddonLicense extends BaseLicense { | 
            ||
| 11 | |||
| 12 | 	public function is_valid() { | 
            ||
| 19 | |||
| 20 | /**  | 
            ||
| 21 | * Get License key.  | 
            ||
| 22 | *  | 
            ||
| 23 | * @return null|string License key.  | 
            ||
| 24 | */  | 
            ||
| 25 | 	public function get_license_key() { | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 | * Option name in which individual license data is stored.  | 
            ||
| 35 | * This method should be called only after setting the add-on name.  | 
            ||
| 36 | *  | 
            ||
| 37 | * @return string Option name.  | 
            ||
| 38 | */  | 
            ||
| 39 | 	protected function get_option_name() { | 
            ||
| 42 | }  | 
            ||
| 43 |