ActionScheduler_LogEntry
in package
Class ActionScheduler_LogEntry
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, string $message[, Datetime $date = null ]) : mixed
Parameters
- $action_id : mixed
-
Action ID
- $message : string
-
Message
- $date : Datetime = null
-
Datetime object with the time when this log entry was created. If this parameter is not provided a new Datetime object (with current time) will be created.
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