Passed
Branchfeature/useWidgetsNamespaces (eb4650)
by Robin
02:57
created
vendor/composer/autoload_static.php 1 patch
Spacing   +84 added lines, -84 removed lines patch added patch discarded remove patch
@@ -6,103 +6,103 @@
 block discarded – undo
6 6
 
7 7
 class ComposerStaticInit0aaa67be5f7bedbc88eff25aa142ea59
8 8
 {
9
-    public static $prefixLengthsPsr4 = array (
9
+    public static $prefixLengthsPsr4 = array(
10 10
         'C' => 
11
-        array (
11
+        array(
12 12
             'Capwelton\\LibApp\\' => 17,
13 13
         ),
14 14
     );
15 15
 
16
-    public static $prefixDirsPsr4 = array (
16
+    public static $prefixDirsPsr4 = array(
17 17
         'Capwelton\\LibApp\\' => 
18
-        array (
19
-            0 => __DIR__ . '/../..' . '/programs',
18
+        array(
19
+            0 => __DIR__.'/../..'.'/programs',
20 20
         ),
21 21
     );
22 22
 
23
-    public static $classMap = array (
24
-        'Capwelton\\LibApp\\AppAccessManager' => __DIR__ . '/../..' . '/programs/AppAccessManager.php',
25
-        'Capwelton\\LibApp\\AppComponent' => __DIR__ . '/../..' . '/programs/AppComponent.php',
26
-        'Capwelton\\LibApp\\AppObject' => __DIR__ . '/../..' . '/programs/AppObject.php',
27
-        'Capwelton\\LibApp\\AppObjectInterface' => __DIR__ . '/../..' . '/programs/AppObjectInterface.php',
28
-        'Capwelton\\LibApp\\AppUiObject' => __DIR__ . '/../..' . '/programs/AppUiObject.php',
29
-        'Capwelton\\LibApp\\Ctrl\\AppComponentCtrlRecord' => __DIR__ . '/../..' . '/programs/Ctrl/AppComponentCtrlRecord.php',
30
-        'Capwelton\\LibApp\\Ctrl\\AppController' => __DIR__ . '/../..' . '/programs/Ctrl/AppController.php',
31
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlAddonConfiguration' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlAddonConfiguration.php',
32
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlConfiguration' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlConfiguration.php',
33
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomContainer' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlCustomContainer.php',
34
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomField' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlCustomField.php',
35
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomSection' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlCustomSection.php',
36
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlNotification' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlNotification.php',
37
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlRecord' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlRecord.php',
38
-        'Capwelton\\LibApp\\Ctrl\\AppCtrlSSE' => __DIR__ . '/../..' . '/programs/Ctrl/AppCtrlSSE.php',
39
-        'Capwelton\\LibApp\\Exceptions\\AppAccessException' => __DIR__ . '/../..' . '/programs/Exceptions/AppAccessException.php',
40
-        'Capwelton\\LibApp\\Exceptions\\AppDeletedRecordException' => __DIR__ . '/../..' . '/programs/Exceptions/AppDeletedRecordException.php',
41
-        'Capwelton\\LibApp\\Exceptions\\AppEmptyResultException' => __DIR__ . '/../..' . '/programs/Exceptions/AppEmptyResultException.php',
42
-        'Capwelton\\LibApp\\Exceptions\\AppException' => __DIR__ . '/../..' . '/programs/Exceptions/AppException.php',
43
-        'Capwelton\\LibApp\\Exceptions\\AppNotFoundException' => __DIR__ . '/../..' . '/programs/Exceptions/AppNotFoundException.php',
44
-        'Capwelton\\LibApp\\Exceptions\\AppSaveException' => __DIR__ . '/../..' . '/programs/Exceptions/AppSaveException.php',
45
-        'Capwelton\\LibApp\\Exceptions\\AppUnknownActionException' => __DIR__ . '/../..' . '/programs/Exceptions/AppUnknownActionException.php',
46
-        'Capwelton\\LibApp\\Func_App' => __DIR__ . '/../..' . '/programs/Func_App.php',
47
-        'Capwelton\\LibApp\\Interfaces\\AppComponentDefinition' => __DIR__ . '/../..' . '/programs/Interfaces/AppComponentDefinition.php',
48
-        'Capwelton\\LibApp\\Interfaces\\AppComponentUi' => __DIR__ . '/../..' . '/programs/Interfaces/AppComponentUi.php',
49
-        'Capwelton\\LibApp\\Interfaces\\AppCtrlRecordInterface' => __DIR__ . '/../..' . '/programs/Interfaces/AppCtrlRecordInterface.php',
50
-        'Capwelton\\LibApp\\Portlet\\AppPortlet' => __DIR__ . '/../..' . '/programs/Portlet/AppPortlet.php',
51
-        'Capwelton\\LibApp\\Portlet\\AppPortletDefinition' => __DIR__ . '/../..' . '/programs/Portlet/AppPortletDefinition.php',
52
-        'Capwelton\\LibApp\\Portlet\\AppPortletUi' => __DIR__ . '/../..' . '/programs/Portlet/AppPortletUi.php',
53
-        'Capwelton\\LibApp\\Portlet\\Func_PortletBackend_App' => __DIR__ . '/../..' . '/programs/Portlet/Func_PortletBackend_App.php',
54
-        'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletDefinitionNotifications' => __DIR__ . '/../..' . '/programs/Portlet/Notifications/AppPortletDefinitionNotifications.php',
55
-        'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletUiNotifications' => __DIR__ . '/../..' . '/programs/Portlet/Notifications/AppPortletUiNotifications.php',
56
-        'Capwelton\\LibApp\\Set\\AppCustomContainer' => __DIR__ . '/../..' . '/programs/Set/AppCustomContainer.php',
57
-        'Capwelton\\LibApp\\Set\\AppCustomContainerSet' => __DIR__ . '/../..' . '/programs/Set/AppCustomContainerSet.php',
58
-        'Capwelton\\LibApp\\Set\\AppCustomField' => __DIR__ . '/../..' . '/programs/Set/AppCustomField.php',
59
-        'Capwelton\\LibApp\\Set\\AppCustomFieldSet' => __DIR__ . '/../..' . '/programs/Set/AppCustomFieldSet.php',
60
-        'Capwelton\\LibApp\\Set\\AppCustomSection' => __DIR__ . '/../..' . '/programs/Set/AppCustomSection.php',
61
-        'Capwelton\\LibApp\\Set\\AppCustomSectionSet' => __DIR__ . '/../..' . '/programs/Set/AppCustomSectionSet.php',
62
-        'Capwelton\\LibApp\\Set\\AppLink' => __DIR__ . '/../..' . '/programs/Set/AppLink.php',
63
-        'Capwelton\\LibApp\\Set\\AppLinkSet' => __DIR__ . '/../..' . '/programs/Set/AppLinkSet.php',
64
-        'Capwelton\\LibApp\\Set\\AppLog' => __DIR__ . '/../..' . '/programs/Set/AppLog.php',
65
-        'Capwelton\\LibApp\\Set\\AppLogSet' => __DIR__ . '/../..' . '/programs/Set/AppLogSet.php',
66
-        'Capwelton\\LibApp\\Set\\AppNotification' => __DIR__ . '/../..' . '/programs/Set/AppNotification.php',
67
-        'Capwelton\\LibApp\\Set\\AppNotificationSet' => __DIR__ . '/../..' . '/programs/Set/AppNotificationSet.php',
68
-        'Capwelton\\LibApp\\Set\\AppRecord' => __DIR__ . '/../..' . '/programs/Set/AppRecord.php',
69
-        'Capwelton\\LibApp\\Set\\AppRecordSet' => __DIR__ . '/../..' . '/programs/Set/AppRecordSet.php',
70
-        'Capwelton\\LibApp\\Set\\AppRole' => __DIR__ . '/../..' . '/programs/Set/AppRole.php',
71
-        'Capwelton\\LibApp\\Set\\AppRoleAccess' => __DIR__ . '/../..' . '/programs/Set/AppRoleAccess.php',
72
-        'Capwelton\\LibApp\\Set\\AppRoleAccessSet' => __DIR__ . '/../..' . '/programs/Set/AppRoleAccessSet.php',
73
-        'Capwelton\\LibApp\\Set\\AppRoleSet' => __DIR__ . '/../..' . '/programs/Set/AppRoleSet.php',
74
-        'Capwelton\\LibApp\\Set\\AppSSE' => __DIR__ . '/../..' . '/programs/Set/AppSSE.php',
75
-        'Capwelton\\LibApp\\Set\\AppSSESet' => __DIR__ . '/../..' . '/programs/Set/AppSSESet.php',
76
-        'Capwelton\\LibApp\\Set\\AppTraceableRecord' => __DIR__ . '/../..' . '/programs/Set/AppTraceableRecord.php',
77
-        'Capwelton\\LibApp\\Set\\AppTraceableRecordSet' => __DIR__ . '/../..' . '/programs/Set/AppTraceableRecordSet.php',
78
-        'Capwelton\\LibApp\\Set\\RecordAfterSaveEvent' => __DIR__ . '/../..' . '/programs/Set/RecordAfterSaveEvent.php',
79
-        'Capwelton\\LibApp\\Set\\RecordBeforeSaveEvent' => __DIR__ . '/../..' . '/programs/Set/RecordBeforeSaveEvent.php',
80
-        'Capwelton\\LibApp\\Ui\\AppCardFrame' => __DIR__ . '/../..' . '/programs/Ui/AppCardFrame.php',
81
-        'Capwelton\\LibApp\\Ui\\AppCriteriaEditor' => __DIR__ . '/../..' . '/programs/Ui/AppCriteriaEditor.php',
82
-        'Capwelton\\LibApp\\Ui\\AppCustomFieldEditor' => __DIR__ . '/../..' . '/programs/Ui/AppCustomFieldEditor.php',
83
-        'Capwelton\\LibApp\\Ui\\AppCustomFieldTableView' => __DIR__ . '/../..' . '/programs/Ui/AppCustomFieldTableView.php',
84
-        'Capwelton\\LibApp\\Ui\\AppEditor' => __DIR__ . '/../..' . '/programs/Ui/AppEditor.php',
85
-        'Capwelton\\LibApp\\Ui\\AppExportSelectEditor' => __DIR__ . '/../..' . '/programs/Ui/AppExportSelectEditor.php',
86
-        'Capwelton\\LibApp\\Ui\\AppRecordEditor' => __DIR__ . '/../..' . '/programs/Ui/AppRecordEditor.php',
87
-        'Capwelton\\LibApp\\Ui\\AppRecordFrame' => __DIR__ . '/../..' . '/programs/Ui/AppRecordFrame.php',
88
-        'Capwelton\\LibApp\\Ui\\AppRecordView' => __DIR__ . '/../..' . '/programs/Ui/AppRecordView.php',
89
-        'Capwelton\\LibApp\\Ui\\AppTableModelView' => __DIR__ . '/../..' . '/programs/Ui/AppTableModelView.php',
90
-        'Capwelton\\LibApp\\Ui\\AppTableModelViewColumnSettingsEditor' => __DIR__ . '/../..' . '/programs/Ui/AppTableModelViewColumnSettingsEditor.php',
91
-        'Capwelton\\LibApp\\Ui\\AppToolbar' => __DIR__ . '/../..' . '/programs/Ui/AppToolbar.php',
92
-        'Capwelton\\LibApp\\Ui\\AppUi' => __DIR__ . '/../..' . '/programs/Ui/AppUi.php',
93
-        'Capwelton\\LibApp\\Ui\\Items\\AppChip' => __DIR__ . '/../..' . '/programs/Ui/Items/AppChip.php',
94
-        'Capwelton\\LibApp\\Ui\\Items\\AppShape' => __DIR__ . '/../..' . '/programs/Ui/Items/AppShape.php',
95
-        'Capwelton\\LibApp\\Ui\\Items\\AppShapeCircle' => __DIR__ . '/../..' . '/programs/Ui/Items/AppShapeCircle.php',
96
-        'Capwelton\\LibApp\\Ui\\Items\\AppShapeSquare' => __DIR__ . '/../..' . '/programs/Ui/Items/AppShapeSquare.php',
97
-        'Capwelton\\LibApp\\Ui\\Items\\AppShapeTriangle' => __DIR__ . '/../..' . '/programs/Ui/Items/AppShapeTriangle.php',
98
-        'Capwelton\\LibApp\\Ui\\Page\\AppErrorPage' => __DIR__ . '/../..' . '/programs/Ui/Page/AppErrorPage.php',
99
-        'Capwelton\\LibApp\\Ui\\Page\\AppPage' => __DIR__ . '/../..' . '/programs/Ui/Page/AppPage.php',
100
-        'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
23
+    public static $classMap = array(
24
+        'Capwelton\\LibApp\\AppAccessManager' => __DIR__.'/../..'.'/programs/AppAccessManager.php',
25
+        'Capwelton\\LibApp\\AppComponent' => __DIR__.'/../..'.'/programs/AppComponent.php',
26
+        'Capwelton\\LibApp\\AppObject' => __DIR__.'/../..'.'/programs/AppObject.php',
27
+        'Capwelton\\LibApp\\AppObjectInterface' => __DIR__.'/../..'.'/programs/AppObjectInterface.php',
28
+        'Capwelton\\LibApp\\AppUiObject' => __DIR__.'/../..'.'/programs/AppUiObject.php',
29
+        'Capwelton\\LibApp\\Ctrl\\AppComponentCtrlRecord' => __DIR__.'/../..'.'/programs/Ctrl/AppComponentCtrlRecord.php',
30
+        'Capwelton\\LibApp\\Ctrl\\AppController' => __DIR__.'/../..'.'/programs/Ctrl/AppController.php',
31
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlAddonConfiguration' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlAddonConfiguration.php',
32
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlConfiguration' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlConfiguration.php',
33
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomContainer' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlCustomContainer.php',
34
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomField' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlCustomField.php',
35
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomSection' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlCustomSection.php',
36
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlNotification' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlNotification.php',
37
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlRecord' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlRecord.php',
38
+        'Capwelton\\LibApp\\Ctrl\\AppCtrlSSE' => __DIR__.'/../..'.'/programs/Ctrl/AppCtrlSSE.php',
39
+        'Capwelton\\LibApp\\Exceptions\\AppAccessException' => __DIR__.'/../..'.'/programs/Exceptions/AppAccessException.php',
40
+        'Capwelton\\LibApp\\Exceptions\\AppDeletedRecordException' => __DIR__.'/../..'.'/programs/Exceptions/AppDeletedRecordException.php',
41
+        'Capwelton\\LibApp\\Exceptions\\AppEmptyResultException' => __DIR__.'/../..'.'/programs/Exceptions/AppEmptyResultException.php',
42
+        'Capwelton\\LibApp\\Exceptions\\AppException' => __DIR__.'/../..'.'/programs/Exceptions/AppException.php',
43
+        'Capwelton\\LibApp\\Exceptions\\AppNotFoundException' => __DIR__.'/../..'.'/programs/Exceptions/AppNotFoundException.php',
44
+        'Capwelton\\LibApp\\Exceptions\\AppSaveException' => __DIR__.'/../..'.'/programs/Exceptions/AppSaveException.php',
45
+        'Capwelton\\LibApp\\Exceptions\\AppUnknownActionException' => __DIR__.'/../..'.'/programs/Exceptions/AppUnknownActionException.php',
46
+        'Capwelton\\LibApp\\Func_App' => __DIR__.'/../..'.'/programs/Func_App.php',
47
+        'Capwelton\\LibApp\\Interfaces\\AppComponentDefinition' => __DIR__.'/../..'.'/programs/Interfaces/AppComponentDefinition.php',
48
+        'Capwelton\\LibApp\\Interfaces\\AppComponentUi' => __DIR__.'/../..'.'/programs/Interfaces/AppComponentUi.php',
49
+        'Capwelton\\LibApp\\Interfaces\\AppCtrlRecordInterface' => __DIR__.'/../..'.'/programs/Interfaces/AppCtrlRecordInterface.php',
50
+        'Capwelton\\LibApp\\Portlet\\AppPortlet' => __DIR__.'/../..'.'/programs/Portlet/AppPortlet.php',
51
+        'Capwelton\\LibApp\\Portlet\\AppPortletDefinition' => __DIR__.'/../..'.'/programs/Portlet/AppPortletDefinition.php',
52
+        'Capwelton\\LibApp\\Portlet\\AppPortletUi' => __DIR__.'/../..'.'/programs/Portlet/AppPortletUi.php',
53
+        'Capwelton\\LibApp\\Portlet\\Func_PortletBackend_App' => __DIR__.'/../..'.'/programs/Portlet/Func_PortletBackend_App.php',
54
+        'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletDefinitionNotifications' => __DIR__.'/../..'.'/programs/Portlet/Notifications/AppPortletDefinitionNotifications.php',
55
+        'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletUiNotifications' => __DIR__.'/../..'.'/programs/Portlet/Notifications/AppPortletUiNotifications.php',
56
+        'Capwelton\\LibApp\\Set\\AppCustomContainer' => __DIR__.'/../..'.'/programs/Set/AppCustomContainer.php',
57
+        'Capwelton\\LibApp\\Set\\AppCustomContainerSet' => __DIR__.'/../..'.'/programs/Set/AppCustomContainerSet.php',
58
+        'Capwelton\\LibApp\\Set\\AppCustomField' => __DIR__.'/../..'.'/programs/Set/AppCustomField.php',
59
+        'Capwelton\\LibApp\\Set\\AppCustomFieldSet' => __DIR__.'/../..'.'/programs/Set/AppCustomFieldSet.php',
60
+        'Capwelton\\LibApp\\Set\\AppCustomSection' => __DIR__.'/../..'.'/programs/Set/AppCustomSection.php',
61
+        'Capwelton\\LibApp\\Set\\AppCustomSectionSet' => __DIR__.'/../..'.'/programs/Set/AppCustomSectionSet.php',
62
+        'Capwelton\\LibApp\\Set\\AppLink' => __DIR__.'/../..'.'/programs/Set/AppLink.php',
63
+        'Capwelton\\LibApp\\Set\\AppLinkSet' => __DIR__.'/../..'.'/programs/Set/AppLinkSet.php',
64
+        'Capwelton\\LibApp\\Set\\AppLog' => __DIR__.'/../..'.'/programs/Set/AppLog.php',
65
+        'Capwelton\\LibApp\\Set\\AppLogSet' => __DIR__.'/../..'.'/programs/Set/AppLogSet.php',
66
+        'Capwelton\\LibApp\\Set\\AppNotification' => __DIR__.'/../..'.'/programs/Set/AppNotification.php',
67
+        'Capwelton\\LibApp\\Set\\AppNotificationSet' => __DIR__.'/../..'.'/programs/Set/AppNotificationSet.php',
68
+        'Capwelton\\LibApp\\Set\\AppRecord' => __DIR__.'/../..'.'/programs/Set/AppRecord.php',
69
+        'Capwelton\\LibApp\\Set\\AppRecordSet' => __DIR__.'/../..'.'/programs/Set/AppRecordSet.php',
70
+        'Capwelton\\LibApp\\Set\\AppRole' => __DIR__.'/../..'.'/programs/Set/AppRole.php',
71
+        'Capwelton\\LibApp\\Set\\AppRoleAccess' => __DIR__.'/../..'.'/programs/Set/AppRoleAccess.php',
72
+        'Capwelton\\LibApp\\Set\\AppRoleAccessSet' => __DIR__.'/../..'.'/programs/Set/AppRoleAccessSet.php',
73
+        'Capwelton\\LibApp\\Set\\AppRoleSet' => __DIR__.'/../..'.'/programs/Set/AppRoleSet.php',
74
+        'Capwelton\\LibApp\\Set\\AppSSE' => __DIR__.'/../..'.'/programs/Set/AppSSE.php',
75
+        'Capwelton\\LibApp\\Set\\AppSSESet' => __DIR__.'/../..'.'/programs/Set/AppSSESet.php',
76
+        'Capwelton\\LibApp\\Set\\AppTraceableRecord' => __DIR__.'/../..'.'/programs/Set/AppTraceableRecord.php',
77
+        'Capwelton\\LibApp\\Set\\AppTraceableRecordSet' => __DIR__.'/../..'.'/programs/Set/AppTraceableRecordSet.php',
78
+        'Capwelton\\LibApp\\Set\\RecordAfterSaveEvent' => __DIR__.'/../..'.'/programs/Set/RecordAfterSaveEvent.php',
79
+        'Capwelton\\LibApp\\Set\\RecordBeforeSaveEvent' => __DIR__.'/../..'.'/programs/Set/RecordBeforeSaveEvent.php',
80
+        'Capwelton\\LibApp\\Ui\\AppCardFrame' => __DIR__.'/../..'.'/programs/Ui/AppCardFrame.php',
81
+        'Capwelton\\LibApp\\Ui\\AppCriteriaEditor' => __DIR__.'/../..'.'/programs/Ui/AppCriteriaEditor.php',
82
+        'Capwelton\\LibApp\\Ui\\AppCustomFieldEditor' => __DIR__.'/../..'.'/programs/Ui/AppCustomFieldEditor.php',
83
+        'Capwelton\\LibApp\\Ui\\AppCustomFieldTableView' => __DIR__.'/../..'.'/programs/Ui/AppCustomFieldTableView.php',
84
+        'Capwelton\\LibApp\\Ui\\AppEditor' => __DIR__.'/../..'.'/programs/Ui/AppEditor.php',
85
+        'Capwelton\\LibApp\\Ui\\AppExportSelectEditor' => __DIR__.'/../..'.'/programs/Ui/AppExportSelectEditor.php',
86
+        'Capwelton\\LibApp\\Ui\\AppRecordEditor' => __DIR__.'/../..'.'/programs/Ui/AppRecordEditor.php',
87
+        'Capwelton\\LibApp\\Ui\\AppRecordFrame' => __DIR__.'/../..'.'/programs/Ui/AppRecordFrame.php',
88
+        'Capwelton\\LibApp\\Ui\\AppRecordView' => __DIR__.'/../..'.'/programs/Ui/AppRecordView.php',
89
+        'Capwelton\\LibApp\\Ui\\AppTableModelView' => __DIR__.'/../..'.'/programs/Ui/AppTableModelView.php',
90
+        'Capwelton\\LibApp\\Ui\\AppTableModelViewColumnSettingsEditor' => __DIR__.'/../..'.'/programs/Ui/AppTableModelViewColumnSettingsEditor.php',
91
+        'Capwelton\\LibApp\\Ui\\AppToolbar' => __DIR__.'/../..'.'/programs/Ui/AppToolbar.php',
92
+        'Capwelton\\LibApp\\Ui\\AppUi' => __DIR__.'/../..'.'/programs/Ui/AppUi.php',
93
+        'Capwelton\\LibApp\\Ui\\Items\\AppChip' => __DIR__.'/../..'.'/programs/Ui/Items/AppChip.php',
94
+        'Capwelton\\LibApp\\Ui\\Items\\AppShape' => __DIR__.'/../..'.'/programs/Ui/Items/AppShape.php',
95
+        'Capwelton\\LibApp\\Ui\\Items\\AppShapeCircle' => __DIR__.'/../..'.'/programs/Ui/Items/AppShapeCircle.php',
96
+        'Capwelton\\LibApp\\Ui\\Items\\AppShapeSquare' => __DIR__.'/../..'.'/programs/Ui/Items/AppShapeSquare.php',
97
+        'Capwelton\\LibApp\\Ui\\Items\\AppShapeTriangle' => __DIR__.'/../..'.'/programs/Ui/Items/AppShapeTriangle.php',
98
+        'Capwelton\\LibApp\\Ui\\Page\\AppErrorPage' => __DIR__.'/../..'.'/programs/Ui/Page/AppErrorPage.php',
99
+        'Capwelton\\LibApp\\Ui\\Page\\AppPage' => __DIR__.'/../..'.'/programs/Ui/Page/AppPage.php',
100
+        'Composer\\InstalledVersions' => __DIR__.'/..'.'/composer/InstalledVersions.php',
101 101
     );
102 102
 
103 103
     public static function getInitializer(ClassLoader $loader)
104 104
     {
105
-        return \Closure::bind(function () use ($loader) {
105
+        return \Closure::bind(function() use ($loader) {
106 106
             $loader->prefixLengthsPsr4 = ComposerStaticInit0aaa67be5f7bedbc88eff25aa142ea59::$prefixLengthsPsr4;
107 107
             $loader->prefixDirsPsr4 = ComposerStaticInit0aaa67be5f7bedbc88eff25aa142ea59::$prefixDirsPsr4;
108 108
             $loader->classMap = ComposerStaticInit0aaa67be5f7bedbc88eff25aa142ea59::$classMap;
Please login to merge, or discard this patch.
vendor/composer/autoload_classmap.php 1 patch
Spacing   +77 added lines, -77 removed lines patch added patch discarded remove patch
@@ -6,81 +6,81 @@
 block discarded – undo
6 6
 $baseDir = dirname($vendorDir);
7 7
 
8 8
 return array(
9
-    'Capwelton\\LibApp\\AppAccessManager' => $baseDir . '/programs/AppAccessManager.php',
10
-    'Capwelton\\LibApp\\AppComponent' => $baseDir . '/programs/AppComponent.php',
11
-    'Capwelton\\LibApp\\AppObject' => $baseDir . '/programs/AppObject.php',
12
-    'Capwelton\\LibApp\\AppObjectInterface' => $baseDir . '/programs/AppObjectInterface.php',
13
-    'Capwelton\\LibApp\\AppUiObject' => $baseDir . '/programs/AppUiObject.php',
14
-    'Capwelton\\LibApp\\Ctrl\\AppComponentCtrlRecord' => $baseDir . '/programs/Ctrl/AppComponentCtrlRecord.php',
15
-    'Capwelton\\LibApp\\Ctrl\\AppController' => $baseDir . '/programs/Ctrl/AppController.php',
16
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlAddonConfiguration' => $baseDir . '/programs/Ctrl/AppCtrlAddonConfiguration.php',
17
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlConfiguration' => $baseDir . '/programs/Ctrl/AppCtrlConfiguration.php',
18
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomContainer' => $baseDir . '/programs/Ctrl/AppCtrlCustomContainer.php',
19
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomField' => $baseDir . '/programs/Ctrl/AppCtrlCustomField.php',
20
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomSection' => $baseDir . '/programs/Ctrl/AppCtrlCustomSection.php',
21
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlNotification' => $baseDir . '/programs/Ctrl/AppCtrlNotification.php',
22
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlRecord' => $baseDir . '/programs/Ctrl/AppCtrlRecord.php',
23
-    'Capwelton\\LibApp\\Ctrl\\AppCtrlSSE' => $baseDir . '/programs/Ctrl/AppCtrlSSE.php',
24
-    'Capwelton\\LibApp\\Exceptions\\AppAccessException' => $baseDir . '/programs/Exceptions/AppAccessException.php',
25
-    'Capwelton\\LibApp\\Exceptions\\AppDeletedRecordException' => $baseDir . '/programs/Exceptions/AppDeletedRecordException.php',
26
-    'Capwelton\\LibApp\\Exceptions\\AppEmptyResultException' => $baseDir . '/programs/Exceptions/AppEmptyResultException.php',
27
-    'Capwelton\\LibApp\\Exceptions\\AppException' => $baseDir . '/programs/Exceptions/AppException.php',
28
-    'Capwelton\\LibApp\\Exceptions\\AppNotFoundException' => $baseDir . '/programs/Exceptions/AppNotFoundException.php',
29
-    'Capwelton\\LibApp\\Exceptions\\AppSaveException' => $baseDir . '/programs/Exceptions/AppSaveException.php',
30
-    'Capwelton\\LibApp\\Exceptions\\AppUnknownActionException' => $baseDir . '/programs/Exceptions/AppUnknownActionException.php',
31
-    'Capwelton\\LibApp\\Func_App' => $baseDir . '/programs/Func_App.php',
32
-    'Capwelton\\LibApp\\Interfaces\\AppComponentDefinition' => $baseDir . '/programs/Interfaces/AppComponentDefinition.php',
33
-    'Capwelton\\LibApp\\Interfaces\\AppComponentUi' => $baseDir . '/programs/Interfaces/AppComponentUi.php',
34
-    'Capwelton\\LibApp\\Interfaces\\AppCtrlRecordInterface' => $baseDir . '/programs/Interfaces/AppCtrlRecordInterface.php',
35
-    'Capwelton\\LibApp\\Portlet\\AppPortlet' => $baseDir . '/programs/Portlet/AppPortlet.php',
36
-    'Capwelton\\LibApp\\Portlet\\AppPortletDefinition' => $baseDir . '/programs/Portlet/AppPortletDefinition.php',
37
-    'Capwelton\\LibApp\\Portlet\\AppPortletUi' => $baseDir . '/programs/Portlet/AppPortletUi.php',
38
-    'Capwelton\\LibApp\\Portlet\\Func_PortletBackend_App' => $baseDir . '/programs/Portlet/Func_PortletBackend_App.php',
39
-    'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletDefinitionNotifications' => $baseDir . '/programs/Portlet/Notifications/AppPortletDefinitionNotifications.php',
40
-    'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletUiNotifications' => $baseDir . '/programs/Portlet/Notifications/AppPortletUiNotifications.php',
41
-    'Capwelton\\LibApp\\Set\\AppCustomContainer' => $baseDir . '/programs/Set/AppCustomContainer.php',
42
-    'Capwelton\\LibApp\\Set\\AppCustomContainerSet' => $baseDir . '/programs/Set/AppCustomContainerSet.php',
43
-    'Capwelton\\LibApp\\Set\\AppCustomField' => $baseDir . '/programs/Set/AppCustomField.php',
44
-    'Capwelton\\LibApp\\Set\\AppCustomFieldSet' => $baseDir . '/programs/Set/AppCustomFieldSet.php',
45
-    'Capwelton\\LibApp\\Set\\AppCustomSection' => $baseDir . '/programs/Set/AppCustomSection.php',
46
-    'Capwelton\\LibApp\\Set\\AppCustomSectionSet' => $baseDir . '/programs/Set/AppCustomSectionSet.php',
47
-    'Capwelton\\LibApp\\Set\\AppLink' => $baseDir . '/programs/Set/AppLink.php',
48
-    'Capwelton\\LibApp\\Set\\AppLinkSet' => $baseDir . '/programs/Set/AppLinkSet.php',
49
-    'Capwelton\\LibApp\\Set\\AppLog' => $baseDir . '/programs/Set/AppLog.php',
50
-    'Capwelton\\LibApp\\Set\\AppLogSet' => $baseDir . '/programs/Set/AppLogSet.php',
51
-    'Capwelton\\LibApp\\Set\\AppNotification' => $baseDir . '/programs/Set/AppNotification.php',
52
-    'Capwelton\\LibApp\\Set\\AppNotificationSet' => $baseDir . '/programs/Set/AppNotificationSet.php',
53
-    'Capwelton\\LibApp\\Set\\AppRecord' => $baseDir . '/programs/Set/AppRecord.php',
54
-    'Capwelton\\LibApp\\Set\\AppRecordSet' => $baseDir . '/programs/Set/AppRecordSet.php',
55
-    'Capwelton\\LibApp\\Set\\AppRole' => $baseDir . '/programs/Set/AppRole.php',
56
-    'Capwelton\\LibApp\\Set\\AppRoleAccess' => $baseDir . '/programs/Set/AppRoleAccess.php',
57
-    'Capwelton\\LibApp\\Set\\AppRoleAccessSet' => $baseDir . '/programs/Set/AppRoleAccessSet.php',
58
-    'Capwelton\\LibApp\\Set\\AppRoleSet' => $baseDir . '/programs/Set/AppRoleSet.php',
59
-    'Capwelton\\LibApp\\Set\\AppSSE' => $baseDir . '/programs/Set/AppSSE.php',
60
-    'Capwelton\\LibApp\\Set\\AppSSESet' => $baseDir . '/programs/Set/AppSSESet.php',
61
-    'Capwelton\\LibApp\\Set\\AppTraceableRecord' => $baseDir . '/programs/Set/AppTraceableRecord.php',
62
-    'Capwelton\\LibApp\\Set\\AppTraceableRecordSet' => $baseDir . '/programs/Set/AppTraceableRecordSet.php',
63
-    'Capwelton\\LibApp\\Set\\RecordAfterSaveEvent' => $baseDir . '/programs/Set/RecordAfterSaveEvent.php',
64
-    'Capwelton\\LibApp\\Set\\RecordBeforeSaveEvent' => $baseDir . '/programs/Set/RecordBeforeSaveEvent.php',
65
-    'Capwelton\\LibApp\\Ui\\AppCardFrame' => $baseDir . '/programs/Ui/AppCardFrame.php',
66
-    'Capwelton\\LibApp\\Ui\\AppCriteriaEditor' => $baseDir . '/programs/Ui/AppCriteriaEditor.php',
67
-    'Capwelton\\LibApp\\Ui\\AppCustomFieldEditor' => $baseDir . '/programs/Ui/AppCustomFieldEditor.php',
68
-    'Capwelton\\LibApp\\Ui\\AppCustomFieldTableView' => $baseDir . '/programs/Ui/AppCustomFieldTableView.php',
69
-    'Capwelton\\LibApp\\Ui\\AppEditor' => $baseDir . '/programs/Ui/AppEditor.php',
70
-    'Capwelton\\LibApp\\Ui\\AppExportSelectEditor' => $baseDir . '/programs/Ui/AppExportSelectEditor.php',
71
-    'Capwelton\\LibApp\\Ui\\AppRecordEditor' => $baseDir . '/programs/Ui/AppRecordEditor.php',
72
-    'Capwelton\\LibApp\\Ui\\AppRecordFrame' => $baseDir . '/programs/Ui/AppRecordFrame.php',
73
-    'Capwelton\\LibApp\\Ui\\AppRecordView' => $baseDir . '/programs/Ui/AppRecordView.php',
74
-    'Capwelton\\LibApp\\Ui\\AppTableModelView' => $baseDir . '/programs/Ui/AppTableModelView.php',
75
-    'Capwelton\\LibApp\\Ui\\AppTableModelViewColumnSettingsEditor' => $baseDir . '/programs/Ui/AppTableModelViewColumnSettingsEditor.php',
76
-    'Capwelton\\LibApp\\Ui\\AppToolbar' => $baseDir . '/programs/Ui/AppToolbar.php',
77
-    'Capwelton\\LibApp\\Ui\\AppUi' => $baseDir . '/programs/Ui/AppUi.php',
78
-    'Capwelton\\LibApp\\Ui\\Items\\AppChip' => $baseDir . '/programs/Ui/Items/AppChip.php',
79
-    'Capwelton\\LibApp\\Ui\\Items\\AppShape' => $baseDir . '/programs/Ui/Items/AppShape.php',
80
-    'Capwelton\\LibApp\\Ui\\Items\\AppShapeCircle' => $baseDir . '/programs/Ui/Items/AppShapeCircle.php',
81
-    'Capwelton\\LibApp\\Ui\\Items\\AppShapeSquare' => $baseDir . '/programs/Ui/Items/AppShapeSquare.php',
82
-    'Capwelton\\LibApp\\Ui\\Items\\AppShapeTriangle' => $baseDir . '/programs/Ui/Items/AppShapeTriangle.php',
83
-    'Capwelton\\LibApp\\Ui\\Page\\AppErrorPage' => $baseDir . '/programs/Ui/Page/AppErrorPage.php',
84
-    'Capwelton\\LibApp\\Ui\\Page\\AppPage' => $baseDir . '/programs/Ui/Page/AppPage.php',
85
-    'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php',
9
+    'Capwelton\\LibApp\\AppAccessManager' => $baseDir.'/programs/AppAccessManager.php',
10
+    'Capwelton\\LibApp\\AppComponent' => $baseDir.'/programs/AppComponent.php',
11
+    'Capwelton\\LibApp\\AppObject' => $baseDir.'/programs/AppObject.php',
12
+    'Capwelton\\LibApp\\AppObjectInterface' => $baseDir.'/programs/AppObjectInterface.php',
13
+    'Capwelton\\LibApp\\AppUiObject' => $baseDir.'/programs/AppUiObject.php',
14
+    'Capwelton\\LibApp\\Ctrl\\AppComponentCtrlRecord' => $baseDir.'/programs/Ctrl/AppComponentCtrlRecord.php',
15
+    'Capwelton\\LibApp\\Ctrl\\AppController' => $baseDir.'/programs/Ctrl/AppController.php',
16
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlAddonConfiguration' => $baseDir.'/programs/Ctrl/AppCtrlAddonConfiguration.php',
17
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlConfiguration' => $baseDir.'/programs/Ctrl/AppCtrlConfiguration.php',
18
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomContainer' => $baseDir.'/programs/Ctrl/AppCtrlCustomContainer.php',
19
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomField' => $baseDir.'/programs/Ctrl/AppCtrlCustomField.php',
20
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlCustomSection' => $baseDir.'/programs/Ctrl/AppCtrlCustomSection.php',
21
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlNotification' => $baseDir.'/programs/Ctrl/AppCtrlNotification.php',
22
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlRecord' => $baseDir.'/programs/Ctrl/AppCtrlRecord.php',
23
+    'Capwelton\\LibApp\\Ctrl\\AppCtrlSSE' => $baseDir.'/programs/Ctrl/AppCtrlSSE.php',
24
+    'Capwelton\\LibApp\\Exceptions\\AppAccessException' => $baseDir.'/programs/Exceptions/AppAccessException.php',
25
+    'Capwelton\\LibApp\\Exceptions\\AppDeletedRecordException' => $baseDir.'/programs/Exceptions/AppDeletedRecordException.php',
26
+    'Capwelton\\LibApp\\Exceptions\\AppEmptyResultException' => $baseDir.'/programs/Exceptions/AppEmptyResultException.php',
27
+    'Capwelton\\LibApp\\Exceptions\\AppException' => $baseDir.'/programs/Exceptions/AppException.php',
28
+    'Capwelton\\LibApp\\Exceptions\\AppNotFoundException' => $baseDir.'/programs/Exceptions/AppNotFoundException.php',
29
+    'Capwelton\\LibApp\\Exceptions\\AppSaveException' => $baseDir.'/programs/Exceptions/AppSaveException.php',
30
+    'Capwelton\\LibApp\\Exceptions\\AppUnknownActionException' => $baseDir.'/programs/Exceptions/AppUnknownActionException.php',
31
+    'Capwelton\\LibApp\\Func_App' => $baseDir.'/programs/Func_App.php',
32
+    'Capwelton\\LibApp\\Interfaces\\AppComponentDefinition' => $baseDir.'/programs/Interfaces/AppComponentDefinition.php',
33
+    'Capwelton\\LibApp\\Interfaces\\AppComponentUi' => $baseDir.'/programs/Interfaces/AppComponentUi.php',
34
+    'Capwelton\\LibApp\\Interfaces\\AppCtrlRecordInterface' => $baseDir.'/programs/Interfaces/AppCtrlRecordInterface.php',
35
+    'Capwelton\\LibApp\\Portlet\\AppPortlet' => $baseDir.'/programs/Portlet/AppPortlet.php',
36
+    'Capwelton\\LibApp\\Portlet\\AppPortletDefinition' => $baseDir.'/programs/Portlet/AppPortletDefinition.php',
37
+    'Capwelton\\LibApp\\Portlet\\AppPortletUi' => $baseDir.'/programs/Portlet/AppPortletUi.php',
38
+    'Capwelton\\LibApp\\Portlet\\Func_PortletBackend_App' => $baseDir.'/programs/Portlet/Func_PortletBackend_App.php',
39
+    'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletDefinitionNotifications' => $baseDir.'/programs/Portlet/Notifications/AppPortletDefinitionNotifications.php',
40
+    'Capwelton\\LibApp\\Portlet\\Notifications\\AppPortletUiNotifications' => $baseDir.'/programs/Portlet/Notifications/AppPortletUiNotifications.php',
41
+    'Capwelton\\LibApp\\Set\\AppCustomContainer' => $baseDir.'/programs/Set/AppCustomContainer.php',
42
+    'Capwelton\\LibApp\\Set\\AppCustomContainerSet' => $baseDir.'/programs/Set/AppCustomContainerSet.php',
43
+    'Capwelton\\LibApp\\Set\\AppCustomField' => $baseDir.'/programs/Set/AppCustomField.php',
44
+    'Capwelton\\LibApp\\Set\\AppCustomFieldSet' => $baseDir.'/programs/Set/AppCustomFieldSet.php',
45
+    'Capwelton\\LibApp\\Set\\AppCustomSection' => $baseDir.'/programs/Set/AppCustomSection.php',
46
+    'Capwelton\\LibApp\\Set\\AppCustomSectionSet' => $baseDir.'/programs/Set/AppCustomSectionSet.php',
47
+    'Capwelton\\LibApp\\Set\\AppLink' => $baseDir.'/programs/Set/AppLink.php',
48
+    'Capwelton\\LibApp\\Set\\AppLinkSet' => $baseDir.'/programs/Set/AppLinkSet.php',
49
+    'Capwelton\\LibApp\\Set\\AppLog' => $baseDir.'/programs/Set/AppLog.php',
50
+    'Capwelton\\LibApp\\Set\\AppLogSet' => $baseDir.'/programs/Set/AppLogSet.php',
51
+    'Capwelton\\LibApp\\Set\\AppNotification' => $baseDir.'/programs/Set/AppNotification.php',
52
+    'Capwelton\\LibApp\\Set\\AppNotificationSet' => $baseDir.'/programs/Set/AppNotificationSet.php',
53
+    'Capwelton\\LibApp\\Set\\AppRecord' => $baseDir.'/programs/Set/AppRecord.php',
54
+    'Capwelton\\LibApp\\Set\\AppRecordSet' => $baseDir.'/programs/Set/AppRecordSet.php',
55
+    'Capwelton\\LibApp\\Set\\AppRole' => $baseDir.'/programs/Set/AppRole.php',
56
+    'Capwelton\\LibApp\\Set\\AppRoleAccess' => $baseDir.'/programs/Set/AppRoleAccess.php',
57
+    'Capwelton\\LibApp\\Set\\AppRoleAccessSet' => $baseDir.'/programs/Set/AppRoleAccessSet.php',
58
+    'Capwelton\\LibApp\\Set\\AppRoleSet' => $baseDir.'/programs/Set/AppRoleSet.php',
59
+    'Capwelton\\LibApp\\Set\\AppSSE' => $baseDir.'/programs/Set/AppSSE.php',
60
+    'Capwelton\\LibApp\\Set\\AppSSESet' => $baseDir.'/programs/Set/AppSSESet.php',
61
+    'Capwelton\\LibApp\\Set\\AppTraceableRecord' => $baseDir.'/programs/Set/AppTraceableRecord.php',
62
+    'Capwelton\\LibApp\\Set\\AppTraceableRecordSet' => $baseDir.'/programs/Set/AppTraceableRecordSet.php',
63
+    'Capwelton\\LibApp\\Set\\RecordAfterSaveEvent' => $baseDir.'/programs/Set/RecordAfterSaveEvent.php',
64
+    'Capwelton\\LibApp\\Set\\RecordBeforeSaveEvent' => $baseDir.'/programs/Set/RecordBeforeSaveEvent.php',
65
+    'Capwelton\\LibApp\\Ui\\AppCardFrame' => $baseDir.'/programs/Ui/AppCardFrame.php',
66
+    'Capwelton\\LibApp\\Ui\\AppCriteriaEditor' => $baseDir.'/programs/Ui/AppCriteriaEditor.php',
67
+    'Capwelton\\LibApp\\Ui\\AppCustomFieldEditor' => $baseDir.'/programs/Ui/AppCustomFieldEditor.php',
68
+    'Capwelton\\LibApp\\Ui\\AppCustomFieldTableView' => $baseDir.'/programs/Ui/AppCustomFieldTableView.php',
69
+    'Capwelton\\LibApp\\Ui\\AppEditor' => $baseDir.'/programs/Ui/AppEditor.php',
70
+    'Capwelton\\LibApp\\Ui\\AppExportSelectEditor' => $baseDir.'/programs/Ui/AppExportSelectEditor.php',
71
+    'Capwelton\\LibApp\\Ui\\AppRecordEditor' => $baseDir.'/programs/Ui/AppRecordEditor.php',
72
+    'Capwelton\\LibApp\\Ui\\AppRecordFrame' => $baseDir.'/programs/Ui/AppRecordFrame.php',
73
+    'Capwelton\\LibApp\\Ui\\AppRecordView' => $baseDir.'/programs/Ui/AppRecordView.php',
74
+    'Capwelton\\LibApp\\Ui\\AppTableModelView' => $baseDir.'/programs/Ui/AppTableModelView.php',
75
+    'Capwelton\\LibApp\\Ui\\AppTableModelViewColumnSettingsEditor' => $baseDir.'/programs/Ui/AppTableModelViewColumnSettingsEditor.php',
76
+    'Capwelton\\LibApp\\Ui\\AppToolbar' => $baseDir.'/programs/Ui/AppToolbar.php',
77
+    'Capwelton\\LibApp\\Ui\\AppUi' => $baseDir.'/programs/Ui/AppUi.php',
78
+    'Capwelton\\LibApp\\Ui\\Items\\AppChip' => $baseDir.'/programs/Ui/Items/AppChip.php',
79
+    'Capwelton\\LibApp\\Ui\\Items\\AppShape' => $baseDir.'/programs/Ui/Items/AppShape.php',
80
+    'Capwelton\\LibApp\\Ui\\Items\\AppShapeCircle' => $baseDir.'/programs/Ui/Items/AppShapeCircle.php',
81
+    'Capwelton\\LibApp\\Ui\\Items\\AppShapeSquare' => $baseDir.'/programs/Ui/Items/AppShapeSquare.php',
82
+    'Capwelton\\LibApp\\Ui\\Items\\AppShapeTriangle' => $baseDir.'/programs/Ui/Items/AppShapeTriangle.php',
83
+    'Capwelton\\LibApp\\Ui\\Page\\AppErrorPage' => $baseDir.'/programs/Ui/Page/AppErrorPage.php',
84
+    'Capwelton\\LibApp\\Ui\\Page\\AppPage' => $baseDir.'/programs/Ui/Page/AppPage.php',
85
+    'Composer\\InstalledVersions' => $vendorDir.'/composer/InstalledVersions.php',
86 86
 );
Please login to merge, or discard this patch.
programs/Set/AppCustomContainerSet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -109,9 +109,9 @@
 block discarded – undo
109 109
     public function isUpdatable()
110 110
     {
111 111
         return $this->all();
112
-        if($this->App()
112
+        if ($this->App()
113 113
             ->Access()
114
-            ->administer()){
114
+            ->administer()) {
115 115
             return $this->all();
116 116
         }
117 117
         return $this->none();
Please login to merge, or discard this patch.
programs/init.php 1 patch
Spacing   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@  discard block
 block discarded – undo
25 25
 use Capwelton\LibOrm\MySql\ORMMySqlBackend;
26 26
 
27 27
 
28
-require_once dirname(__FILE__). '/functions.php';
28
+require_once dirname(__FILE__).'/functions.php';
29 29
 
30 30
 
31 31
 function LibApp_upgrade($sVersionBase, $sVersionIni)
@@ -81,13 +81,13 @@  discard block
 block discarded – undo
81 81
     
82 82
     $babBody = bab_getBody();
83 83
     $addon = bab_getAddonInfosInstance('libapp');
84
-    $babBody->addStyleSheet($addon->getStylePath() . '/styles.css');
85
-    $babBody->addJavascriptFile($addon->getTemplatePath() . 'libapp.js');
84
+    $babBody->addStyleSheet($addon->getStylePath().'/styles.css');
85
+    $babBody->addJavascriptFile($addon->getTemplatePath().'libapp.js');
86 86
     
87 87
     $App = app_App();
88
-    if($App->isSSEEnabled()){
89
-        $babBody->addJavascriptFile($addon->getTemplatePath() . 'notification.js');
90
-        if(bab_isUserLogged()){
88
+    if ($App->isSSEEnabled()) {
89
+        $babBody->addJavascriptFile($addon->getTemplatePath().'notification.js');
90
+        if (bab_isUserLogged()) {
91 91
             $babBody->babecho('<script>window.libapp={"sseServerUrl": "'.$App->Controller()->SSE()->server()->url().'"}</script>');
92 92
             $babBody->addJavascriptFile($addon->getTemplatePath().'sse.js');
93 93
         }
@@ -113,8 +113,8 @@  discard block
 block discarded – undo
113 113
         $addonPhpPath = $addon->getPhpPath();
114 114
         
115 115
         require_once $GLOBALS['babInstallPath'].'utilit/functionalityincl.php';
116
-        require_once dirname(__FILE__) . '/portletbackend.class.php';
116
+        require_once dirname(__FILE__).'/portletbackend.class.php';
117 117
         $functionalities = new bab_functionalities();
118
-        $functionalities->registerClass('Func_PortletBackend_App', $addonPhpPath . 'portletbackend.class.php');
118
+        $functionalities->registerClass('Func_PortletBackend_App', $addonPhpPath.'portletbackend.class.php');
119 119
     }
120 120
 }
121 121
\ No newline at end of file
Please login to merge, or discard this patch.
programs/Set/AppTraceableRecordSet.php 1 patch
Spacing   +18 added lines, -18 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@  discard block
 block discarded – undo
133 133
      */
134 134
     protected function logSave(AppTraceableRecord $record, $noTrace)
135 135
     {
136
-        if(! $this->isLoggable()){
136
+        if (!$this->isLoggable()) {
137 137
             return;
138 138
         }
139 139
         $App = $this->App();
@@ -156,14 +156,14 @@  discard block
 block discarded – undo
156 156
      */
157 157
     protected function logDelete(ORMCriteria $criteria, $noTrace)
158 158
     {
159
-        if(! $this->isLoggable()){
159
+        if (!$this->isLoggable()) {
160 160
             return;
161 161
         }
162 162
         $App = $this->App();
163 163
         $userId = bab_getUserId();
164 164
         $logSet = $App->LogSet();
165 165
         $deletedRecords = $this->select($criteria);
166
-        foreach ($deletedRecords as $record){
166
+        foreach ($deletedRecords as $record) {
167 167
             $log = $logSet->newRecord();
168 168
             $log->noTrace = $noTrace;
169 169
             $log->objectClass = get_class($record);
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
      */
190 190
     public function select(ORMCriteria $criteria = null, $includeDeleted = false)
191 191
     {
192
-        if($includeDeleted){
192
+        if ($includeDeleted) {
193 193
             $this->setDefaultCriteria(null);
194 194
         }
195 195
         return parent::select($criteria);
@@ -232,25 +232,25 @@  discard block
 block discarded – undo
232 232
      */
233 233
     public function delete(ORMCriteria $criteria = null, $deletedStatus = AppTraceableRecord::DELETED_STATUS_DELETED)
234 234
     {
235
-        $definitive = ($deletedStatus === true) || ! $this->isTraceable();
235
+        $definitive = ($deletedStatus === true) || !$this->isTraceable();
236 236
         $this->logDelete($criteria, $definitive);
237
-        if($definitive){
237
+        if ($definitive) {
238 238
             return parent::delete($criteria);
239 239
         }
240 240
         
241
-        require_once $GLOBALS['babInstallPath'] . '/utilit/dateTime.php';
241
+        require_once $GLOBALS['babInstallPath'].'/utilit/dateTime.php';
242 242
         $now = \BAB_DateTime::now()->getIsoDateTime();
243 243
         
244 244
         $records = $this->select($criteria);
245 245
         
246
-        foreach ($records as $record){
246
+        foreach ($records as $record) {
247 247
             /* @var $record AppTraceableRecord */
248 248
             // Could be optimized at ORM level
249 249
             $record->deleted = $deletedStatus;
250 250
             $record->deletedOn = $now;
251 251
             $record->deletedBy = bab_getUserId();
252 252
             
253
-            if(! parent::save($record)){
253
+            if (!parent::save($record)) {
254 254
                 return false;
255 255
             }
256 256
         }
@@ -268,13 +268,13 @@  discard block
 block discarded – undo
268 268
      */
269 269
     public function save(ORMRecord $record, $noTrace = false)
270 270
     {
271
-        $noTrace = $noTrace || ! $this->isTraceable();
271
+        $noTrace = $noTrace || !$this->isTraceable();
272 272
         $this->logSave($record, $noTrace);
273
-        if($noTrace){
273
+        if ($noTrace) {
274 274
             return parent::save($record);
275 275
         }
276 276
         
277
-        require_once $GLOBALS['babInstallPath'] . '/utilit/dateTime.php';
277
+        require_once $GLOBALS['babInstallPath'].'/utilit/dateTime.php';
278 278
         
279 279
         $now = \BAB_DateTime::now()->getIsoDateTime();
280 280
         
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
         $set = $record->getParentSet();
283 283
         $primaryKey = $set->getPrimaryKey();
284 284
         
285
-        if(empty($record->{$primaryKey})){
285
+        if (empty($record->{$primaryKey})) {
286 286
             $record->initValue('createdBy', bab_getUserId());
287 287
             $record->initValue('createdOn', $now);
288 288
             $record->initValue('uuid', $this->uuid());
@@ -313,21 +313,21 @@  discard block
 block discarded – undo
313 313
      */
314 314
     public function getRecordByUuid($uuid)
315 315
     {
316
-        if('' === (string) $uuid){
316
+        if ('' === (string) $uuid) {
317 317
             return null;
318 318
         }
319 319
         
320 320
         $record = $this->get($this->uuid->is($uuid));
321 321
         
322
-        if(! isset($record)){
322
+        if (!isset($record)) {
323 323
             return null;
324 324
         }
325 325
         
326
-        if(! ($record instanceof AppTraceableRecord)){
326
+        if (!($record instanceof AppTraceableRecord)) {
327 327
             return null;
328 328
         }
329 329
         
330
-        if($record->deleted){
330
+        if ($record->deleted) {
331 331
             return null;
332 332
         }
333 333
         
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
      */
344 344
     public function isOwn($userId = null)
345 345
     {
346
-        if(! isset($userId)){
346
+        if (!isset($userId)) {
347 347
             $userId = bab_getUserId();
348 348
         }
349 349
         return $this->createdBy->is($userId);
Please login to merge, or discard this patch.
programs/Set/AppCustomField.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
                 break;
69 69
             
70 70
             default:
71
-                $function = 'Capwelton\LibOrm\ORM_' . $this->fieldtype . 'Field';
71
+                $function = 'Capwelton\LibOrm\ORM_'.$this->fieldtype.'Field';
72 72
                 $field = $function($this->fieldname);
73 73
                 break;
74 74
         }
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
         $labelledItem = $W->LabelledWidget($this->name, $widget, null);
154 154
         $labelledItem->setName($this->fieldname);
155 155
         
156
-        if(! empty($this->description)){
156
+        if (!empty($this->description)) {
157 157
             $labelledItem->setDescription($this->description);
158 158
         }
159 159
         
Please login to merge, or discard this patch.
programs/Set/AppRecordSet.php 2 patches
Spacing   +42 added lines, -42 removed lines patch added patch discarded remove patch
@@ -102,11 +102,11 @@  discard block
 block discarded – undo
102 102
      */
103 103
     protected function trimSetName($setName)
104 104
     {
105
-        if(strpos($setName, '_') === false){
105
+        if (strpos($setName, '_') === false) {
106 106
             return $setName;
107 107
         }
108 108
         $pos = strrpos($setName, '\\');
109
-        if($pos === false){
109
+        if ($pos === false) {
110 110
             return explode('_', $setName)[1];
111 111
         }
112 112
         return substr($setName, $pos + 1);
@@ -121,13 +121,13 @@  discard block
 block discarded – undo
121 121
     public function join($fkFieldName)
122 122
     {
123 123
         $fkField = $this->getField($fkFieldName);
124
-        if(! ($fkField instanceof ORMFkField)){
124
+        if (!($fkField instanceof ORMFkField)) {
125 125
             return $this;
126 126
         }
127 127
         $setName = $fkField->getForeignSetName();
128 128
         
129
-        if(! $setName || 'Set' === $setName){
130
-            throw new \Exception('The set name is missing on foreign key field ' . $fkFieldName);
129
+        if (!$setName || 'Set' === $setName) {
130
+            throw new \Exception('The set name is missing on foreign key field '.$fkFieldName);
131 131
         }
132 132
         
133 133
         $appSetName = $this->trimSetName($setName);
@@ -165,22 +165,22 @@  discard block
 block discarded – undo
165 165
     {
166 166
         $App = $this->App();
167 167
         
168
-        if(null === $this->customFields){
168
+        if (null === $this->customFields) {
169 169
             $this->customFields = array();
170 170
             
171
-            if(isset($App->CustomField)){
171
+            if (isset($App->CustomField)) {
172 172
                 $customFieldSet = $App->CustomFieldSet();
173 173
                 $object = mb_substr(get_class($this), mb_strlen($App->classPrefix), - mb_strlen('Set'));
174
-                try{
174
+                try {
175 175
                     $customFields = $customFieldSet->select($customFieldSet->object->is($object));
176 176
                     
177
-                    foreach ($customFields as $customfield){
177
+                    foreach ($customFields as $customfield) {
178 178
                         $this->customFields[] = $customfield;
179 179
                         
180 180
                         /*@var $customfield AppCustomField */
181 181
                     }
182 182
                 }
183
-                catch (ORMBackEndSelectException $e){
183
+                catch (ORMBackEndSelectException $e) {
184 184
                     // table does not exist, this error is thrown by the install program while creating the sets
185 185
                 }
186 186
             }
@@ -210,15 +210,15 @@  discard block
 block discarded – undo
210 210
     public function addCustomFields()
211 211
     {
212 212
         $customFields = $this->selectCustomFields();
213
-        foreach ($customFields as $customField){
213
+        foreach ($customFields as $customField) {
214 214
             /*@var $customField AppCustomField */
215 215
             $description = $customField->name;
216 216
             $ormField = $customField->getORMField()->setDescription($description);
217
-            if($ormField instanceof ORMFkField){
217
+            if ($ormField instanceof ORMFkField) {
218 218
                 $this->hasOne($customField->fieldname, $ormField->getForeignSetName())
219 219
                     ->setDescription($description);
220 220
             }
221
-            else{
221
+            else {
222 222
                 $this->addFields($ormField);
223 223
             }
224 224
         }
@@ -247,12 +247,12 @@  discard block
 block discarded – undo
247 247
     public function request($mixedParam = null, $sPropertyName = null)
248 248
     {
249 249
         $record = $this->get($mixedParam, $sPropertyName);
250
-        if(! isset($record)){
250
+        if (!isset($record)) {
251 251
             // This will remove the default criteria for TraceableRecords and
252 252
             // fetch even 'deleted' ones.
253 253
             $this->setDefaultCriteria(null);
254 254
             $record = $this->get($mixedParam, $sPropertyName);
255
-            if(isset($record)){
255
+            if (isset($record)) {
256 256
                 throw new AppDeletedRecordException($record, $mixedParam);
257 257
             }
258 258
             throw new AppNotFoundException($this, $mixedParam);
@@ -273,10 +273,10 @@  discard block
 block discarded – undo
273 273
     public function selectLinkedTo($source, $linkType = null)
274 274
     {
275 275
         $linkSet = $this->App()->LinkSet();
276
-        if(is_array($source) || ($source instanceof \Iterator)){
276
+        if (is_array($source) || ($source instanceof \Iterator)) {
277 277
             return $linkSet->selectForSources($source, $this->getRecordClassName(), $linkType);
278 278
         }
279
-        else{
279
+        else {
280 280
             return $linkSet->selectForSource($source, $this->getRecordClassName(), $linkType);
281 281
         }
282 282
     }
@@ -294,10 +294,10 @@  discard block
 block discarded – undo
294 294
     public function selectLinkedFrom($target, $linkType = null)
295 295
     {
296 296
         $linkSet = $this->App()->LinkSet();
297
-        if(is_array($target) || ($target instanceof \Iterator)){
297
+        if (is_array($target) || ($target instanceof \Iterator)) {
298 298
             return $linkSet->selectForTargets($target, $this->getRecordClassName(), $linkType);
299 299
         }
300
-        else{
300
+        else {
301 301
             return $linkSet->selectForTarget($target, $this->getRecordClassName(), $linkType);
302 302
         }
303 303
     }
@@ -321,11 +321,11 @@  discard block
 block discarded – undo
321 321
             ->_AND_($linkSet->targetId->is($target->id))
322 322
             ->_AND_($linkSet->sourceClass->is($this->newRecord()
323 323
             ->getClassName()));
324
-        if(isset($linkType)){
325
-            if(is_array($linkType)){
324
+        if (isset($linkType)) {
325
+            if (is_array($linkType)) {
326 326
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
327 327
             }
328
-            else{
328
+            else {
329 329
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
330 330
             }
331 331
         }
@@ -353,11 +353,11 @@  discard block
 block discarded – undo
353 353
             ->_AND_($linkSet->sourceId->is($source->id))
354 354
             ->_AND_($linkSet->targetClass->is($this->newRecord()
355 355
             ->getClassName()));
356
-        if(isset($linkType)){
357
-            if(is_array($linkType)){
356
+        if (isset($linkType)) {
357
+            if (is_array($linkType)) {
358 358
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
359 359
             }
360
-            else{
360
+            else {
361 361
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
362 362
             }
363 363
         }
@@ -382,26 +382,26 @@  discard block
 block discarded – undo
382 382
         $linkSet->hasOne('targetId', $recordClassName);
383 383
         
384 384
         $sourceIdsByClasses = array();
385
-        foreach ($sources as $source){
385
+        foreach ($sources as $source) {
386 386
             $sourceClass = $source->getClassName();
387
-            if(! isset($sourceIdsByClasses[$sourceClass])){
387
+            if (!isset($sourceIdsByClasses[$sourceClass])) {
388 388
                 $sourceIdsByClasses[$sourceClass] = array();
389 389
             }
390 390
             $sourceIdsByClasses[$sourceClass][] = $source->id;
391 391
         }
392 392
         
393 393
         $sourcesCriteria = array();
394
-        foreach ($sourceIdsByClasses as $sourceClass => $sourceIds){
394
+        foreach ($sourceIdsByClasses as $sourceClass => $sourceIds) {
395 395
             $sourcesCriteria[] = $linkSet->sourceClass->is($sourceClass)->_AND_($linkSet->sourceId->in($sourceIds));
396 396
         }
397 397
         
398 398
         $criteria = $linkSet->all($linkSet->targetClass->is($this->newRecord()
399 399
             ->getClassName()), $linkSet->any($sourcesCriteria));
400
-        if(isset($linkType)){
401
-            if(is_array($linkType)){
400
+        if (isset($linkType)) {
401
+            if (is_array($linkType)) {
402 402
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
403 403
             }
404
-            else{
404
+            else {
405 405
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
406 406
             }
407 407
         }
@@ -426,26 +426,26 @@  discard block
 block discarded – undo
426 426
         $linkSet->hasOne('sourceId', $recordClassName);
427 427
         
428 428
         $targetIdsByClasses = array();
429
-        foreach ($targets as $target){
429
+        foreach ($targets as $target) {
430 430
             $targetClass = $target->getClassName();
431
-            if(! isset($targetIdsByClasses[$targetClass])){
431
+            if (!isset($targetIdsByClasses[$targetClass])) {
432 432
                 $targetIdsByClasses[$targetClass] = array();
433 433
             }
434 434
             $targetIdsByClasses[$targetClass][] = $target->id;
435 435
         }
436 436
         
437 437
         $targetsCriteria = array();
438
-        foreach ($targetIdsByClasses as $targetClass => $targetIds){
438
+        foreach ($targetIdsByClasses as $targetClass => $targetIds) {
439 439
             $targetsCriteria[] = $linkSet->targetClass->is($targetClass)->_AND_($linkSet->targetId->in($targetIds));
440 440
         }
441 441
         
442 442
         $criteria = $linkSet->all($linkSet->sourceClass->is($this->newRecord()
443 443
             ->getClassName()), $linkSet->any($targetsCriteria));
444
-        if(isset($linkType)){
445
-            if(is_array($linkType)){
444
+        if (isset($linkType)) {
445
+            if (is_array($linkType)) {
446 446
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
447 447
             }
448
-            else{
448
+            else {
449 449
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
450 450
             }
451 451
         }
@@ -560,19 +560,19 @@  discard block
 block discarded – undo
560 560
         $criteria = $linkSet->sourceClass->is($this->getRecordClassName())
561 561
             ->_AND_($linkSet->targetClass->is($tagClassName));
562 562
         
563
-        if(is_array($tagLabels)){
563
+        if (is_array($tagLabels)) {
564 564
             $criteria = $criteria->_AND_($linkSet->targetId->label->in($tagLabels));
565 565
         }
566
-        else{
566
+        else {
567 567
             $criteria = $criteria->_AND_($linkSet->targetId->label->is($tagLabels));
568 568
         }
569
-        if(isset($linkType)){
569
+        if (isset($linkType)) {
570 570
             $criteria = $criteria->_AND_($linkSet->type->is($linkType));
571 571
         }
572 572
         $links = $linkSet->select($criteria);
573 573
         
574 574
         $ids = array();
575
-        foreach ($links as $link){
575
+        foreach ($links as $link) {
576 576
             $ids[$link->sourceId] = $link->sourceId;
577 577
         }
578 578
         
@@ -583,7 +583,7 @@  discard block
 block discarded – undo
583 583
     {
584 584
         $fields = $this->getFields();
585 585
         $manyRelations = $this->getHasManyRelations();
586
-        foreach ($manyRelations as $fieldName => $manyRelation){
586
+        foreach ($manyRelations as $fieldName => $manyRelation) {
587 587
             $fields[$fieldName] = $manyRelation;
588 588
         }
589 589
         return $fields;
Please login to merge, or discard this patch.
Braces   +9 added lines, -18 removed lines patch added patch discarded remove patch
@@ -179,8 +179,7 @@  discard block
 block discarded – undo
179 179
                         
180 180
                         /*@var $customfield AppCustomField */
181 181
                     }
182
-                }
183
-                catch (ORMBackEndSelectException $e){
182
+                } catch (ORMBackEndSelectException $e){
184 183
                     // table does not exist, this error is thrown by the install program while creating the sets
185 184
                 }
186 185
             }
@@ -217,8 +216,7 @@  discard block
 block discarded – undo
217 216
             if($ormField instanceof ORMFkField){
218 217
                 $this->hasOne($customField->fieldname, $ormField->getForeignSetName())
219 218
                     ->setDescription($description);
220
-            }
221
-            else{
219
+            } else{
222 220
                 $this->addFields($ormField);
223 221
             }
224 222
         }
@@ -275,8 +273,7 @@  discard block
 block discarded – undo
275 273
         $linkSet = $this->App()->LinkSet();
276 274
         if(is_array($source) || ($source instanceof \Iterator)){
277 275
             return $linkSet->selectForSources($source, $this->getRecordClassName(), $linkType);
278
-        }
279
-        else{
276
+        } else{
280 277
             return $linkSet->selectForSource($source, $this->getRecordClassName(), $linkType);
281 278
         }
282 279
     }
@@ -296,8 +293,7 @@  discard block
 block discarded – undo
296 293
         $linkSet = $this->App()->LinkSet();
297 294
         if(is_array($target) || ($target instanceof \Iterator)){
298 295
             return $linkSet->selectForTargets($target, $this->getRecordClassName(), $linkType);
299
-        }
300
-        else{
296
+        } else{
301 297
             return $linkSet->selectForTarget($target, $this->getRecordClassName(), $linkType);
302 298
         }
303 299
     }
@@ -324,8 +320,7 @@  discard block
 block discarded – undo
324 320
         if(isset($linkType)){
325 321
             if(is_array($linkType)){
326 322
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
327
-            }
328
-            else{
323
+            } else{
329 324
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
330 325
             }
331 326
         }
@@ -356,8 +351,7 @@  discard block
 block discarded – undo
356 351
         if(isset($linkType)){
357 352
             if(is_array($linkType)){
358 353
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
359
-            }
360
-            else{
354
+            } else{
361 355
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
362 356
             }
363 357
         }
@@ -400,8 +394,7 @@  discard block
 block discarded – undo
400 394
         if(isset($linkType)){
401 395
             if(is_array($linkType)){
402 396
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
403
-            }
404
-            else{
397
+            } else{
405 398
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
406 399
             }
407 400
         }
@@ -444,8 +437,7 @@  discard block
 block discarded – undo
444 437
         if(isset($linkType)){
445 438
             if(is_array($linkType)){
446 439
                 $criteria = $criteria->_AND_($linkSet->type->in($linkType));
447
-            }
448
-            else{
440
+            } else{
449 441
                 $criteria = $criteria->_AND_($linkSet->type->is($linkType));
450 442
             }
451 443
         }
@@ -562,8 +554,7 @@  discard block
 block discarded – undo
562 554
         
563 555
         if(is_array($tagLabels)){
564 556
             $criteria = $criteria->_AND_($linkSet->targetId->label->in($tagLabels));
565
-        }
566
-        else{
557
+        } else{
567 558
             $criteria = $criteria->_AND_($linkSet->targetId->label->is($tagLabels));
568 559
         }
569 560
         if(isset($linkType)){
Please login to merge, or discard this patch.
programs/Set/AppCustomFieldSet.php 1 patch
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -80,14 +80,14 @@  discard block
 block discarded – undo
80 80
             ORM_BoolField('visible')->setOutputOptions($App->translate('No'), $App->translate('Yes'))->setDescription($App->translate('Column in list'))
81 81
         );
82 82
         
83
-        if($App->onlineShop){
83
+        if ($App->onlineShop) {
84 84
             $this->addFields(ORM_BoolField('visible_in_shop'));
85 85
         }
86 86
     }
87 87
     
88 88
     public function save(ORMRecord $record, $noTrace = false)
89 89
     {
90
-        if(! $record->fieldname){
90
+        if (!$record->fieldname) {
91 91
             $record->fieldname = $this->getFieldName($record->name);
92 92
         }
93 93
         
@@ -108,11 +108,11 @@  discard block
 block discarded – undo
108 108
         $name = preg_replace('/[^a-zA-Z0-9]+/', '', $name);
109 109
         $name = mb_strtolower($name);
110 110
         
111
-        if(empty($name)){
111
+        if (empty($name)) {
112 112
             throw new AppSaveException($this->App()->translate('The name is mandatory'));
113 113
         }
114 114
         
115
-        return '_' . $name;
115
+        return '_'.$name;
116 116
     }
117 117
     
118 118
     /**
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
126 126
         
127 127
         $arr = array();
128 128
         
129
-        if(isset($App->Article)){
129
+        if (isset($App->Article)) {
130 130
             $arr['Article'] = $App->translate('Products database');
131 131
         }
132 132
         
Please login to merge, or discard this patch.
programs/Set/AppLogSet.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -75,8 +75,8 @@
 block discarded – undo
75 75
     public function serialize(AppRecord $record)
76 76
     {
77 77
         $values = $record->getValues();
78
-        foreach ($values as $key => $value){
79
-            if($value instanceof ORMRecordSet){
78
+        foreach ($values as $key => $value) {
79
+            if ($value instanceof ORMRecordSet) {
80 80
                 $values[$key] = $value->id;
81 81
             }
82 82
         }
Please login to merge, or discard this patch.