ActionScheduler_LogEntry::get_date
Returns the date when this log entry was created
Method of the class: ActionScheduler_LogEntry{}
No Hooks.
Returns
Datetime.
Usage
$ActionScheduler_LogEntry = new ActionScheduler_LogEntry(); $ActionScheduler_LogEntry->get_date();
ActionScheduler_LogEntry::get_date() ActionScheduler LogEntry::get date code WC 10.6.2
public function get_date() {
return $this->date;
}