Instafilter\Filter\Custom::apply_filter PHP Method

apply_filter() public method

public apply_filter ( )
    public function apply_filter()
    {
        if ($closure !== null) {
            self::$closure($this);
        }
    }