Exemplo n.º 1
0
 public function asIcon($icon, $title, $subHeader = NULL)
 {
     $header = new HtmlHeader("header-" . $this->identifier);
     $header->asIcon($icon, $title, $subHeader);
     if ($this->_inverted === false) {
         $header->setInverted();
     }
     return $this->setContent($header);
 }