mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-10-03 09:42:31 +02:00
changing interface to improve rendering
This commit is contained in:
@@ -4,5 +4,5 @@ namespace DesignPatterns\Composite;
|
||||
|
||||
abstract class FormElement
|
||||
{
|
||||
abstract public function render();
|
||||
abstract public function render($indent = 0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user