Yoast\WP\SEO\User_Meta\User_Interface

Custom_Meta_Integration::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Custom_Meta_Integration = new Custom_Meta_Integration();
$Custom_Meta_Integration->__construct( $custom_meta_collector );
$custom_meta_collector(Custom_Meta_Collector) (обязательный)
The custom meta collector.

Код Custom_Meta_Integration::__construct() Yoast 25.1

public function __construct( Custom_Meta_Collector $custom_meta_collector ) {
	$this->custom_meta_collector = $custom_meta_collector;
}