Yoast\WP\SEO\AI\Consent\Application
Consent_Endpoints_Repository{}└─ Endpoints_Repository
Repository for endpoints.
Хуков нет.
Использование
$Consent_Endpoints_Repository = new Consent_Endpoints_Repository(); // use class methods
Методы
Код Consent_Endpoints_Repository{} Consent Endpoints Repository{} Yoast 27.7
class Consent_Endpoints_Repository extends Endpoints_Repository {
/**
* Constructs the repository.
*
* @param Consent_Endpoint_Interface ...$endpoints The endpoints to add to the repository.
*/
public function __construct( Consent_Endpoint_Interface ...$endpoints ) {
parent::__construct( ...$endpoints );
}
}