mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-24 00:31:15 +02:00
@@ -3,7 +3,7 @@
|
||||
namespace DesignPatterns\Decorator;
|
||||
|
||||
/**
|
||||
* the Deoorator MUST implement the RendererInterface contract, this is the key-feature
|
||||
* the Decorator MUST implement the RendererInterface contract, this is the key-feature
|
||||
* of this design pattern. If not, this is no longer a Decorator but just a dumb
|
||||
* wrapper.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user