You are here

public function ImageCrop::getFile in Image javascript crop 7

Get the current file.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function getFile() {
  return $this->file;
}