You are here

public function CommerceLicenseInterface::renew in Commerce License 7

Renews the license.

Parameters

$expires: The new expiration timestamp.

1 method overrides CommerceLicenseInterface::renew()
CommerceLicenseBase::renew in includes/plugins/license_type/base.inc
Implements CommerceLicenseInterface::renew().

File

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

Class

CommerceLicenseInterface
Ensures basic required behavior for a license.

Code

public function renew($expires);