Sorry this is going to sound like a ridiculous question but can methods (not the constructor) in classes take parameters in the function declaration?
All the examples I’ve seen of methods (not constructor) pass no variables but call variables already declared in the class with $this->someVariable inside the function body.
Yes, you certainly can: