License_Checker extends Scheduled_Task implements Schedulable

A scheduled task to periodically check the status of the plugin license.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Schedulable
Something that can be scheduled.

Table of Contents

$license  : License
The plugin license.
$plugin_file  : mixed
__construct()  : mixed
run()  : mixed
schedule()  : mixed
unschedule()  : mixed
get_cron_hook()  : mixed
get_interval()  : mixed

Properties

Methods

__construct()

public __construct(mixed $plugin_file, License $license) : mixed
Parameters
$plugin_file : mixed
$license : License
Return values
mixed

unschedule()

public unschedule() : mixed
Return values
mixed

get_cron_hook()

protected get_cron_hook() : mixed
Return values
mixed

get_interval()

protected get_interval() : mixed
Return values
mixed

Search results