Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_source()publicWC 1.0

Get the file's source property.

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

Хуков нет.

Возвращает

Строку.

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

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

Код File::get_source() WC 9.5.1

public function get_source(): string {
	return $this->source;
}