You are here

public property CommerceLicenseBase::$expires in Commerce License 7

The date (unix timestamp) when the license expires. 0 for never.

Type: integer

File

includes/plugins/license_type/base.inc, line 211
Abstract and interface plugin implementation.

Class

CommerceLicenseBase
License base class.

Code

public $expires = 0;