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