コード例 #1
0
ファイル: SortableWidget.php プロジェクト: tymiles003/X2CRM
 /**
  * @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;
 }