You are here

public function ImageCrop::setFile in Image javascript crop 7

Set the current file

File

includes/imagecrop.class.inc, line 87
Imagecrop class to handle the javascript imagecrop.

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

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