Automattic\WooCommerce\Blueprint
StepProcessorResult::set_step_name
Get messages.
Метод класса: StepProcessorResult{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$StepProcessorResult = new StepProcessorResult(); $StepProcessorResult->set_step_name( $step_name );
- $step_name(строка) (обязательный)
- The name of the step.
Код StepProcessorResult::set_step_name() StepProcessorResult::set step name WC 10.0.2
public function set_step_name( $step_name ) { $this->step_name = $step_name; }