Yoast\WP\SEO\Services\Health_Check

Postname_Permalink_Reports::__construct()publicYoast 1.0

Constructor.

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

Хуков нет.

Возвращает

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

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

$Postname_Permalink_Reports = new Postname_Permalink_Reports();
$Postname_Permalink_Reports->__construct( $report_builder_factory );
$report_builder_factory(Report_Builder_Factory) (обязательный)
The factory for result builder objects. This class uses the report builder to generate WordPress-friendly health check results.

Код Postname_Permalink_Reports::__construct() Yoast 22.4

public function __construct( Report_Builder_Factory $report_builder_factory ) {
	$this->report_builder_factory = $report_builder_factory;
}