ActionScheduler_NullLogEntry{}└─ ActionScheduler_LogEntry
Class ActionScheduler_NullLogEntry
No Hooks.
Usage
$ActionScheduler_NullLogEntry = new ActionScheduler_NullLogEntry(); // use class methods
Methods
ActionScheduler_NullLogEntry{} ActionScheduler NullLogEntry{} code WC 10.6.2
class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
/**
* Construct.
*
* @param string $action_id Action ID.
* @param string $message Log entry.
*/
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here.
}
}