ActionScheduler_LogEntry::__construct( mixed $action_id, string $message, Datetime $date = null )

Constructor


Description Description


Parameters Parameters

$action_id

(Required) Action ID

$message

(Required) Message

$date

(Optional) 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.

Default value: null


Top ↑

Source Source

File: packages/action-scheduler/classes/ActionScheduler_LogEntry.php


			


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.