Yoast\WP\SEO\Services\Importing
Importable_Detector_Service::__construct
Importable_Detector_Service constructor.
Метод класса: Importable_Detector_Service{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Importable_Detector_Service = new Importable_Detector_Service(); $Importable_Detector_Service->__construct( Importing_Action_Interface ...$importers );
- Importing_Action_Interface ...$importers(обязательный)
- .
Код Importable_Detector_Service::__construct() Importable Detector Service:: construct Yoast 26.7
public function __construct( Importing_Action_Interface ...$importers ) {
$this->importers = $importers;
}