Instafilter\Filter\Custom::__construct PHP Method

__construct() public method

public __construct ( $closure, $configuration )
    public function __construct($closure, $configuration)
    {
        parent::__construct($configuration);
        self::$_closure = $closure;
    }