Yoast\WP\SEO\Integrations\Admin
Indexing_Notification_Integration::__construct() public Yoast 1.0
Indexing_Notification_Integration constructor.
{} Это метод класса: Indexing_Notification_Integration{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexing_Notification_Integration = new Indexing_Notification_Integration(); $Indexing_Notification_Integration->__construct(;
- $notification_center(Yoast_Notification_Center) (обязательный)
- The notification center.
- $product_helper(Product_Helper) (обязательный)
- The product helper.
- $page_helper(Current_Page_Helper) (обязательный)
- The current page helper.
- $short_link_helper(Short_Link_Helper) (обязательный)
- The short link helper.
- $notification_helper(Notification_Helper) (обязательный)
- The notification helper.
- $indexing_helper(Indexing_Helper) (обязательный)
- The indexing helper.
Код Indexing_Notification_Integration::__construct() Indexing Notification Integration:: construct Yoast 15.6.2
public function __construct(
Yoast_Notification_Center $notification_center,
Product_Helper $product_helper,
Current_Page_Helper $page_helper,
Short_Link_Helper $short_link_helper,
Notification_Helper $notification_helper,
Indexing_Helper $indexing_helper
) {
$this->notification_center = $notification_center;
$this->product_helper = $product_helper;
$this->page_helper = $page_helper;
$this->short_link_helper = $short_link_helper;
$this->notification_helper = $notification_helper;
$this->indexing_helper = $indexing_helper;
}