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