Ejemplo n.º 1
0
 public function __construct($id, $customNode = "section")
 {
     parent::__construct($customNode);
     $this->setId($id);
 }
Ejemplo n.º 2
0
 public function getHtml()
 {
     $button = new Button($this->submitText);
     $this->addContent($button);
     return parent::getHtml();
 }