This holds all of the common things between filters like getting access to the imagemagick instance etc.
Exemple #1
0
 public function __construct($closure, $configuration)
 {
     parent::__construct($configuration);
     self::$_closure = $closure;
 }