This commit is contained in:
Dominik Liebler 2013-09-24 13:44:34 +02:00
parent 5633c8508c
commit 02d616a0b2

View File

@ -6,7 +6,7 @@ use DesignPatterns\Mediator\Subsystem;
/** /**
* Mediator is the concrete Mediator for this design pattern. * Mediator is the concrete Mediator for this design pattern.
* *
* In this example, I have made a "Hello World" with the Mediator Pattern. * In this example, I have made a "Hello World" with the Mediator Pattern.
*/ */
class Mediator implements MediatorInterface class Mediator implements MediatorInterface