Example #1
0
 public function RenderOpen()
 {
     return '<' . $this->Name . HtmlGenerator::EmitAttributes($this->Attr) . '>';
 }