Ejemplo n.º 1
0
 protected function GetInnerHtml()
 {
     $strToReturn = parent::GetInnerHtml();
     if ($this->strGlyph) {
         $strToReturn = sprintf('<span class="glyphicon %s" aria-hidden="true"></span>', $this->strGlyph) . $strToReturn;
     }
     return $strToReturn;
 }