Yoast\WP\SEO\Task_List\Application\Configuration

Task_List_Configuration::__constructpublicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Task_List_Configuration = new Task_List_Configuration();
$Task_List_Configuration->__construct( $options_helper, $endpoints_repository );
$options_helper(Options_Helper) (обязательный)
The options helper.
$endpoints_repository(Endpoints_Repository) (обязательный)
The endpoints repository.

Код Task_List_Configuration::__construct() Yoast 27.7

public function __construct(
	Options_Helper $options_helper,
	Endpoints_Repository $endpoints_repository
) {
	$this->options_helper       = $options_helper;
	$this->endpoints_repository = $endpoints_repository;
}