Ejemplo n.º 1
0
 /**
  * Render, draw the element according to the mode
  *
  * @return string HTML text
  */
 public function render()
 {
     return nl2br(parent::render());
 }
Ejemplo n.º 2
0
 public function render()
 {
     $sHTML = parent::render();
     $sHTML = $sHTML . $this->getIDPrefix();
     return $sHTML;
 }