Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_hash()publicWC 1.0

Get the file's hash property.

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

Хуков нет.

Возвращает

Строку.

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

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

Код File::get_hash() WC 9.7.1

public function get_hash(): string {
	return $this->hash;
}