Yoast\WP\SEO\Dashboard\Infrastructure\Content_Types

Content_Types_Collector::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Content_Types_Collector = new Content_Types_Collector();
$Content_Types_Collector->__construct(;

Код Content_Types_Collector::__construct() Yoast 24.4

public function __construct(
	Post_Type_Helper $post_type_helper
) {
	$this->post_type_helper = $post_type_helper;
}