mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 15:06:31 +02:00
start a restructure
This commit is contained in:
16
Structural/Decorator/RendererInterface.php
Normal file
16
Structural/Decorator/RendererInterface.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Decorator;
|
||||
|
||||
/**
|
||||
* Class RendererInterface
|
||||
*/
|
||||
interface RendererInterface
|
||||
{
|
||||
/**
|
||||
* render data
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function renderData();
|
||||
}
|
Reference in New Issue
Block a user