Automattic\WooCommerce\Internal\Admin\Logging

LogHandlerFileV2::__construct()publicWC 1.0

LogHandlerFileV2 class.

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

Хуков нет.

Возвращает

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

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

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

Код LogHandlerFileV2::__construct() WC 9.4.2

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