Yoast\WP\SEO\Actions\Importing\Aioseo
Aioseo_General_Settings_Importing_Action::__construct
Aioseo_General_Settings_Importing_Action constructor.
Метод класса: Aioseo_General_Settings_Importing_Action{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Aioseo_General_Settings_Importing_Action = new Aioseo_General_Settings_Importing_Action(); $Aioseo_General_Settings_Importing_Action->__construct( $import_cursor, $options, $sanitization, $image, $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.
- $image(Image_Helper) (обязательный)
- The image 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_General_Settings_Importing_Action::__construct() Aioseo General Settings Importing Action:: construct Yoast 28.2
public function __construct(
Import_Cursor_Helper $import_cursor,
Options_Helper $options,
Sanitization_Helper $sanitization,
Image_Helper $image,
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->image = $image;
}