ClassesBigCommerceSettingsAbort Import

Abort_Import

  • Full name: \BigCommerce\Settings\Abort_Import

Constants

ConstantVisibilityTypeValue
ABORT_IMPORT_OPTIONpublic’bigcommerce_abort_import_option’

Properties

screen_settings

protected $screen_settings

Methods

__construct

public __construct(mixed $screen_settings): mixed

Parameters:

ParameterTypeDescription
$screen_settingsmixed

abort

Abort import process, make cleanup and set self::ABORT_IMPORT_OPTION option in order to detect on next stages that import was aborted

public abort(\BigCommerce\Import\Processors\Cleanup $cleanup): mixed

Parameters:

ParameterTypeDescription
$cleanup\BigCommerce\Import\Processors\Cleanup

Inherited methods

get_option

protected get_option(string $option, bool $default = false): mixed

Parameters:

ParameterTypeDescription
$optionstring
$defaultbool

update_option

protected update_option(string $option, mixed $value, bool $autoload = false): bool

Parameters:

ParameterTypeDescription
$optionstring
$valuemixed
$autoloadbool

add_option

protected add_option(string $option, mixed $value, bool $autoload = false): bool

Parameters:

ParameterTypeDescription
$optionstring
$valuemixed
$autoloadbool

delete_option

protected delete_option(string $option): bool

Parameters:

ParameterTypeDescription
$optionstring


Automatically generated on 2025-01-21