Example #1
0
 public function getClassName()
 {
     if ($this->isTabBar()) {
         return 'SwitchableFieldList';
     }
     return parent::getClassName();
 }