Yoast\WP\SEO\Routes
Importing_Route::__construct()
Importing_Route constructor.
Метод класса: Importing_Route{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$Importing_Route = new Importing_Route(); $Importing_Route->__construct(;
Код Importing_Route::__construct() Importing Route:: construct Yoast 24.4
public function __construct( Importable_Detector_Service $importable_detector, Importing_Action_Interface ...$importers ) { $this->importable_detector = $importable_detector; $this->importers = $importers; }