php-pushover icon indicating copy to clipboard operation
php-pushover copied to clipboard

Add method chaining to setter methods

Open zkwbbr opened this issue 1 year ago • 0 comments

Add method chaining to setter methods to allow use to fluent interface. For example:

$pushover = (new \Pushover) ->setTitle('hello') ->setMessage('world');

zkwbbr avatar Aug 30 '23 09:08 zkwbbr