Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_source()publicWC 1.0

Get the file's source property.

Method of the class: File{}

No Hooks.

Return

String.

Usage

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

File::get_source() code WC 8.7.0

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