Automattic\WooCommerce\Internal\Admin\Logging\FileV2
File::get_rotation()
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() File::get rotation code WC 9.3.3
public function get_rotation(): ?int { return $this->rotation; }