You are here

public function ImagemagickExecutionEvent::__construct in ImageMagick 8.3

Same name and namespace in other branches
  1. 8.2 src/Event/ImagemagickExecutionEvent.php \Drupal\imagemagick\Event\ImagemagickExecutionEvent::__construct()

Constructs the object.

Parameters

\Drupal\imagemagick\ImagemagickExecArguments $arguments: The ImageMagick/GraphicsMagick execution arguments object.

File

src/Event/ImagemagickExecutionEvent.php, line 70

Class

ImagemagickExecutionEvent
Defines the ImagemagickExecutionEvent.

Namespace

Drupal\imagemagick\Event

Code

public function __construct(ImagemagickExecArguments $arguments) {
  $this->arguments = $arguments;
}