content = ''; $this->tag = $tag; $this->attr = $attr; $this->str_attr = $str_attr; } public function compile($tpl) { return $tpl->compileValueNode($this->tag, $this->attr, $this->str_attr); } public function getTag() { return $this->tag; } }