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;
 }