示例#1
0
 public function __construct($content, $properties = array())
 {
     parent::__construct($content, $properties);
     $this->tag = "button";
 }
示例#2
0
 public function __construct($content)
 {
     parent::__construct($content);
     $this->tag = "header";
 }
示例#3
0
 public function __construct($content)
 {
     // hello
     parent::__construct($content);
     $this->tag = "section";
 }