Yoast\WP\SEO\Actions\Importing

Abstract_Aioseo_Importing_Action::__construct()publicYoast 1.0

Abstract_Aioseo_Importing_Action constructor.

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

Хуков нет.

Возвращает

null. Ничего (null).

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

$Abstract_Aioseo_Importing_Action = new Abstract_Aioseo_Importing_Action();
$Abstract_Aioseo_Importing_Action->__construct(;

Код Abstract_Aioseo_Importing_Action::__construct() Yoast 22.3

public function __construct(
	Import_Cursor_Helper $import_cursor,
	Options_Helper $options,
	Sanitization_Helper $sanitization,
	Aioseo_Replacevar_Service $replacevar_handler,
	Aioseo_Robots_Provider_Service $robots_provider,
	Aioseo_Robots_Transformer_Service $robots_transformer
) {
	$this->import_cursor      = $import_cursor;
	$this->options            = $options;
	$this->sanitization       = $sanitization;
	$this->replacevar_handler = $replacevar_handler;
	$this->robots_provider    = $robots_provider;
	$this->robots_transformer = $robots_transformer;
}