You are here

public function ImageCrop::setEntityType in Image javascript crop 7

Set the entity type from the current imagecrop.

File

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

Class

ImageCrop
@file Imagecrop class to handle the javascript imagecrop.

Code

public function setEntityType($entity_type) {
  $this->entityType = $entity_type;
}