ActionScheduler_NullAction
extends ActionScheduler_Action
in package
Class ActionScheduler_NullAction
Table of Contents
- $args : mixed
- $group : mixed
- $hook : mixed
- $schedule : ActionScheduler_Schedule
- __construct() : mixed
- execute() : mixed
- get_args() : mixed
- get_group() : string
- get_hook() : mixed
- get_schedule() : ActionScheduler_Schedule
- is_finished() : bool
- set_args() : mixed
- set_group() : mixed
- set_hook() : mixed
- set_schedule() : mixed
Properties
$args
protected
mixed
$args
= array()
$group
protected
mixed
$group
= ''
$hook
protected
mixed
$hook
= ''
$schedule
protected
ActionScheduler_Schedule
$schedule
= NULL
Methods
__construct()
public
__construct([mixed $hook = '' ][, array<string|int, mixed> $args = array() ][, ActionScheduler_Schedule $schedule = NULL ]) : mixed
Parameters
- $hook : mixed = ''
- $args : array<string|int, mixed> = array()
- $schedule : ActionScheduler_Schedule = NULL
Return values
mixed —execute()
public
execute() : mixed
Return values
mixed —get_args()
public
get_args() : mixed
Return values
mixed —get_group()
public
get_group() : string
Return values
string —get_hook()
public
get_hook() : mixed
Return values
mixed —get_schedule()
public
get_schedule() : ActionScheduler_Schedule
Return values
ActionScheduler_Schedule —is_finished()
public
is_finished() : bool
Return values
bool —If the action has been finished
set_args()
protected
set_args(array<string|int, mixed> $args) : mixed
Parameters
- $args : array<string|int, mixed>
Return values
mixed —set_group()
protected
set_group(string $group) : mixed
Parameters
- $group : string
Return values
mixed —set_hook()
protected
set_hook(string $hook) : mixed
Parameters
- $hook : string
Return values
mixed —set_schedule()
protected
set_schedule(ActionScheduler_Schedule $schedule) : mixed
Parameters
- $schedule : ActionScheduler_Schedule