Automattic\Jetpack\Autoloader\jpc6254936a0f7cd24a79888563e5b629b
Plugins_Handler::__construct() public WC 1.0
The constructor.
{} Это метод класса: Plugins_Handler{}
Хуков нет.
Возвращает
null
. Null. Ничего.
Использование
$Plugins_Handler = new Plugins_Handler(); $Plugins_Handler->__construct( $plugin_locator, $path_processor );
- $plugin_locator(Plugin_Locator) (обязательный)
- The locator for finding active plugins.
- $path_processor(Path_Processor) (обязательный)
- The processor for transforming cached paths.
Код Plugins_Handler::__construct() Plugins Handler:: construct WC 5.2.1
public function __construct( $plugin_locator, $path_processor ) {
$this->plugin_locator = $plugin_locator;
$this->path_processor = $path_processor;
}