Its your code, you will need to decide, right?
Plus, anyway, its mostly used for setters (fluent), so even if you have $this returned for all of them, makes no harm.
I'm wondering if there's a guideline/best practice for when to return $this vs. no value from a model method. I've seen both in the video tutorials ... eg. do something and return $this ... vs ... do something with no return value. I understand returning $this when you know you need to chain methods. Just wondering how to decide if you don't know if it will make sense to use the method in a chain.
Please or to participate in this conversation.