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