$action_id
$action_id : int
Action's ID for log entry.
Class ActionScheduler_LogEntry
$action_id : int
Action's ID for log entry.
$message : string
Log entry's message.
__construct(mixed $action_id, string $message, \Datetime $date = null) : mixed
Constructor
mixed | $action_id | Action ID. |
string | $message | Message. |
\Datetime | $date | 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. |
Loading…