Adds registerSchedule() to PluginBase class

This commit is contained in:
Samuel Georges 2015-02-25 22:58:10 +11:00
parent e6acb54d03
commit 05dc7dfa00
1 changed files with 7 additions and 0 deletions

View File

@ -79,6 +79,13 @@ abstract class PluginBase extends ServiceProviderBase
return [];
}
/**
* Registers scheduled tasks that are executed on a regular basis.
*/
public function registerSchedule($schedule)
{
}
/**
* Registers any report widgets provided by this plugin.
* The widgets must be returned in the following format: