Пример #1
0
 /**
  * By default own-lists and shared-lists no longer have IDs as keys (3.3+),
  * this is because exportAll also does not offer this feature and we want the
  * ORM to be more consistent. Also, exporting without keys makes it easier to
  * export lists to Javascript because unlike in PHP in JS arrays will fill up gaps.
  *
  * @param boolean $yesNo
  *
  * @return void
  */
 public static function setFlagKeyedExport($flag)
 {
     self::$flagKeyedExport = (bool) $flag;
 }