The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
56 views

Simple event mediator

I was trying to explain the mediator pattern to a new developer, and ended up writing a simple event mediator. Thoughts? EventMediator class EventMediator { private $events = array(); ...