public function __construct($content, $properties = array()) { parent::__construct($content, $properties); $this->tag = "button"; }
public function __construct($content) { parent::__construct($content); $this->tag = "header"; }
public function __construct($content) { // hello parent::__construct($content); $this->tag = "section"; }