Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::__construct
Class File
Метод класса: File{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$File = new File(); $File->__construct( $path );
- $path(строка) (обязательный)
- The absolute path of the file.
Код File::__construct() File:: construct WC 10.5.0
public function __construct( $path ) {
$this->path = $path;
$this->ingest_path();
}