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 9.5.1
public function get_source(): string { return $this->source; }