jeedom / core

Software for home automation
https://www.jeedom.com
GNU General Public License v2.0
390 stars 318 forks source link

Return $this for addEvent and emptyEvent #2970

Closed Salvialf closed 3 weeks ago

Salvialf commented 3 weeks ago

listeners addEvent & emptyEvent chaining

Description

Return $this for addEvent and emptyEvent in order to be able to chain functions

Related issues/external references

Fixes #2969

Types of changes