Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::get_source
Get the file's source property.
Метод класса: File{}
Хуков нет.
Возвращает
Строку.
Использование
$File = new File(); $File->get_source(): string;
Код File::get_source() File::get source WC 10.4.0
public function get_source(): string {
return $this->source;
}