Yoast\WP\SEO\Routes

Importing_Route::__construct()publicYoast 1.0

Importing_Route constructor.

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

Хуков нет.

Возвращает

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

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

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

Код Importing_Route::__construct() Yoast 22.4

public function __construct(
	Importable_Detector_Service $importable_detector,
	Importing_Action_Interface ...$importers
) {
	$this->importable_detector = $importable_detector;
	$this->importers           = $importers;
}