Exemplo n.º 1
0
 public function render()
 {
     $this->setAdditionalAttributeAsText(' onclick="' . $this->getCancelURL() . '"');
     return parent::render();
 }
Exemplo n.º 2
0
Arquivo: Checkbox.php Projeto: ksst/kf
 public function render()
 {
     return parent::render() . $this->getLabel();
 }