Summery Summery
Each instance handles a single file.
Syntax Syntax
Parameters Parameters
- $file
-
(Required) Path to the file to load.
Source Source
File: wp-includes/class-wp-image-editor.php
public function __construct( $file ) { $this->file = $file; }