Yoast\WP\SEO\Actions\Importing\Aioseo

Aioseo_Custom_Archive_Settings_Importing_Action::__constructpublicYoast 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( $import_cursor, $options, $sanitization, $post_type, $replacevar_handler, $robots_provider, $robots_transformer );
$import_cursor(Import_Cursor_Helper) (обязательный)
The import cursor helper.
$options(Options_Helper) (обязательный)
The options helper.
$sanitization(Sanitization_Helper) (обязательный)
The sanitization helper.
$post_type(Post_Type_Helper) (обязательный)
The post type helper.
$replacevar_handler(Aioseo_Replacevar_Service) (обязательный)
The replacevar handler.
$robots_provider(Aioseo_Robots_Provider_Service) (обязательный)
The robots provider service.
$robots_transformer(Aioseo_Robots_Transformer_Service) (обязательный)
The robots transfomer service.

Код Aioseo_Custom_Archive_Settings_Importing_Action::__construct() Yoast 27.5

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;
}