ActionScheduler_NullLogEntry
extends ActionScheduler_LogEntry
in package
Class ActionScheduler_NullLogEntry
Table of Contents
- $action_id : int
- $date : Datetime
- $message : string
- __construct() : mixed
- Constructor
- get_action_id() : mixed
- get_date() : Datetime
- Returns the date when this log entry was created
- get_message() : mixed
Properties
$action_id
protected
int
$action_id
= ''
$date
protected
Datetime
$date
$message
protected
string
$message
= ''
Methods
__construct()
Constructor
public
__construct([mixed $action_id = '' ][, mixed $message = '' ]) : mixed
Parameters
- $action_id : mixed = ''
-
Action ID
- $message : mixed = ''
-
Message
Return values
mixed —get_action_id()
public
get_action_id() : mixed
Return values
mixed —get_date()
Returns the date when this log entry was created
public
get_date() : Datetime
Return values
Datetime —get_message()
public
get_message() : mixed