From ade92cda4bfb9456684bf5ccf9305d83051743fa Mon Sep 17 00:00:00 2001 From: User Date: Sat, 7 Oct 2023 15:22:07 +0300 Subject: [PATCH] 20231007#1 --- src/TemplateInterface.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/TemplateInterface.php b/src/TemplateInterface.php index 9598905..9a19c07 100644 --- a/src/TemplateInterface.php +++ b/src/TemplateInterface.php @@ -4,15 +4,5 @@ namespace Rmphp\Foundation; interface TemplateInterface { - public function setTemplate(string $template, array $resource = []): TemplateInterface; - public function setSubtemplePath(string $subtemplatePath) : TemplateInterface; - public function getSubtemplePath(): string; - public function setValue(string $point, string $string) : void; - public function addValue(string $point, string $string) : void; - public function setSubtemple(string $point, string $subTempl, array $resource = []) : void; - public function addSubtemple(string $point, string $subTempl, array $resource = []) : void; - public function setGlobals(array $globals = []) : void; - public function inc(string $incFile) : string; - public function getPoint(string $point) : string; public function getResponse(): string; } \ No newline at end of file