\ActionScheduler_NullLogEntry

Class ActionScheduler_NullLogEntry

Summary

Methods
Properties
Constants
__construct()
get_date()
get_action_id()
get_message()
No public properties found
No constants found
No protected methods found
$action_id
$message
$date
N/A
No private methods found
No private properties found
N/A

Properties

$action_id

$action_id : int

Action's ID for log entry.

Type

normal

$message

$message : string

Log entry's message.

Type

normal

$date

$date : \Datetime

Log entry's date.

Type

\Datetime

Methods

__construct()

__construct(string  $action_id = '', string  $message = '') : mixed

Construct.

Parameters

string $action_id

Action ID.

string $message

Log entry.

Returns

mixed

get_date()

get_date() : \Datetime

Returns the date when this log entry was created

Returns

\Datetime

get_action_id()

get_action_id() : mixed

Get action ID of log entry.

Returns

mixed

get_message()

get_message() : mixed

Get log entry message.

Returns

mixed