Automattic\WooCommerce\Blueprint\Importers

ImportRunSql::get_step_classpublicWC 1.0

Returns the class name of the step this processor handles.

Метод класса: ImportRunSql{}

Хуков нет.

Возвращает

Строку. The class name of the step this processor handles.

Использование

$ImportRunSql = new ImportRunSql();
$ImportRunSql->get_step_class(): string;

Код ImportRunSql::get_step_class() WC 10.0.2

public function get_step_class(): string {
	return RunSql::class;
}