Yoast\WP\SEO\Integrations\Third_Party
WPML_WPSEO_Notification::__construct() public Yoast 1.0
WPML WPSEO notification constructor.
{} Это метод класса: WPML_WPSEO_Notification{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WPML_WPSEO_Notification = new WPML_WPSEO_Notification(); $WPML_WPSEO_Notification->__construct(;
- $short_link_helper(Short_Link_Helper) (обязательный)
- The short link helper.
- $notification_center(Yoast_Notification_Center) (обязательный)
- The notification center.
- $wpml_wpseo_conditional(WPML_WPSEO_Conditional) (обязательный)
- The WPML WPSEO conditional.
Код WPML_WPSEO_Notification::__construct() WPML WPSEO Notification:: construct Yoast 15.6.2
public function __construct(
Short_Link_Helper $short_link_helper,
Yoast_Notification_Center $notification_center,
WPML_WPSEO_Conditional $wpml_wpseo_conditional
) {
$this->short_link_helper = $short_link_helper;
$this->notification_center = $notification_center;
$this->wpml_wpseo_conditional = $wpml_wpseo_conditional;
}