Documentation

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

Methods

__construct()

Constructor

public __construct([mixed $action_id = '' ][, mixed $message = '' ]) : mixed
Parameters
$action_id : mixed = ''

Action ID

$message : mixed = ''

Message

Return values
mixed

get_date()

Returns the date when this log entry was created

public get_date() : Datetime
Return values
Datetime

Search results