Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_pathpublicWC 1.0

Get the full absolute path of the file.

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

Хуков нет.

Возвращает

Строку.

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

$File = new File();
$File->get_path(): string;

Код File::get_path() WC 10.5.0

public function get_path(): string {
	return $this->path;
}