Пример #1
0
 public function render()
 {
     $sHTML = parent::render();
     $sHTML = $sHTML . $this->getIDPrefix();
     return $sHTML;
 }