aboutsummaryrefslogtreecommitdiff
path: root/classes/event_observer.php
Commit message (Collapse)AuthorAgeFilesLines
* Code style fixValentin Popov2018-10-221-4/+4
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Refactoring the event handlerValentin Popov2018-09-091-0/+48
Event processing is asynchronous. For asynchronous processing, events are added to the job queue. Signed-off-by: Valentin Popov <info@valentineus.link>