I’m afraid not; now you’re doing what I said I can do from the beginning, you’re using a static function on another class. Remember, I have a local variable which I need to pass to it, so using a static method of another class I can’t pass the local variable to it.