Yoast\WP\SEO\MyYoast_Client\User_Interface

MyYoast_Client_Integration::__constructpublicYoast 1.0

MyYoast_Client_Integration constructor.

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

Хуков нет.

Возвращает

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

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

$MyYoast_Client_Integration = new MyYoast_Client_Integration();
$MyYoast_Client_Integration->__construct( $client_registration );
$client_registration(Client_Registration_Interface) (обязательный)
The registration manager.

Код MyYoast_Client_Integration::__construct() Yoast 28.3

public function __construct( Client_Registration_Interface $client_registration ) {
	$this->client_registration = $client_registration;
	$this->logger              = new NullLogger();
}