Automattic\WooCommerce\Internal\Admin\Logging

LogHandlerFileV2::__constructpublicWC 1.0

LogHandlerFileV2 class.

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

Хуков нет.

Возвращает

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

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

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

Код LogHandlerFileV2::__construct() WC 10.3.4

public function __construct() {
	$this->file_controller = wc_get_container()->get( FileController::class );
	$this->settings        = wc_get_container()->get( Settings::class );
}