Automattic\WooCommerce\Internal\Admin\Logging
LogHandlerFileV2::__construct
LogHandlerFileV2 class.
Method of the class: LogHandlerFileV2{}
No Hooks.
Returns
null. Nothing (null).
Usage
$LogHandlerFileV2 = new LogHandlerFileV2(); $LogHandlerFileV2->__construct();
LogHandlerFileV2::__construct() LogHandlerFileV2:: construct code WC 10.9.4
public function __construct() {
$this->file_controller = wc_get_container()->get( FileController::class );
$this->settings = wc_get_container()->get( Settings::class );
}