From 23fe455ead832c97fdabafca78393e21a18086bf Mon Sep 17 00:00:00 2001 From: polo Date: Mon, 29 Sep 2025 20:20:26 +0200 Subject: =?UTF-8?q?pr=C3=A9sentation=20mosa=C3=AFque?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/AbstractBuilder.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/view/AbstractBuilder.php') diff --git a/src/view/AbstractBuilder.php b/src/view/AbstractBuilder.php index 76c51ed..7b53010 100644 --- a/src/view/AbstractBuilder.php +++ b/src/view/AbstractBuilder.php @@ -49,11 +49,11 @@ abstract class AbstractBuilder return str_replace('_', '', ucwords($input, '_')); } - public function render(): string // = getHTML() + protected function render(): string // = getHTML() { return $this->html; } - public function addHTML(string $html): void + protected function addHTML(string $html): void { $this->html .= $html; } -- cgit v1.2.3