Yoast\WP\SEO\Presenters\Admin
Indexing_Failed_Notification_Presenter::__construct() public Yoast 1.0
Indexing_Failed_Notification_Presenter constructor.
{} Это метод класса: Indexing_Failed_Notification_Presenter{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Indexing_Failed_Notification_Presenter = new Indexing_Failed_Notification_Presenter(); $Indexing_Failed_Notification_Presenter->__construct( $product_helper );
- $product_helper(Product_Helper) (обязательный)
- The product helper.
Код Indexing_Failed_Notification_Presenter::__construct() Indexing Failed Notification Presenter:: construct Yoast 15.6.2
public function __construct( $product_helper ) {
$this->product_helper = $product_helper;
}