Yoast\WP\SEO\AI\Generator\Application

Generator_Endpoints_Repository{}Yoast 1.0└─ Endpoints_Repository

Repository for endpoints.

Хуков нет.

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

$Generator_Endpoints_Repository = new Generator_Endpoints_Repository();
// use class methods

Методы

  1. public __construct( Generator_Endpoint_Interface ...$endpoints )

Код Generator_Endpoints_Repository{} Yoast 27.7

class Generator_Endpoints_Repository extends Endpoints_Repository {

	/**
	 * Constructs the repository.
	 *
	 * @param Generator_Endpoint_Interface ...$endpoints The endpoints to add to the repository.
	 */
	public function __construct( Generator_Endpoint_Interface ...$endpoints ) {
		parent::__construct( ...$endpoints );
	}
}