ActionScheduler_NullLogEntry::__construct()publicWC 1.0

Class ActionScheduler_NullLogEntry

Method of the class: ActionScheduler_NullLogEntry{}

No Hooks.

Return

null. Nothing (null).

Usage

$ActionScheduler_NullLogEntry = new ActionScheduler_NullLogEntry();
$ActionScheduler_NullLogEntry->__construct( $action_id, $message );
$action_id **
-
Default: ''
$message **
-
Default: ''

ActionScheduler_NullLogEntry::__construct() code WC 8.7.0

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