ActionScheduler_LogEntry::get_date()
Returns the date when this log entry was created
Метод класса: ActionScheduler_LogEntry{}
Хуков нет.
Возвращает
Datetime
.
Использование
$ActionScheduler_LogEntry = new ActionScheduler_LogEntry(); $ActionScheduler_LogEntry->get_date();
Код ActionScheduler_LogEntry::get_date() ActionScheduler LogEntry::get date WC 9.5.1
public function get_date() { return $this->date; }