Yoast\WP\SEO\Introductions\User_Interface
Introductions_Integration::__construct()
Constructs the integration.
Метод класса: Introductions_Integration{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Introductions_Integration = new Introductions_Integration(); $Introductions_Integration->__construct(;
Код Introductions_Integration::__construct() Introductions Integration:: construct Yoast 24.4
public function __construct( WPSEO_Admin_Asset_Manager $admin_asset_manager, Introductions_Collector $introductions_collector, Product_Helper $product_helper, User_Helper $user_helper, Short_Link_Helper $short_link_helper, Wistia_Embed_Permission_Repository $wistia_embed_permission_repository ) { $this->admin_asset_manager = $admin_asset_manager; $this->introductions_collector = $introductions_collector; $this->product_helper = $product_helper; $this->user_helper = $user_helper; $this->short_link_helper = $short_link_helper; $this->wistia_embed_permission_repository = $wistia_embed_permission_repository; }