ActionScheduler_NullLogEntry{}WC 1.0

Class ActionScheduler_NullLogEntry

No Hooks.

Usage

$ActionScheduler_NullLogEntry = new ActionScheduler_NullLogEntry();
// use class methods

Methods

  1. public __construct( $action_id = '', $message = '' )

ActionScheduler_NullLogEntry{} code WC 8.7.0

class ActionScheduler_NullLogEntry extends ActionScheduler_LogEntry {
	public function __construct( $action_id = '', $message = '' ) {
		// nothing to see here
	}
}