Automattic\WooCommerce\Blueprint
StepProcessorResult::set_step_name
Get messages.
Method of the class: StepProcessorResult{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$StepProcessorResult = new StepProcessorResult(); $StepProcessorResult->set_step_name( $step_name );
- $step_name(string) (required)
- The name of the step.
StepProcessorResult::set_step_name() StepProcessorResult::set step name code WC 9.9.5
public function set_step_name( $step_name ) { $this->step_name = $step_name; }