GC_Image_Editor::__construct()

最后更新于:2021-11-27 23:38:00

GC_Image_Editor::__construct( string$file)

Each instance handles a single file.

参数

$file

(string) (Required) Path to the file to load.

源文件

文件: gc-includes/class-gc-image-editor.php

	public function __construct( $file ) {
		$this->file = $file;
	}