Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::get_rotation
Get the file's rotation property.
Method of the class: File{}
No Hooks.
Returns
Int|null.
Usage
$File = new File(); $File->get_rotation(): ?int;
File::get_rotation() File::get rotation code WC 10.9.1
public function get_rotation(): ?int {
return $this->rotation;
}