Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::__construct()publicWC 1.0

Class File

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

Хуков нет.

Возвращает

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

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

$File = new File();
$File->__construct( $path );
$path(строка) (обязательный)
The absolute path of the file.

Код File::__construct() WC 9.7.1

public function __construct( $path ) {
	$this->path = $path;
	$this->ingest_path();
}