PHP Functions - Return values

If your function is a class method, and you don’t have anything useful to return, it might be worth just returning the instance so you can chain methods.
 
Back
Top