Documentation

ActionScheduler
in package

Class ActionScheduler

Tags
codeCoverageIgnore

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

Methods

admin_view()

public static admin_view() : mixed
Return values
mixed

autoload()

public static autoload(mixed $class) : mixed
Parameters
$class : 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
static
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
static
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
static
Return values
string

__construct()

private final __construct() : mixed
Return values
mixed

Search results