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 9.9.4
public function get_rotation(): ?int { return $this->rotation; }