Resque\Helpers\SerializableClosure::__invoke PHP Method

__invoke() public method

Invoke the contained Closure.
public __invoke ( ) : mixed
return mixed
    public function __invoke()
    {
        return call_user_func_array($this->closure, func_get_args());
    }