Yoast\WP\SEO\Llms_Txt\Application\Configuration

Llms_Txt_Configuration::__constructpublicYoast 1.0

The constructor.

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

Хуков нет.

Возвращает

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

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

$Llms_Txt_Configuration = new Llms_Txt_Configuration();
$Llms_Txt_Configuration->__construct( $runner, $post_type_helper, $options_helper );
$runner(File_Runner) (обязательный)
The File_Generation health check runner.
$post_type_helper(Post_Type_Helper) (обязательный)
The post type helper.
$options_helper(Options_Helper) (обязательный)
The options helper.

Код Llms_Txt_Configuration::__construct() Yoast 27.7

public function __construct(
	File_Runner $runner,
	Post_Type_Helper $post_type_helper,
	Options_Helper $options_helper
) {
	$this->runner           = $runner;
	$this->post_type_helper = $post_type_helper;
	$this->options_helper   = $options_helper;
}