From d97c84ab440b2b68a8068b813638117244864937 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 28 Mar 2019 10:26:01 +0100 Subject: render engine html tags --- app/class/element.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/class/element.php') diff --git a/app/class/element.php b/app/class/element.php index fd8ac71..1a801e4 100644 --- a/app/class/element.php +++ b/app/class/element.php @@ -89,6 +89,11 @@ class Element } } + public function addtags() + { + $this->content = PHP_EOL . '<' . $this->type() . '>' . PHP_EOL . $this->content() . PHP_EOL . 'type() . '>' . PHP_EOL; + } + -- cgit v1.2.3