Yoast\WP\SEO\Integrations\Admin
Link_Count_Columns_Integration::__construct() public Yoast 1.0
Link_Count_Columns_Integration constructor
{} Это метод класса: Link_Count_Columns_Integration{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$Link_Count_Columns_Integration = new Link_Count_Columns_Integration(); $Link_Count_Columns_Integration->__construct(;
- $post_type_helper(Post_Type_Helper) (обязательный)
- The post type helper.
- $wpdb(wpdb) (обязательный)
- The wpdb object.
- $post_link_indexing_action(Post_Link_Indexing_Action) (обязательный)
- The post link indexing action.
- $admin_columns_cache(Admin_Columns_Cache_числоegration) (обязательный)
- The admin columns cache.
Код Link_Count_Columns_Integration::__construct() Link Count Columns Integration:: construct Yoast 15.6.2
public function __construct(
Post_Type_Helper $post_type_helper,
wpdb $wpdb,
Post_Link_Indexing_Action $post_link_indexing_action,
Admin_Columns_Cache_Integration $admin_columns_cache
) {
$this->post_type_helper = $post_type_helper;
$this->wpdb = $wpdb;
$this->post_link_indexing_action = $post_link_indexing_action;
$this->admin_columns_cache = $admin_columns_cache;
}