mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-06 23:16:33 +02:00
PHP7 Decorator
This commit is contained in:
8
Structural/Decorator/RenderableInterface.php
Normal file
8
Structural/Decorator/RenderableInterface.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace DesignPatterns\Structural\Decorator;
|
||||
|
||||
interface RenderableInterface
|
||||
{
|
||||
public function renderData(): string;
|
||||
}
|
Reference in New Issue
Block a user