Yoast\WP\SEO\General\User_Interface
General_Page_Integration::__construct()
Constructs Academy_Integration.
Метод класса: General_Page_Integration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$General_Page_Integration = new General_Page_Integration(); $General_Page_Integration->__construct(;
Код General_Page_Integration::__construct() General Page Integration:: construct Yoast 24.4
public function __construct( WPSEO_Admin_Asset_Manager $asset_manager, Current_Page_Helper $current_page_helper, Product_Helper $product_helper, Short_Link_Helper $shortlink_helper, Notification_Helper $notification_helper, Alert_Dismissal_Action $alert_dismissal_action, Promotion_Manager $promotion_manager, Dashboard_Configuration $dashboard_configuration ) { $this->asset_manager = $asset_manager; $this->current_page_helper = $current_page_helper; $this->product_helper = $product_helper; $this->shortlink_helper = $shortlink_helper; $this->notification_helper = $notification_helper; $this->alert_dismissal_action = $alert_dismissal_action; $this->promotion_manager = $promotion_manager; $this->dashboard_configuration = $dashboard_configuration; }