You are here

public function ImageCrop::setBundle in Image javascript crop 7

Set the bundle from the current imagecrop.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function setBundle($bundle) {
  $this->bundle = $bundle;
}