Example #1
0
 /**
  * overrides parent method
  */
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('dbPersistentGridSettings' => false));
     }
     return self::$_JSONPropertiesStructure;
 }