Yoast\WP\SEO\Actions\Importing\Aioseo

Aioseo_Custom_Archive_Settings_Importing_Action::__construct()publicYoast 1.0

Aioseo_Custom_Archive_Settings_Importing_Action constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Aioseo_Custom_Archive_Settings_Importing_Action::__construct() Yoast 22.3

public function __construct(
	Import_Cursor_Helper $import_cursor,
	Options_Helper $options,
	Sanitization_Helper $sanitization,
	Post_Type_Helper $post_type,
	Aioseo_Replacevar_Service $replacevar_handler,
	Aioseo_Robots_Provider_Service $robots_provider,
	Aioseo_Robots_Transformer_Service $robots_transformer
) {
	parent::__construct( $import_cursor, $options, $sanitization, $replacevar_handler, $robots_provider, $robots_transformer );

	$this->post_type = $post_type;
}