License_Checker extends Scheduled_Task implements Schedulable
A scheduled task to periodically check the status of the plugin license.
Tags
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
$license
The plugin license.
private
License
$license
$plugin_file
private
mixed
$plugin_file
Methods
__construct()
public
__construct(mixed $plugin_file, License $license) : mixed
Parameters
- $plugin_file : mixed
- $license : License
Return values
mixed —run()
public
run() : mixed
Return values
mixed —schedule()
public
schedule() : mixed
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