Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_rotation()publicWC 1.0

Get the file's rotation property.

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

Хуков нет.

Возвращает

int|null.

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

$File = new File();
$File->get_rotation(): ?int;

Код File::get_rotation() WC 9.7.1

public function get_rotation(): ?int {
	return $this->rotation;
}