ActionScheduler_NullLogEntry::__construct
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() ActionScheduler NullLogEntry:: construct code WC 10.6.2
public function __construct( $action_id = '', $message = '' ) {
// nothing to see here.
}