Example #1
0
 /**
  * Retrieve the tab class name
  *
  * @return string
  */
 public function getTabClass()
 {
     if ($this->getSkipGenerateContent()) {
         return 'ajax';
     }
     return parent::getTabClass();
 }