ActionScheduler_NullLogEntry::__construct()publicWC 1.0

Construct.

Method of the class: ActionScheduler_NullLogEntry{}

No Hooks.

Returns

null. Nothing (null).

Usage

$ActionScheduler_NullLogEntry = new ActionScheduler_NullLogEntry();
$ActionScheduler_NullLogEntry->__construct( $action_id, $message );
$action_id(string)
Action ID.
Default: ''
$message(string)
Log entry.
Default: ''

ActionScheduler_NullLogEntry::__construct() code WC 9.8.4

public function __construct( $action_id = '', $message = '' ) {
	// nothing to see here.
}