Yoast\WP\SEO\Bulk_Editor\User_Interface

Posts_Overview_Bulk_Actions_Integration::__constructpublicYoast 1.0

Constructs the instance.

Метод класса: Posts_Overview_Bulk_Actions_Integration{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$Posts_Overview_Bulk_Actions_Integration = new Posts_Overview_Bulk_Actions_Integration();
$Posts_Overview_Bulk_Actions_Integration->__construct( $content_types_repository, $current_page_helper );
$content_types_repository(Content_Types_Repository) (обязательный)
The Content_Types_Repository.
$current_page_helper(Current_Page_Helper) (обязательный)
The Current_Page_Helper.

Код Posts_Overview_Bulk_Actions_Integration::__construct() Yoast 28.4

public function __construct(
	Content_Types_Repository $content_types_repository,
	Current_Page_Helper $current_page_helper
) {
	$this->content_types_repository = $content_types_repository;
	$this->current_page_helper      = $current_page_helper;
}