php-pushover
php-pushover copied to clipboard
Add method chaining to setter methods
Add method chaining to setter methods to allow use to fluent interface. For example:
$pushover = (new \Pushover) ->setTitle('hello') ->setMessage('world');