public function ImageCrop::__construct in Image javascript crop 7
Construct imagecrop.
File
- includes/
imagecrop.class.inc, line 43 - Imagecrop class to handle the javascript imagecrop.
Class
- ImageCrop
- @file Imagecrop class to handle the javascript imagecrop.
Code
public function __construct() {
$this->skipPreview = variable_get('imagecrop_skip_preview', FALSE);
$this->extraControls = variable_get('imagecrop_ui_controls', FALSE);
}