Yoast\WP\SEO\Llms_Txt\User_Interface

File_Failure_Llms_Txt_Notification_Integration::__constructpublicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$File_Failure_Llms_Txt_Notification_Integration = new File_Failure_Llms_Txt_Notification_Integration();
$File_Failure_Llms_Txt_Notification_Integration->__construct( $options_helper, $notification_center, $presenter );
$options_helper(Options_Helper) (обязательный)
The options helper.
$notification_center(Yoast_Notification_Center) (обязательный)
The notification center.
$presenter(File_Failure_Notification_Presenter) (обязательный)
The notification presenter.

Код File_Failure_Llms_Txt_Notification_Integration::__construct() Yoast 27.7

public function __construct(
	Options_Helper $options_helper,
	Yoast_Notification_Center $notification_center,
	File_Failure_Notification_Presenter $presenter
) {
	$this->options_helper      = $options_helper;
	$this->notification_center = $notification_center;
	$this->presenter           = $presenter;
}