ActionScheduler
in package
Class ActionScheduler
Tags
Table of Contents
- $factory : ActionScheduler_ActionFactory
- $plugin_file : mixed
- __clone() : mixed
- __wakeup() : mixed
- admin_view() : mixed
- autoload() : mixed
- factory() : mixed
- get_datetime_object() : mixed
- Deprecated *
- init() : mixed
- Initialize the plugin
- logger() : mixed
- plugin_path() : string
- Get the absolute system path to the plugin directory, or a file therein
- plugin_url() : string
- Get the absolute URL to the plugin directory, or a file therein
- runner() : mixed
- store() : mixed
- __construct() : mixed
Properties
$factory
private
static ActionScheduler_ActionFactory
$factory
= NULL
$plugin_file
private
static mixed
$plugin_file
= ''
Methods
__clone()
public
final __clone() : mixed
Return values
mixed —__wakeup()
public
final __wakeup() : mixed
Return values
mixed —admin_view()
public
static admin_view() : mixed
Return values
mixed —autoload()
public
static autoload(mixed $class) : mixed
Parameters
- $class : mixed
Return values
mixed —factory()
public
static factory() : mixed
Return values
mixed —get_datetime_object()
Deprecated *
public
static get_datetime_object([mixed $when = null ][, mixed $timezone = 'UTC' ]) : mixed
Parameters
- $when : mixed = null
- $timezone : mixed = 'UTC'
Return values
mixed —init()
Initialize the plugin
public
static init(string $plugin_file) : mixed
Parameters
- $plugin_file : string
Tags
Return values
mixed —logger()
public
static logger() : mixed
Return values
mixed —plugin_path()
Get the absolute system path to the plugin directory, or a file therein
public
static plugin_path(string $path) : string
Parameters
- $path : string
Tags
Return values
string —plugin_url()
Get the absolute URL to the plugin directory, or a file therein
public
static plugin_url(string $path) : string
Parameters
- $path : string
Tags
Return values
string —runner()
public
static runner() : mixed
Return values
mixed —store()
public
static store() : mixed
Return values
mixed —__construct()
private
final __construct() : mixed