Ejemplo n.º 1
0
 public static function getSettings()
 {
     $ret = parent::getSettings();
     $ret['componentName'] = 'Theme';
     $ret['flags']['resetMaster'] = true;
     return $ret;
 }