예제 #1
0
파일: Extend.php 프로젝트: axovel/exqzt
 /**
  * Retrieve the tab class name
  *
  * @return string
  */
 public function getTabClass()
 {
     if ($this->getSkipGenerateContent()) {
         return 'ajax';
     }
     return parent::getTabClass();
 }