コード例 #1
0
ファイル: LabelTextarea.php プロジェクト: que273/siremis
 /**
  * Render, draw the element according to the mode
  *
  * @return string HTML text
  */
 public function render()
 {
     return nl2br(parent::render());
 }
コード例 #2
0
ファイル: LabelTitle.php プロジェクト: Why-Not-Sky/cubi-ng
 public function render()
 {
     $sHTML = parent::render();
     $sHTML = $sHTML . $this->getIDPrefix();
     return $sHTML;
 }