Yoast\WP\SEO\Dashboard\Application\Configuration

Dashboard_Configuration::__construct()publicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Dashboard_Configuration = new Dashboard_Configuration();
$Dashboard_Configuration->__construct(;

Код Dashboard_Configuration::__construct() Yoast 24.4

public function __construct(
	Content_Types_Repository $content_types_repository,
	Indexable_Helper $indexable_helper,
	User_Helper $user_helper,
	Enabled_Analysis_Features_Repository $enabled_analysis_features_repository,
	Endpoints_Repository $endpoints_repository,
	Nonce_Repository $nonce_repository
) {
	$this->content_types_repository             = $content_types_repository;
	$this->indexable_helper                     = $indexable_helper;
	$this->user_helper                          = $user_helper;
	$this->enabled_analysis_features_repository = $enabled_analysis_features_repository;
	$this->endpoints_repository                 = $endpoints_repository;
	$this->nonce_repository                     = $nonce_repository;
}