This commit is contained in:
Trismegiste
2013-05-11 02:51:57 +02:00
parent 17429eb85a
commit 6b77eb71e6
5 changed files with 13 additions and 6 deletions

View File

@@ -1,8 +1,9 @@
<?php
namespace DesignPatterns\Decorator;
interface Renderer
{
public function renderData();
}