Example #1
0
 /**
  * Convert negative-selection of column 'contentelements' in tl_user_group and tl_user to additive selection in the column 'elements'.
  */
 public static function run()
 {
     $objCeAccess = new self();
     $objCeAccess->invertElements('tl_user');
     $objCeAccess->invertElements('tl_user_group');
 }