Yoast\WP\SEO\Integrations\Watchers
Auto_Update_Watcher::__construct() public Yoast 1.0
Auto_Update constructor.
{} Это метод класса: Auto_Update_Watcher{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Auto_Update_Watcher = new Auto_Update_Watcher(); $Auto_Update_Watcher->__construct(;
Код Auto_Update_Watcher::__construct() Auto Update Watcher:: construct Yoast 16.1.1
public function __construct(
Yoast_Notification_Center $notification_center,
Notification_Helper $notification_helper
) {
$this->notification_center = $notification_center;
$this->notification_helper = $notification_helper;
}