Yoast\WP\SEO\Presenters\Admin

Indexing_Failed_Notification_Presenter::__construct()publicYoast 1.0

Indexing_Failed_Notification_Presenter constructor.

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

Хуков нет.

Возвращает

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

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

$Indexing_Failed_Notification_Presenter = new Indexing_Failed_Notification_Presenter();
$Indexing_Failed_Notification_Presenter->__construct( $product_helper, $short_link_helper, $class_addon_manager );
$product_helper(Product_Helper) (обязательный)
The product helper.
$short_link_helper(Short_Link_Helper) (обязательный)
The addon manager.
$class_addon_manager(WPSEO_Addon_Manager) (обязательный)
The addon manager.

Код Indexing_Failed_Notification_Presenter::__construct() Yoast 22.4

public function __construct( $product_helper, $short_link_helper, $class_addon_manager ) {
	$this->class_addon_manager = $class_addon_manager;
	$this->short_link_helper   = $short_link_helper;
	$this->product_helper      = $product_helper;
}