Documentation

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

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_date()

Returns the date when this log entry was created

public get_date() : Datetime
Return values
Datetime

Search results