Skip to content

Conversation

@zkwbbr
Copy link

@zkwbbr zkwbbr commented Aug 30, 2023

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

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

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

$pushover = (new \Pushover)
    ->setTitle('hello')
    ->setMessage('world');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant