Automattic\WooCommerce\Blueprint\Importers
ImportRunSql::get_step_class
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() ImportRunSql::get step class WC 10.0.2
public function get_step_class(): string { return RunSql::class; }