This holds all of the common things between filters like getting access to the imagemagick instance etc.
예제 #1
0
파일: Custom.php 프로젝트: fbf/instafilter
 public function __construct($closure, $configuration)
 {
     parent::__construct($configuration);
     self::$_closure = $closure;
 }