Automattic\WooCommerce\Internal\Admin\Logging\FileV2

File::get_rotation()publicWC 1.0

Get the file's rotation property.

Method of the class: File{}

No Hooks.

Return

Int|null.

Usage

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

File::get_rotation() code WC 9.3.3

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