Yoast\WP\SEO\AI\Consent\Application
Consent_Endpoints_Repository::__construct
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() Consent Endpoints Repository:: construct Yoast 27.7
public function __construct( Consent_Endpoint_Interface ...$endpoints ) {
parent::__construct( ...$endpoints );
}