Exemplo n.º 1
0
 /**
  * @returns array the property _JSONPropertiesStructure
  */
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array('label' => '', 'uid' => '', 'hidden' => false, 'minimized' => false, 'containerNumber' => 1, 'softDeleted' => false);
     }
     return self::$_JSONPropertiesStructure;
 }