Implement method chaining by returning $this from setters in your classes. This technique, known as fluent interfaces, allows for more readable and concise code when configuring objects.
$this