コード例 #1
0
ファイル: ActionsWidget.php プロジェクト: keyeMyria/CRM
 public static function getJSONPropertiesStructure()
 {
     if (!isset(self::$_JSONPropertiesStructure)) {
         self::$_JSONPropertiesStructure = array_merge(parent::getJSONPropertiesStructure(), array('label' => 'Actions'));
     }
     return self::$_JSONPropertiesStructure;
 }