Automattic\WooCommerce\Blueprint

StepProcessorResult::set_step_namepublicWC 1.0

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() code WC 9.9.5

public function set_step_name( $step_name ) {
	$this->step_name = $step_name;
}