Yoast\WP\SEO\AI\Consent\Application

Consent_Endpoints_Repository::__constructpublicYoast 1.0

Constructs the repository.

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

Хуков нет.

Возвращает

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

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

$Consent_Endpoints_Repository = new Consent_Endpoints_Repository();
$Consent_Endpoints_Repository->__construct( Consent_Endpoint_Interface ...$endpoints );
Consent_Endpoint_Interface ...$endpoints(обязательный)
.

Код Consent_Endpoints_Repository::__construct() Yoast 27.7

public function __construct( Consent_Endpoint_Interface ...$endpoints ) {
	parent::__construct( ...$endpoints );
}