示例#1
0
文件: Extend.php 项目: axovel/exqzt
 /**
  * Retrieve the tab class name
  *
  * @return string
  */
 public function getTabClass()
 {
     if ($this->getSkipGenerateContent()) {
         return 'ajax';
     }
     return parent::getTabClass();
 }