Proyectos de Subversion LeadersLinked - Services

Rev

Rev 569 | Rev 573 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 569 Rev 570
Línea 11... Línea 11...
11
    'navigation' => [
11
    'navigation' => [
12
        'menu' => [],
12
        'menu' => [],
13
        'footer' => [
13
        'footer' => [
14
            [
14
            [
15
                'label' => 'LABEL_PRIVACY_POLICY',
15
                'label' => 'LABEL_PRIVACY_POLICY',
16
                'route' => 'privacy-policy',
16
                'route' => 'privacy-policy'
17
            ],
17
            ],
18
            [
18
            [
19
                'label' => 'LABEL_PROFESSIONALISM_POLICY',
19
                'label' => 'LABEL_PROFESSIONALISM_POLICY',
20
                'route' => 'professionalism-policy',
20
                'route' => 'professionalism-policy'
21
            ],
21
            ],
22
            [
22
            [
23
                'label' => 'LABEL_COOKIES_POLICY',
23
                'label' => 'LABEL_COOKIES_POLICY',
24
                'route' => 'cookies',
24
                'route' => 'cookies'
25
            ],
25
            ],
26
            [
26
            [
27
                'label' => 'LABEL_TERMS_AND_CONDITIONS',
27
                'label' => 'LABEL_TERMS_AND_CONDITIONS',
28
                'route' => 'terms-and-conditions',
28
                'route' => 'terms-and-conditions'
29
            ],
29
            ]
30
        ],
30
        ]
31
    ],
31
    ],
32
    'router' => [
32
    'router' => [
33
        'routes' => [
33
        'routes' => [
34
            'signin' => [
34
            'signin' => [
35
                'type' => Literal::class,
35
                'type' => Literal::class,
36
                'options' => [
36
                'options' => [
37
                    'route' => '/signin',
37
                    'route' => '/signin',
38
                    'defaults' => [
38
                    'defaults' => [
39
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
39
                        'controller' => '\LeadersLinked\Controller\AuthController',
40
                        'action' => 'signin',
40
                        'action' => 'signin'
41
                    ],
41
                    ]
42
                ],
42
                ],
43
                'may_terminate' => true,
43
                'may_terminate' => true,
44
                'child_routes' => [
44
                'child_routes' => [
-
 
45
 
45
                    'facebook' => [
46
                    'facebook' => [
46
                        'type' => Literal::class,
47
                        'type' => Literal::class,
47
                        'options' => [
48
                        'options' => [
48
                            'route' => '/facebook',
49
                            'route' => '/facebook',
49
                            'defaults' => [
50
                            'defaults' => [
50
                                'controller' => '\\LeadersLinked\\Controller\\AuthController',
51
                                'controller' => '\LeadersLinked\Controller\AuthController',
51
                                'action' => 'facebook',
52
                                'action' => 'facebook'
52
                            ],
53
                            ]
53
                        ],
54
                        ]
54
                    ],
55
                    ],
55
                    'twitter' => [
56
                    'twitter' => [
56
                        'type' => Literal::class,
57
                        'type' => Literal::class,
57
                        'options' => [
58
                        'options' => [
58
                            'route' => '/twitter',
59
                            'route' => '/twitter',
59
                            'defaults' => [
60
                            'defaults' => [
60
                                'controller' => '\\LeadersLinked\\Controller\\AuthController',
61
                                'controller' => '\LeadersLinked\Controller\AuthController',
61
                                'action' => 'twitter',
62
                                'action' => 'twitter'
62
                            ],
63
                            ]
63
                        ],
64
                        ]
64
                    ],
65
                    ],
65
                    'google' => [
66
                    'google' => [
66
                        'type' => Literal::class,
67
                        'type' => Literal::class,
67
                        'options' => [
68
                        'options' => [
68
                            'route' => '/google',
69
                            'route' => '/google',
69
                            'defaults' => [
70
                            'defaults' => [
70
                                'controller' => '\\LeadersLinked\\Controller\\AuthController',
71
                                'controller' => '\LeadersLinked\Controller\AuthController',
71
                                'action' => 'google',
72
                                'action' => 'google'
72
                            ],
73
                            ]
73
                        ],
74
                        ]
74
                    ],
75
                    ],
75
                    'impersonate' => [
76
                    'impersonate' => [
76
                        'type' => Literal::class,
77
                        'type' => Literal::class,
77
                        'options' => [
78
                        'options' => [
78
                            'route' => '/impersonate',
79
                            'route' => '/impersonate',
79
                            'defaults' => [
80
                            'defaults' => [
80
                                'controller' => '\\LeadersLinked\\Controller\\AuthController',
81
                                'controller' => '\LeadersLinked\Controller\AuthController',
81
                                'action' => 'impersonate',
82
                                'action' => 'impersonate'
82
                            ],
83
                            ]
83
                        ],
84
                        ]
84
                    ],
85
                    ],
85
                    'debug' => [
86
                    'debug' => [
86
                        'type' => Literal::class,
87
                        'type' => Literal::class,
87
                        'options' => [
88
                        'options' => [
88
                            'route' => '/debug',
89
                            'route' => '/debug',
89
                            'defaults' => [
90
                            'defaults' => [
90
                                'controller' => '\\LeadersLinked\\Controller\\AuthController',
91
                                'controller' => '\LeadersLinked\Controller\AuthController',
91
                                'action' => 'debug',
92
                                'action' => 'debug'
92
                            ],
93
                            ]
93
                        ],
94
                        ]
94
                    ],
95
                    ]
95
                ],
96
                ]
96
            ],
97
            ],
-
 
98
 
97
            'crypto' => [
99
            'crypto' => [
98
                'type' => Segment::class,
100
                'type' => Segment::class,
99
                'options' => [
101
                'options' => [
100
                    'route' => '/crypto',
102
                    'route' => '/crypto',
101
                    'defaults' => [
103
                    'defaults' => [
102
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
104
                        'controller' => '\LeadersLinked\Controller\HomeController',
103
                        'action' => 'crypto',
105
                        'action' => 'crypto'
104
                    ],
106
                    ]
105
                ],
107
                ],
106
                'may_terminate' => true,
108
                'may_terminate' => true
107
            ],
109
            ],
-
 
110
 
108
            'storage' => [
111
            'storage' => [
109
                'type' => Segment::class,
112
                'type' => Segment::class,
110
                'options' => [
113
                'options' => [
111
                    'route' => '/storage/:code',
114
                    'route' => '/storage/:code',
112
                    'constraints' => [
115
                    'constraints' => [
113
                        'code' => '[A-Za-z0-9]+',
116
                        'code' => '[A-Za-z0-9]+'
114
                    ],
117
                    ],
115
                    'defaults' => [
118
                    'defaults' => [
116
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
119
                        'controller' => '\LeadersLinked\Controller\HomeController',
117
                        'action' => 'storage',
120
                        'action' => 'storage'
118
                    ],
121
                    ]
119
                ],
122
                ],
120
                'may_terminate' => true,
123
                'may_terminate' => true
121
            ],
124
            ],
-
 
125
 
122
            'share' => [
126
            'share' => [
123
                'type' => Segment::class,
127
                'type' => Segment::class,
124
                'options' => [
128
                'options' => [
125
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',
129
                    'route' => '/share/type/:type/code/:code/user/:user/timestamp/:timestamp/rand/:rand/password/:password',
126
                    'constraints' => [
130
                    'constraints' => [
127
                        'type' => 'feed|post',
131
                        'type' => 'feed|post',
128
                        'code' => '[A-Za-z0-9\\-]+\\=*',
132
                        'code' => '[A-Za-z0-9\-]+\=*',
129
                        'user' => '[A-Za-z0-9\\-]+\\=*',
133
                        'user' => '[A-Za-z0-9\-]+\=*',
130
                        'timestamp' => '[0-9]*',
134
                        'timestamp' => '[0-9]*',
131
                        'rand' => '[0-9]*',
135
                        'rand' => '[0-9]*',
132
                        'password' => '[A-Za-z0-9]*',
136
                        'password' => '[A-Za-z0-9]*'
133
                    ],
137
                    ],
134
                    'defaults' => [
138
                    'defaults' => [
135
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
139
                        'controller' => '\LeadersLinked\Controller\HomeController',
136
                        'action' => 'share',
140
                        'action' => 'share'
137
                    ],
141
                    ]
138
                ],
142
                ],
139
                'may_terminate' => true,
143
                'may_terminate' => true,
140
                'child_routes' => [
144
                'child_routes' => [
141
                    'increment-external-counter' => [
145
                    'increment-external-counter' => [
142
                        'type' => Segment::class,
146
                        'type' => Segment::class,
143
                        'options' => [
147
                        'options' => [
144
                            'route' => '/increment-external-counter',
148
                            'route' => '/increment-external-counter',
145
                            'defaults' => [
149
                            'defaults' => [
146
                                'controller' => '\\LeadersLinked\\Controller\\HomeController',
150
                                'controller' => '\LeadersLinked\Controller\HomeController',
147
                                'action' => 'incTotalExternalShared',
151
                                'action' => 'incTotalExternalShared'
148
                            ],
152
                            ]
149
                        ],
153
                        ]
150
                    ],
154
                    ]
151
                ],
155
                ]
152
            ],
156
            ],
-
 
157
 
153
            'shorter' => [
158
            'shorter' => [
154
                'type' => Segment::class,
159
                'type' => Segment::class,
155
                'options' => [
160
                'options' => [
156
                    'route' => '/shorter/:code',
161
                    'route' => '/shorter/:code',
157
                    'constraints' => [
162
                    'constraints' => [
158
                        'code' => '[A-Za-z0-9\\-]+\\=*',
163
                        'code' => '[A-Za-z0-9\-]+\=*'
159
                    ],
164
                    ],
160
                    'defaults' => [
165
                    'defaults' => [
161
                        'controller' => '\\LeadersLinked\\Controller\\ShorterController',
166
                        'controller' => '\LeadersLinked\Controller\ShorterController',
162
                        'action' => 'index',
167
                        'action' => 'index'
163
                    ],
168
                    ]
164
                ],
169
                ],
165
                'may_terminate' => true,
170
                'may_terminate' => true,
166
                'child_routes' => [
171
                'child_routes' => [
167
                    'generate' => [
172
                    'generate' => [
168
                        'type' => Segment::class,
173
                        'type' => Segment::class,
169
                        'options' => [
174
                        'options' => [
170
                            'route' => '/generate/:type',
175
                            'route' => '/generate/:type',
171
                            'constraints' => [
176
                            'constraints' => [
172
                                'type' => 'feed|post',
177
                                'type' => 'feed|post'
173
                            ],
178
                            ],
174
                            'defaults' => [
179
                            'defaults' => [
175
                                'controller' => '\\LeadersLinked\\Controller\\ShorterController',
180
                                'controller' => '\LeadersLinked\Controller\ShorterController',
176
                                'action' => 'generate',
181
                                'action' => 'generate'
177
                            ],
182
                            ]
178
                        ],
183
                        ]
179
                    ],
184
                    ]
180
                ],
185
                ]
181
            ],
186
            ],
-
 
187
 
182
            'reset-password' => [
188
            'reset-password' => [
183
                'type' => Segment::class,
189
                'type' => Segment::class,
184
                'options' => [
190
                'options' => [
185
                    'route' => '/reset-password/:code',
191
                    'route' => '/reset-password/:code',
186
                    'constraints' => [
192
                    'constraints' => [
187
                        'code' => '[a-zA-Z0-9--]+',
193
                        'code' => '[a-zA-Z0-9--]+'
188
                    ],
194
                    ],
189
                    'defaults' => [
195
                    'defaults' => [
190
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
196
                        'controller' => '\LeadersLinked\Controller\AuthController',
191
                        'action' => 'resetPassword',
197
                        'action' => 'resetPassword'
192
                    ],
198
                    ]
193
                ],
199
                ]
194
            ],
200
            ],
195
            'forgot-password' => [
201
            'forgot-password' => [
196
                'type' => Literal::class,
202
                'type' => Literal::class,
197
                'options' => [
203
                'options' => [
198
                    'route' => '/forgot-password',
204
                    'route' => '/forgot-password',
199
                    'defaults' => [
205
                    'defaults' => [
200
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
206
                        'controller' => '\LeadersLinked\Controller\AuthController',
201
                        'action' => 'forgotPassword',
207
                        'action' => 'forgotPassword'
202
                    ],
208
                    ]
203
                ],
209
                ]
204
            ],
210
            ],
205
            'signup' => [
211
            'signup' => [
206
                'type' => Literal::class,
212
                'type' => Literal::class,
207
                'options' => [
213
                'options' => [
208
                    'route' => '/signup',
214
                    'route' => '/signup',
209
                    'defaults' => [
215
                    'defaults' => [
210
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
216
                        'controller' => '\LeadersLinked\Controller\AuthController',
211
                        'action' => 'signup',
217
                        'action' => 'signup'
212
                    ],
218
                    ]
213
                ],
219
                ]
214
            ],
220
            ],
215
            'activate-account' => [
221
            'activate-account' => [
216
                'type' => Segment::class,
222
                'type' => Segment::class,
217
                'options' => [
223
                'options' => [
218
                    'route' => '/activate-account/:code',
224
                    'route' => '/activate-account/:code',
219
                    'constraints' => [
225
                    'constraints' => [
220
                        'code' => '[a-zA-Z0-9]+',
226
                        'code' => '[a-zA-Z0-9]+'
221
                    ],
227
                    ],
222
                    'defaults' => [
228
                    'defaults' => [
223
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
229
                        'controller' => '\LeadersLinked\Controller\AuthController',
224
                        'action' => 'activateAccount',
230
                        'action' => 'activateAccount'
225
                    ],
231
                    ]
226
                ],
232
                ]
227
            ],
233
            ],
228
            'signout' => [
234
            'signout' => [
229
                'type' => Literal::class,
235
                'type' => Literal::class,
230
                'options' => [
236
                'options' => [
231
                    'route' => '/signout',
237
                    'route' => '/signout',
232
                    'defaults' => [
238
                    'defaults' => [
233
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
239
                        'controller' => '\LeadersLinked\Controller\AuthController',
234
                        'action' => 'signout',
240
                        'action' => 'signout'
235
                    ],
241
                    ]
236
                ],
242
                ]
237
            ],
243
            ],
238
            'csrf' => [
244
            'csrf' => [
239
                'type' => Literal::class,
245
                'type' => Literal::class,
240
                'options' => [
246
                'options' => [
241
                    'route' => '/csrf',
247
                    'route' => '/csrf',
242
                    'defaults' => [
248
                    'defaults' => [
243
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
249
                        'controller' => '\LeadersLinked\Controller\AuthController',
244
                        'action' => 'csrf',
250
                        'action' => 'csrf'
245
                    ],
251
                    ]
246
                ],
252
                ]
247
            ],
253
            ],
-
 
254
 
248
            'onroom' => [
255
            'onroom' => [
249
                'type' => Literal::class,
256
                'type' => Literal::class,
250
                'options' => [
257
                'options' => [
251
                    'route' => '/onroom',
258
                    'route' => '/onroom',
252
                    'defaults' => [
259
                    'defaults' => [
253
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
260
                        'controller' => '\LeadersLinked\Controller\AuthController',
254
                        'action' => 'onroom',
261
                        'action' => 'onroom'
255
                    ],
262
                    ]
256
                ],
263
                ]
257
            ],
264
            ],
258
            'cesams' => [
265
            'cesams' => [
259
                'type' => Literal::class,
266
                'type' => Literal::class,
260
                'options' => [
267
                'options' => [
261
                    'route' => '/cesams',
268
                    'route' => '/cesams',
262
                    'defaults' => [
269
                    'defaults' => [
263
                        'controller' => '\\LeadersLinked\\Controller\\AuthController',
270
                        'controller' => '\LeadersLinked\Controller\AuthController',
264
                        'action' => 'cesams',
271
                        'action' => 'cesams'
265
                    ],
272
                    ]
266
                ],
273
                ]
267
            ],
274
            ],
268
            'home' => [
275
            'home' => [
269
                'type' => Literal::class,
276
                'type' => Literal::class,
270
                'options' => [
277
                'options' => [
271
                    'route' => '/',
278
                    'route' => '/',
272
                    'defaults' => [
279
                    'defaults' => [
273
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
280
                        'controller' => '\LeadersLinked\Controller\HomeController',
274
                        'action' => 'index',
281
                        'action' => 'index'
275
                    ],
282
                    ]
276
                ],
283
                ]
277
            ],
284
            ],
278
            'recruitment-ai' => [
285
            'recruitment-ai' => [
279
                'type' => Literal::class,
286
                'type' => Literal::class,
280
                'options' => [
287
                'options' => [
281
                    'route' => '/recruitment-ai',
288
                    'route' => '/recruitment-ai',
Línea 288... Línea 295...
288
                            'route' => '/pre-aplications/:id',
295
                            'route' => '/pre-aplications/:id',
289
                            'constraints' => [
296
                            'constraints' => [
290
                                'id' => '[0-9]+',
297
                                'id' => '[0-9]+',
291
                            ],
298
                            ],
292
                            'defaults' => [
299
                            'defaults' => [
293
                                'controller' => '\\LeadersLinked\\Controller\\RecruitmentPreAplicationController',
300
                                'controller' => '\LeadersLinked\Controller\RecruitmentPreAplicationController',
294
                                'action' => 'index',
301
                                'action' => 'index'
295
                            ],
302
                            ]
296
                        ],
303
                        ],
297
                    ],
304
                    ],
298
                    'job-description' => [
305
                    'job-description' => [
299
                        'type' => Segment::class,
306
                        'type' => Segment::class,
300
                        'options' => [
307
                        'options' => [
301
                            'route' => '/job-description/:id',
308
                            'route' => '/job-description/:id',
302
                            'constraints' => [
309
                            'constraints' => [
303
                                'id' => '[0-9]+',
310
                                'id' => '[0-9]+',
304
                            ],
311
                            ],
305
                            'defaults' => [
312
                            'defaults' => [
306
                                'controller' => '\\LeadersLinked\\Controller\\RecruitmentCreateJobDescriptionController',
313
                                'controller' => '\LeadersLinked\Controller\RecruitmentCreateJobDescriptionController',
307
                                'action' => 'index',
314
                                'action' => 'index'
308
                            ],
315
                            ]
309
                        ],
316
                        ],
310
                    ],
317
                    ],
311
                ],
318
                ],
312
            ],
319
            ],
313
            'language' => [
320
            'language' => [
314
                'type' => Literal::class,
321
                'type' => Literal::class,
315
                'options' => [
322
                'options' => [
316
                    'route' => '/language',
323
                    'route' => '/language',
317
                    'defaults' => [
324
                    'defaults' => [
318
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
325
                        'controller' => '\LeadersLinked\Controller\HomeController',
319
                        'action' => 'language',
326
                        'action' => 'language'
320
                    ],
327
                    ]
321
                ],
328
                ]
322
            ],
329
            ],
-
 
330
 
323
            'habits' => [
331
            'habits' => [
324
                'type' => Literal::class,
332
                'type' => Literal::class,
325
                'options' => [
333
                'options' => [
326
                    'route' => '/habits',
334
                    'route' => '/habits',
327
                    'defaults' => [
335
                    'defaults' => [
328
                        'controller' => '\\LeadersLinked\\Controller\\HabitController',
336
                        'controller' => '\LeadersLinked\Controller\HabitController',
329
                        'action' => 'index',
337
                        'action' => 'index'
330
                    ],
338
                    ]
331
                ],
339
                ],
332
                'may_terminate' => true,
340
                'may_terminate' => true,
333
                'child_routes' => [
341
                'child_routes' => [
334
                    'aspect-daily-log' => [
342
                    'aspect-daily-log' => [
335
                        'type' => Literal::class,
343
                        'type' => Literal::class,
336
                        'options' => [
344
                        'options' => [
337
                            'route' => '/aspect-daily-log',
345
                            'route' => '/aspect-daily-log',
338
                            'defaults' => [
346
                            'defaults' => [
339
                                'controller' => '\\LeadersLinked\\Controller\\HabitController',
347
                                'controller' => '\LeadersLinked\Controller\HabitController',
340
                                'action' => 'aspectDailyLog',
348
                                'action' => 'aspectDailyLog'
341
                            ],
349
                            ]
342
                        ],
350
                        ],
343
                        'may_terminate' => true,
351
                        'may_terminate' => true
344
                    ],
352
                    ],
-
 
353
 
345
                    'values' => [
354
                    'values' => [
346
                        'type' => Literal::class,
355
                        'type' => Literal::class,
347
                        'options' => [
356
                        'options' => [
348
                            'route' => '/values',
357
                            'route' => '/values',
349
                            'defaults' => [
358
                            'defaults' => [
350
                                'controller' => '\\LeadersLinked\\Controller\\HabitValueController',
359
                                'controller' => '\LeadersLinked\Controller\HabitValueController',
351
                                'action' => 'index',
360
                                'action' => 'index'
352
                            ],
361
                            ]
353
                        ],
362
                        ],
354
                        'may_terminate' => true,
363
                        'may_terminate' => true,
355
                        'child_routes' => [
364
                        'child_routes' => [
356
                            'add' => [
365
                            'add' => [
357
                                'type' => Literal::class,
366
                                'type' => Literal::class,
358
                                'options' => [
367
                                'options' => [
359
                                    'route' => '/add',
368
                                    'route' => '/add',
360
                                    'defaults' => [
369
                                    'defaults' => [
361
                                        'controller' => '\\LeadersLinked\\Controller\\HabitValueController',
370
                                        'controller' => '\LeadersLinked\Controller\HabitValueController',
362
                                        'action' => 'add',
371
                                        'action' => 'add'
363
                                    ],
372
                                    ]
364
                                ],
373
                                ]
365
                            ],
374
                            ],
366
                            'edit' => [
375
                            'edit' => [
367
                                'type' => Segment::class,
376
                                'type' => Segment::class,
368
                                'options' => [
377
                                'options' => [
369
                                    'route' => '/edit/:id',
378
                                    'route' => '/edit/:id',
370
                                    'constraints' => [
379
                                    'constraints' => [
371
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
380
                                        'id' => '[A-Za-z0-9\-]+\=*'
372
                                    ],
381
                                    ],
373
                                    'defaults' => [
382
                                    'defaults' => [
374
                                        'controller' => '\\LeadersLinked\\Controller\\HabitValueController',
383
                                        'controller' => '\LeadersLinked\Controller\HabitValueController',
375
                                        'action' => 'edit',
384
                                        'action' => 'edit'
376
                                    ],
385
                                    ]
377
                                ],
386
                                ]
378
                            ],
387
                            ],
379
                            'delete' => [
388
                            'delete' => [
380
                                'type' => Segment::class,
389
                                'type' => Segment::class,
381
                                'options' => [
390
                                'options' => [
382
                                    'route' => '/delete/:id',
391
                                    'route' => '/delete/:id',
383
                                    'constraints' => [
392
                                    'constraints' => [
384
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
393
                                        'id' => '[A-Za-z0-9\-]+\=*'
385
                                    ],
394
                                    ],
386
                                    'defaults' => [
395
                                    'defaults' => [
387
                                        'controller' => '\\LeadersLinked\\Controller\\HabitValueController',
396
                                        'controller' => '\LeadersLinked\Controller\HabitValueController',
388
                                        'action' => 'delete',
397
                                        'action' => 'delete'
389
                                    ],
398
                                    ]
390
                                ],
399
                                ]
391
                            ],
400
                            ]
392
                        ],
401
                        ]
393
                    ],
402
                    ],
-
 
403
 
394
                    'paradigms' => [
404
                    'paradigms' => [
395
                        'type' => Literal::class,
405
                        'type' => Literal::class,
396
                        'options' => [
406
                        'options' => [
397
                            'route' => '/paradigms',
407
                            'route' => '/paradigms',
398
                            'defaults' => [
408
                            'defaults' => [
399
                                'controller' => '\\LeadersLinked\\Controller\\HabitParadigmController',
409
                                'controller' => '\LeadersLinked\Controller\HabitParadigmController',
400
                                'action' => 'index',
410
                                'action' => 'index'
401
                            ],
411
                            ]
402
                        ],
412
                        ],
403
                        'may_terminate' => true,
413
                        'may_terminate' => true,
404
                        'child_routes' => [
414
                        'child_routes' => [
405
                            'add' => [
415
                            'add' => [
406
                                'type' => Literal::class,
416
                                'type' => Literal::class,
407
                                'options' => [
417
                                'options' => [
408
                                    'route' => '/add',
418
                                    'route' => '/add',
409
                                    'defaults' => [
419
                                    'defaults' => [
410
                                        'controller' => '\\LeadersLinked\\Controller\\HabitParadigmController',
420
                                        'controller' => '\LeadersLinked\Controller\HabitParadigmController',
411
                                        'action' => 'add',
421
                                        'action' => 'add'
412
                                    ],
422
                                    ]
413
                                ],
423
                                ]
414
                            ],
424
                            ],
415
                            'edit' => [
425
                            'edit' => [
416
                                'type' => Segment::class,
426
                                'type' => Segment::class,
417
                                'options' => [
427
                                'options' => [
418
                                    'route' => '/edit/:id',
428
                                    'route' => '/edit/:id',
419
                                    'constraints' => [
429
                                    'constraints' => [
420
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
430
                                        'id' => '[A-Za-z0-9\-]+\=*'
421
                                    ],
431
                                    ],
422
                                    'defaults' => [
432
                                    'defaults' => [
423
                                        'controller' => '\\LeadersLinked\\Controller\\HabitParadigmController',
433
                                        'controller' => '\LeadersLinked\Controller\HabitParadigmController',
424
                                        'action' => 'edit',
434
                                        'action' => 'edit'
425
                                    ],
435
                                    ]
426
                                ],
436
                                ]
427
                            ],
437
                            ],
428
                            'delete' => [
438
                            'delete' => [
429
                                'type' => Segment::class,
439
                                'type' => Segment::class,
430
                                'options' => [
440
                                'options' => [
431
                                    'route' => '/delete/:id',
441
                                    'route' => '/delete/:id',
432
                                    'constraints' => [
442
                                    'constraints' => [
433
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
443
                                        'id' => '[A-Za-z0-9\-]+\=*'
434
                                    ],
444
                                    ],
435
                                    'defaults' => [
445
                                    'defaults' => [
436
                                        'controller' => '\\LeadersLinked\\Controller\\HabitParadigmController',
446
                                        'controller' => '\LeadersLinked\Controller\HabitParadigmController',
437
                                        'action' => 'delete',
447
                                        'action' => 'delete'
438
                                    ],
448
                                    ]
439
                                ],
449
                                ]
440
                            ],
450
                            ]
441
                        ],
451
                        ]
442
                    ],
452
                    ],
-
 
453
 
443
                    'purposes' => [
454
                    'purposes' => [
444
                        'type' => Literal::class,
455
                        'type' => Literal::class,
445
                        'options' => [
456
                        'options' => [
446
                            'route' => '/purposes',
457
                            'route' => '/purposes',
447
                            'defaults' => [
458
                            'defaults' => [
448
                                'controller' => '\\LeadersLinked\\Controller\\HabitPurposeController',
459
                                'controller' => '\LeadersLinked\Controller\HabitPurposeController',
449
                                'action' => 'index',
460
                                'action' => 'index'
450
                            ],
461
                            ]
451
                        ],
462
                        ],
452
                        'may_terminate' => true,
463
                        'may_terminate' => true,
453
                        'child_routes' => [
464
                        'child_routes' => [
454
                            'add' => [
465
                            'add' => [
455
                                'type' => Literal::class,
466
                                'type' => Literal::class,
456
                                'options' => [
467
                                'options' => [
457
                                    'route' => '/add',
468
                                    'route' => '/add',
458
                                    'defaults' => [
469
                                    'defaults' => [
459
                                        'controller' => '\\LeadersLinked\\Controller\\HabitPurposeController',
470
                                        'controller' => '\LeadersLinked\Controller\HabitPurposeController',
460
                                        'action' => 'add',
471
                                        'action' => 'add'
461
                                    ],
472
                                    ]
462
                                ],
473
                                ]
463
                            ],
474
                            ],
464
                            'edit' => [
475
                            'edit' => [
465
                                'type' => Segment::class,
476
                                'type' => Segment::class,
466
                                'options' => [
477
                                'options' => [
467
                                    'route' => '/edit/:id',
478
                                    'route' => '/edit/:id',
468
                                    'constraints' => [
479
                                    'constraints' => [
469
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
480
                                        'id' => '[A-Za-z0-9\-]+\=*'
470
                                    ],
481
                                    ],
471
                                    'defaults' => [
482
                                    'defaults' => [
472
                                        'controller' => '\\LeadersLinked\\Controller\\HabitPurposeController',
483
                                        'controller' => '\LeadersLinked\Controller\HabitPurposeController',
473
                                        'action' => 'edit',
484
                                        'action' => 'edit'
474
                                    ],
485
                                    ]
475
                                ],
486
                                ]
476
                            ],
487
                            ],
477
                            'delete' => [
488
                            'delete' => [
478
                                'type' => Segment::class,
489
                                'type' => Segment::class,
479
                                'options' => [
490
                                'options' => [
480
                                    'route' => '/delete/:id',
491
                                    'route' => '/delete/:id',
481
                                    'constraints' => [
492
                                    'constraints' => [
482
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
493
                                        'id' => '[A-Za-z0-9\-]+\=*'
483
                                    ],
494
                                    ],
484
                                    'defaults' => [
495
                                    'defaults' => [
485
                                        'controller' => '\\LeadersLinked\\Controller\\HabitPurposeController',
496
                                        'controller' => '\LeadersLinked\Controller\HabitPurposeController',
486
                                        'action' => 'delete',
497
                                        'action' => 'delete'
487
                                    ],
498
                                    ]
488
                                ],
499
                                ]
489
                            ],
500
                            ]
490
                        ],
501
                        ]
491
                    ],
502
                    ],
-
 
503
 
492
                    'skills' => [
504
                    'skills' => [
493
                        'type' => Literal::class,
505
                        'type' => Literal::class,
494
                        'options' => [
506
                        'options' => [
495
                            'route' => '/skills',
507
                            'route' => '/skills',
496
                            'defaults' => [
508
                            'defaults' => [
497
                                'controller' => '\\LeadersLinked\\Controller\\HabitSkillController',
509
                                'controller' => '\LeadersLinked\Controller\HabitSkillController',
498
                                'action' => 'index',
510
                                'action' => 'index'
499
                            ],
511
                            ]
500
                        ],
512
                        ],
501
                        'may_terminate' => true,
513
                        'may_terminate' => true,
502
                        'child_routes' => [
514
                        'child_routes' => [
503
                            'add' => [
515
                            'add' => [
504
                                'type' => Literal::class,
516
                                'type' => Literal::class,
505
                                'options' => [
517
                                'options' => [
506
                                    'route' => '/add',
518
                                    'route' => '/add',
507
                                    'defaults' => [
519
                                    'defaults' => [
508
                                        'controller' => '\\LeadersLinked\\Controller\\HabitSkillController',
520
                                        'controller' => '\LeadersLinked\Controller\HabitSkillController',
509
                                        'action' => 'add',
521
                                        'action' => 'add'
510
                                    ],
522
                                    ]
511
                                ],
523
                                ]
512
                            ],
524
                            ],
513
                            'edit' => [
525
                            'edit' => [
514
                                'type' => Segment::class,
526
                                'type' => Segment::class,
515
                                'options' => [
527
                                'options' => [
516
                                    'route' => '/edit/:id',
528
                                    'route' => '/edit/:id',
517
                                    'constraints' => [
529
                                    'constraints' => [
518
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
530
                                        'id' => '[A-Za-z0-9\-]+\=*'
519
                                    ],
531
                                    ],
520
                                    'defaults' => [
532
                                    'defaults' => [
521
                                        'controller' => '\\LeadersLinked\\Controller\\HabitSkillController',
533
                                        'controller' => '\LeadersLinked\Controller\HabitSkillController',
522
                                        'action' => 'edit',
534
                                        'action' => 'edit'
523
                                    ],
535
                                    ]
524
                                ],
536
                                ]
525
                            ],
537
                            ],
526
                            'delete' => [
538
                            'delete' => [
527
                                'type' => Segment::class,
539
                                'type' => Segment::class,
528
                                'options' => [
540
                                'options' => [
529
                                    'route' => '/delete/:id',
541
                                    'route' => '/delete/:id',
530
                                    'constraints' => [
542
                                    'constraints' => [
531
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
543
                                        'id' => '[A-Za-z0-9\-]+\=*'
532
                                    ],
544
                                    ],
533
                                    'defaults' => [
545
                                    'defaults' => [
534
                                        'controller' => '\\LeadersLinked\\Controller\\HabitSkillController',
546
                                        'controller' => '\LeadersLinked\Controller\HabitSkillController',
535
                                        'action' => 'delete',
547
                                        'action' => 'delete'
536
                                    ],
548
                                    ]
537
                                ],
549
                                ]
538
                            ],
550
                            ],
539
                            'registers' => [
551
                            'registers' => [
540
                                'type' => Segment::class,
552
                                'type' => Segment::class,
541
                                'options' => [
553
                                'options' => [
542
                                    'route' => '/registers/:id',
554
                                    'route' => '/registers/:id',
543
                                    'defaults' => [
555
                                    'defaults' => [
544
                                        'controller' => '\\LeadersLinked\\Controller\\HabitSkillRegisterController',
556
                                        'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
545
                                        'action' => 'index',
557
                                        'action' => 'index'
546
                                    ],
558
                                    ]
547
                                ],
559
                                ],
548
                                'may_terminate' => true,
560
                                'may_terminate' => true,
549
                                'child_routes' => [
561
                                'child_routes' => [
-
 
562
 
550
                                    'add' => [
563
                                    'add' => [
551
                                        'type' => Literal::class,
564
                                        'type' => Literal::class,
552
                                        'options' => [
565
                                        'options' => [
553
                                            'route' => '/add',
566
                                            'route' => '/add',
554
                                            'defaults' => [
567
                                            'defaults' => [
555
                                                'controller' => '\\LeadersLinked\\Controller\\HabitSkillRegisterController',
568
                                                'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
556
                                                'action' => 'add',
569
                                                'action' => 'add'
557
                                            ],
570
                                            ]
558
                                        ],
571
                                        ]
559
                                    ],
572
                                    ],
560
                                    'edit' => [
573
                                    'edit' => [
561
                                        'type' => Segment::class,
574
                                        'type' => Segment::class,
562
                                        'options' => [
575
                                        'options' => [
563
                                            'route' => '/edit/:register',
576
                                            'route' => '/edit/:register',
564
                                            'constraints' => [
577
                                            'constraints' => [
565
                                                'registerd' => '[A-Za-z0-9\\-]+\\=*',
578
                                                'registerd' => '[A-Za-z0-9\-]+\=*'
566
                                            ],
579
                                            ],
567
                                            'defaults' => [
580
                                            'defaults' => [
568
                                                'controller' => '\\LeadersLinked\\Controller\\HabitSkillRegisterController',
581
                                                'controller' => '\LeadersLinked\Controller\HabitSkillRegisterController',
569
                                                'action' => 'edit',
582
                                                'action' => 'edit'
570
                                            ],
583
                                            ]
571
                                        ],
584
                                        ]
572
                                    ],
585
                                    ],
573
                                    'delete' => [
586
                                    'delete' => [
574
                                        'type' => Segment::class,
587
                                        'type' => Segment::class,
575
                                        'options' => [
588
                                        'options' => [
576
                                            'route' => '/delete/:register',
589
                                            'route' => '/delete/:register',
577
                                            'constraints' => [
590
                                            'constraints' => [
578
                                                'register' => '[A-Za-z0-9\\-]+\\=*',
591
                                                'register' => '[A-Za-z0-9\-]+\=*'
579
                                            ],
592
                                            ],
580
                                            'defaults' => [
593
                                            'defaults' => [
581
                                                'controller' => '\\LeadersLinked\\Controller\\HabitSkillController',
594
                                                'controller' => '\LeadersLinked\Controller\HabitSkillController',
582
                                                'action' => 'delete',
595
                                                'action' => 'delete'
583
                                            ],
596
                                            ]
584
                                        ],
597
                                        ]
585
                                    ],
598
                                    ]
586
                                ],
599
                                ]
587
                            ],
600
                            ]
588
                        ],
601
                        ]
589
                    ],
602
                    ],
-
 
603
 
590
                    'goals' => [
604
                    'goals' => [
591
                        'type' => Literal::class,
605
                        'type' => Literal::class,
592
                        'options' => [
606
                        'options' => [
593
                            'route' => '/goals',
607
                            'route' => '/goals',
594
                            'defaults' => [
608
                            'defaults' => [
595
                                'controller' => '\\LeadersLinked\\Controller\\HabitGoalController',
609
                                'controller' => '\LeadersLinked\Controller\HabitGoalController',
596
                                'action' => 'index',
610
                                'action' => 'index'
597
                            ],
611
                            ]
598
                        ],
612
                        ],
599
                        'may_terminate' => true,
613
                        'may_terminate' => true,
600
                        'child_routes' => [
614
                        'child_routes' => [
601
                            'add' => [
615
                            'add' => [
602
                                'type' => Literal::class,
616
                                'type' => Literal::class,
603
                                'options' => [
617
                                'options' => [
604
                                    'route' => '/add',
618
                                    'route' => '/add',
605
                                    'defaults' => [
619
                                    'defaults' => [
606
                                        'controller' => '\\LeadersLinked\\Controller\\HabitGoalController',
620
                                        'controller' => '\LeadersLinked\Controller\HabitGoalController',
607
                                        'action' => 'add',
621
                                        'action' => 'add'
608
                                    ],
622
                                    ]
609
                                ],
623
                                ]
610
                            ],
624
                            ],
611
                            'edit' => [
625
                            'edit' => [
612
                                'type' => Segment::class,
626
                                'type' => Segment::class,
613
                                'options' => [
627
                                'options' => [
614
                                    'route' => '/edit/:id',
628
                                    'route' => '/edit/:id',
615
                                    'constraints' => [
629
                                    'constraints' => [
616
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
630
                                        'id' => '[A-Za-z0-9\-]+\=*'
617
                                    ],
631
                                    ],
618
                                    'defaults' => [
632
                                    'defaults' => [
619
                                        'controller' => '\\LeadersLinked\\Controller\\HabitGoalController',
633
                                        'controller' => '\LeadersLinked\Controller\HabitGoalController',
620
                                        'action' => 'edit',
634
                                        'action' => 'edit'
621
                                    ],
635
                                    ]
622
                                ],
636
                                ]
623
                            ],
637
                            ],
624
                            'delete' => [
638
                            'delete' => [
625
                                'type' => Segment::class,
639
                                'type' => Segment::class,
626
                                'options' => [
640
                                'options' => [
627
                                    'route' => '/delete/:id',
641
                                    'route' => '/delete/:id',
628
                                    'constraints' => [
642
                                    'constraints' => [
629
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
643
                                        'id' => '[A-Za-z0-9\-]+\=*'
630
                                    ],
644
                                    ],
631
                                    'defaults' => [
645
                                    'defaults' => [
632
                                        'controller' => '\\LeadersLinked\\Controller\\HabitGoalController',
646
                                        'controller' => '\LeadersLinked\Controller\HabitGoalController',
633
                                        'action' => 'delete',
647
                                        'action' => 'delete'
634
                                    ],
648
                                    ]
635
                                ],
649
                                ]
636
                            ],
650
                            ]
637
                        ],
651
                        ]
638
                    ],
652
                    ],
639
                    'reports' => [
653
                    'reports' => [
640
                        'type' => Literal::class,
654
                        'type' => Literal::class,
641
                        'options' => [
655
                        'options' => [
642
                            'route' => '/reports',
656
                            'route' => '/reports',
643
                            'defaults' => [
657
                            'defaults' => [
644
                                'controller' => '\\LeadersLinked\\Controller\\HabitReportController',
658
                                'controller' => '\LeadersLinked\Controller\HabitReportController',
645
                                'action' => 'index',
659
                                'action' => 'index'
646
                            ],
660
                            ]
647
                        ],
661
                        ],
648
                        'may_terminate' => true,
662
                        'may_terminate' => true,
649
                        'child_routes' => [],
663
                        'child_routes' => []
650
                    ],
664
                    ],
651
                ],
665
                ]
652
            ],
666
            ],
-
 
667
 
653
            'post' => [
668
            'post' => [
654
                'type' => Segment::class,
669
                'type' => Segment::class,
655
                'options' => [
670
                'options' => [
656
                    'route' => '/post/:id',
671
                    'route' => '/post/:id',
657
                    'constraints' => [
672
                    'constraints' => [
658
                        'id' => '[A-Za-z0-9\\-]+\\=*',
673
                        'id' => '[A-Za-z0-9\-]+\=*'
659
                    ],
674
                    ],
660
                    'defaults' => [
675
                    'defaults' => [
661
                        'controller' => '\\LeadersLinked\\Controller\\PostController',
676
                        'controller' => '\LeadersLinked\Controller\PostController',
662
                        'action' => 'view',
677
                        'action' => 'view'
663
                    ],
678
                    ]
664
                ],
679
                ],
665
                'may_terminate' => true,
680
                'may_terminate' => true,
666
                'child_routes' => [
681
                'child_routes' => [
667
                    'reactions' => [
682
                    'reactions' => [
668
                        'type' => Segment::class,
683
                        'type' => Segment::class,
669
                        'options' => [
684
                        'options' => [
670
                            'route' => '/reactions',
685
                            'route' => '/reactions',
671
                            'defaults' => [
686
                            'defaults' => [
672
                                'controller' => '\\LeadersLinked\\Controller\\PostController',
687
                                'controller' => '\LeadersLinked\Controller\PostController',
673
                                'action' => 'reactions',
688
                                'action' => 'reactions'
674
                            ],
689
                            ]
675
                        ],
690
                        ]
676
                    ],
691
                    ],
677
                    'comments' => [
692
                    'comments' => [
678
                        'type' => Segment::class,
693
                        'type' => Segment::class,
679
                        'options' => [
694
                        'options' => [
680
                            'route' => '/comments',
695
                            'route' => '/comments',
681
                            'defaults' => [
696
                            'defaults' => [
682
                                'controller' => '\\LeadersLinked\\Controller\\PostController',
697
                                'controller' => '\LeadersLinked\Controller\PostController',
683
                                'action' => 'comments',
698
                                'action' => 'comments'
684
                            ],
699
                            ]
685
                        ],
700
                        ],
686
                        'may_terminate' => true,
701
                        'may_terminate' => true,
687
                        'child_routes' => [
702
                        'child_routes' => [
688
                            'add' => [
703
                            'add' => [
689
                                'type' => Segment::class,
704
                                'type' => Segment::class,
690
                                'options' => [
705
                                'options' => [
691
                                    'route' => '/add',
706
                                    'route' => '/add',
692
                                    'defaults' => [
707
                                    'defaults' => [
693
                                        'controller' => '\\LeadersLinked\\Controller\\PostController',
708
                                        'controller' => '\LeadersLinked\Controller\PostController',
694
                                        'action' => 'commentsAdd',
709
                                        'action' => 'commentsAdd'
695
                                    ],
710
                                    ]
696
                                ],
711
                                ]
697
                            ],
712
                            ],
698
                            'delete' => [
713
                            'delete' => [
699
                                'type' => Segment::class,
714
                                'type' => Segment::class,
700
                                'options' => [
715
                                'options' => [
701
                                    'route' => '/delete/:comment',
716
                                    'route' => '/delete/:comment',
702
                                    'constraints' => [
717
                                    'constraints' => [
703
                                        'comment' => '[A-Za-z0-9\\-]+\\=*',
718
                                        'comment' => '[A-Za-z0-9\-]+\=*'
704
                                    ],
719
                                    ],
705
                                    'defaults' => [
720
                                    'defaults' => [
706
                                        'controller' => '\\LeadersLinked\\Controller\\PostController',
721
                                        'controller' => '\LeadersLinked\Controller\PostController',
707
                                        'action' => 'commentsDelete',
722
                                        'action' => 'commentsDelete'
708
                                    ],
723
                                    ]
709
                                ],
724
                                ]
710
                            ],
725
                            ]
711
                        ],
726
                        ]
712
                    ],
727
                    ],
713
                    'save-reaction' => [
728
                    'save-reaction' => [
714
                        'type' => Segment::class,
729
                        'type' => Segment::class,
715
                        'options' => [
730
                        'options' => [
716
                            'route' => '/save-reaction',
731
                            'route' => '/save-reaction',
717
                            'defaults' => [
732
                            'defaults' => [
718
                                'controller' => '\\LeadersLinked\\Controller\\PostController',
733
                                'controller' => '\LeadersLinked\Controller\PostController',
719
                                'action' => 'saveReaction',
734
                                'action' => 'saveReaction'
720
                            ],
735
                            ]
721
                        ],
736
                        ]
722
                    ],
737
                    ],
-
 
738
 
723
                    'delete-reaction' => [
739
                    'delete-reaction' => [
724
                        'type' => Segment::class,
740
                        'type' => Segment::class,
725
                        'options' => [
741
                        'options' => [
726
                            'route' => '/delete-reaction',
742
                            'route' => '/delete-reaction',
727
                            'defaults' => [
743
                            'defaults' => [
728
                                'controller' => '\\LeadersLinked\\Controller\\PostController',
744
                                'controller' => '\LeadersLinked\Controller\PostController',
729
                                'action' => 'deleteReaction',
745
                                'action' => 'deleteReaction'
730
                            ],
746
                            ]
731
                        ],
747
                        ]
732
                    ],
748
                    ]
733
                ],
749
                ]
734
            ],
750
            ],
735
            'privacy-policy' => [
751
            'privacy-policy' => [
736
                'type' => Literal::class,
752
                'type' => Literal::class,
737
                'options' => [
753
                'options' => [
738
                    'route' => '/privacy-policy',
754
                    'route' => '/privacy-policy',
739
                    'defaults' => [
755
                    'defaults' => [
740
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
756
                        'controller' => '\LeadersLinked\Controller\HomeController',
741
                        'action' => 'privacyPolicy',
757
                        'action' => 'privacyPolicy'
742
                    ],
758
                    ]
743
                ],
759
                ]
744
            ],
760
            ],
745
            'cookies' => [
761
            'cookies' => [
746
                'type' => Literal::class,
762
                'type' => Literal::class,
747
                'options' => [
763
                'options' => [
748
                    'route' => '/cookies',
764
                    'route' => '/cookies',
749
                    'defaults' => [
765
                    'defaults' => [
750
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
766
                        'controller' => '\LeadersLinked\Controller\HomeController',
751
                        'action' => 'cookies',
767
                        'action' => 'cookies'
752
                    ],
768
                    ]
753
                ],
769
                ]
754
            ],
770
            ],
755
            'professionalism-policy' => [
771
            'professionalism-policy' => [
756
                'type' => Literal::class,
772
                'type' => Literal::class,
757
                'options' => [
773
                'options' => [
758
                    'route' => '/professionalism-policy',
774
                    'route' => '/professionalism-policy',
759
                    'defaults' => [
775
                    'defaults' => [
760
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
776
                        'controller' => '\LeadersLinked\Controller\HomeController',
761
                        'action' => 'professionalismPolicy',
777
                        'action' => 'professionalismPolicy'
762
                    ],
778
                    ]
763
                ],
779
                ]
764
            ],
780
            ],
765
            'terms-and-conditions' => [
781
            'terms-and-conditions' => [
766
                'type' => Literal::class,
782
                'type' => Literal::class,
767
                'options' => [
783
                'options' => [
768
                    'route' => '/terms-and-conditions',
784
                    'route' => '/terms-and-conditions',
769
                    'defaults' => [
785
                    'defaults' => [
770
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
786
                        'controller' => '\LeadersLinked\Controller\HomeController',
771
                        'action' => 'termsAndConditions',
787
                        'action' => 'termsAndConditions'
772
                    ],
788
                    ]
773
                ],
789
                ]
774
            ],
790
            ],
775
            'check-session' => [
791
            'check-session' => [
776
                'type' => Literal::class,
792
                'type' => Literal::class,
777
                'options' => [
793
                'options' => [
778
                    'route' => '/check-session',
794
                    'route' => '/check-session',
779
                    'defaults' => [
795
                    'defaults' => [
780
                        'controller' => '\\LeadersLinked\\Controller\\HomeController',
796
                        'controller' => '\LeadersLinked\Controller\HomeController',
781
                        'action' => 'checkSession',
797
                        'action' => 'checkSession'
782
                    ],
798
                    ]
783
                ],
799
                ]
784
            ],
800
            ],
785
            'abuse-report' => [
801
            'abuse-report' => [
786
                'type' => Literal::class,
802
                'type' => Literal::class,
787
                'options' => [
803
                'options' => [
788
                    'route' => '/abuse-report',
804
                    'route' => '/abuse-report',
789
                    'defaults' => [
805
                    'defaults' => [
790
                        'controller' => '\\LeadersLinked\\Controller\\AbuseReportController',
806
                        'controller' => '\LeadersLinked\Controller\AbuseReportController',
791
                        'action' => 'index',
807
                        'action' => 'index'
792
                    ],
808
                    ]
793
                ],
809
                ],
794
                'may_terminate' => true,
810
                'may_terminate' => true,
795
                'child_routes' => [
811
                'child_routes' => [
796
                    'view' => [
812
                    'view' => [
797
                        'type' => Segment::class,
813
                        'type' => Segment::class,
798
                        'options' => [
814
                        'options' => [
799
                            'route' => '/view/:id',
815
                            'route' => '/view/:id',
800
                            'constraints' => [
816
                            'constraints' => [
801
                                'id' => '[A-Za-z0-9\\-]+\\=*',
817
                                'id' => '[A-Za-z0-9\-]+\=*'
802
                            ],
818
                            ],
803
                            'defaults' => [
819
                            'defaults' => [
804
                                'controller' => '\\LeadersLinked\\Controller\\AbuseReportController',
820
                                'controller' => '\LeadersLinked\Controller\AbuseReportController',
805
                                'action' => 'view',
821
                                'action' => 'view'
806
                            ],
822
                            ]
807
                        ],
823
                        ]
808
                    ],
824
                    ]
809
                ],
825
                ]
810
            ],
826
            ],
811
            'notifications' => [
827
            'notifications' => [
812
                'type' => Literal::class,
828
                'type' => Literal::class,
813
                'options' => [
829
                'options' => [
814
                    'route' => '/notifications',
830
                    'route' => '/notifications',
815
                    'defaults' => [
831
                    'defaults' => [
816
                        'controller' => '\\LeadersLinked\\Controller\\NotificationController',
832
                        'controller' => '\LeadersLinked\Controller\NotificationController',
817
                        'action' => 'index',
833
                        'action' => 'index'
818
                    ],
834
                    ]
819
                ],
835
                ],
820
                'may_terminate' => true,
836
                'may_terminate' => true,
821
                'child_routes' => [
837
                'child_routes' => [
822
                    'mark-read' => [
838
                    'mark-read' => [
823
                        'type' => Segment::class,
839
                        'type' => Segment::class,
824
                        'options' => [
840
                        'options' => [
825
                            'route' => '/mark-read/:id',
841
                            'route' => '/mark-read/:id',
826
                            'constraints' => [
842
                            'constraints' => [
827
                                'id' => '[A-Za-z0-9\\-]+\\=*',
843
                                'id' => '[A-Za-z0-9\-]+\=*'
828
                            ],
844
                            ],
829
                            'defaults' => [
845
                            'defaults' => [
830
                                'controller' => '\\LeadersLinked\\Controller\\NotificationController',
846
                                'controller' => '\LeadersLinked\Controller\NotificationController',
831
                                'action' => 'markRead',
847
                                'action' => 'markRead'
832
                            ],
848
                            ]
833
                        ],
849
                        ]
834
                    ],
850
                    ],
835
                    'mark-all-read' => [
851
                    'mark-all-read' => [
836
                        'type' => Literal::class,
852
                        'type' => Literal::class,
837
                        'options' => [
853
                        'options' => [
838
                            'route' => '/mark-all-read',
854
                            'route' => '/mark-all-read',
839
                            'defaults' => [
855
                            'defaults' => [
840
                                'controller' => '\\LeadersLinked\\Controller\\NotificationController',
856
                                'controller' => '\LeadersLinked\Controller\NotificationController',
841
                                'action' => 'markAllRead',
857
                                'action' => 'markAllRead'
842
                            ],
858
                            ]
843
                        ],
859
                        ]
844
                    ],
860
                    ],
845
                    'delete' => [
861
                    'delete' => [
846
                        'type' => Segment::class,
862
                        'type' => Segment::class,
847
                        'options' => [
863
                        'options' => [
848
                            'route' => '/delete/:id',
864
                            'route' => '/delete/:id',
849
                            'constraints' => [
865
                            'constraints' => [
850
                                'id' => '[A-Za-z0-9\\-]+\\=*',
866
                                'id' => '[A-Za-z0-9\-]+\=*'
851
                            ],
867
                            ],
852
                            'defaults' => [
868
                            'defaults' => [
853
                                'controller' => '\\LeadersLinked\\Controller\\NotificationController',
869
                                'controller' => '\LeadersLinked\Controller\NotificationController',
854
                                'action' => 'delete',
870
                                'action' => 'delete'
855
                            ],
871
                            ]
856
                        ],
872
                        ]
857
                    ],
873
                    ],
858
                    'clear' => [
874
                    'clear' => [
859
                        'type' => Literal::class,
875
                        'type' => Literal::class,
860
                        'options' => [
876
                        'options' => [
861
                            'route' => '/clear',
877
                            'route' => '/clear',
862
                            'defaults' => [
878
                            'defaults' => [
863
                                'controller' => '\\LeadersLinked\\Controller\\NotificationController',
879
                                'controller' => '\LeadersLinked\Controller\NotificationController',
864
                                'action' => 'clear',
880
                                'action' => 'clear'
865
                            ],
881
                            ]
866
                        ],
882
                        ]
867
                    ],
883
                    ],
868
                    'unreads' => [
884
                    'unreads' => [
869
                        'type' => Literal::class,
885
                        'type' => Literal::class,
870
                        'options' => [
886
                        'options' => [
871
                            'route' => '/unreads',
887
                            'route' => '/unreads',
872
                            'defaults' => [
888
                            'defaults' => [
873
                                'controller' => '\\LeadersLinked\\Controller\\NotificationController',
889
                                'controller' => '\LeadersLinked\Controller\NotificationController',
874
                                'action' => 'unreads',
890
                                'action' => 'unreads'
875
                            ],
891
                            ]
876
                        ],
892
                        ]
877
                    ],
893
                    ]
878
                ],
894
                ]
879
            ],
895
            ],
880
            'impersonate' => [
896
            'impersonate' => [
881
                'type' => Literal::class,
897
                'type' => Literal::class,
882
                'options' => [
898
                'options' => [
883
                    'route' => '/impersonate',
899
                    'route' => '/impersonate',
884
                    'defaults' => [
900
                    'defaults' => [
885
                        'controller' => '\\LeadersLinked\\Controller\\ImpersonateController',
901
                        'controller' => '\LeadersLinked\Controller\ImpersonateController',
886
                        'action' => 'index',
902
                        'action' => 'index'
887
                    ],
903
                    ]
888
                ],
904
                ],
889
                'may_terminate' => true,
905
                'may_terminate' => true,
890
                'child_routes' => [
906
                'child_routes' => [
891
                    'execute' => [
907
                    'execute' => [
892
                        'type' => Segment::class,
908
                        'type' => Segment::class,
893
                        'options' => [
909
                        'options' => [
894
                            'route' => '/execute/:id',
910
                            'route' => '/execute/:id',
895
                            'constraints' => [
911
                            'constraints' => [
896
                                'id' => '[A-Za-z0-9\\-]+\\=*',
912
                                'id' => '[A-Za-z0-9\-]+\=*'
897
                            ],
913
                            ],
898
                            'defaults' => [
914
                            'defaults' => [
899
                                'controller' => '\\LeadersLinked\\Controller\\ImpersonateController',
915
                                'controller' => '\LeadersLinked\Controller\ImpersonateController',
900
                                'action' => 'execute',
916
                                'action' => 'execute'
901
                            ],
917
                            ]
902
                        ],
918
                        ]
903
                    ],
919
                    ]
904
                ],
920
                ]
905
            ],
921
            ],
-
 
922
 
906
            'my-coach' => [
923
            'my-coach' => [
907
                'type' => Literal::class,
924
                'type' => Literal::class,
908
                'options' => [
925
                'options' => [
909
                    'route' => '/my-coach',
926
                    'route' => '/my-coach',
910
                    'defaults' => [
927
                    'defaults' => [
911
                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
928
                        'controller' => '\LeadersLinked\Controller\MyCoachController',
912
                        'action' => 'index',
929
                        'action' => 'index'
913
                    ],
930
                    ]
914
                ],
931
                ],
915
                'may_terminate' => true,
932
                'may_terminate' => true,
916
                'child_routes' => [
933
                'child_routes' => [
917
                    'questions' => [
934
                    'questions' => [
918
                        'type' => Literal::class,
935
                        'type' => Literal::class,
919
                        'options' => [
936
                        'options' => [
920
                            'route' => '/questions',
937
                            'route' => '/questions',
921
                            'defaults' => [
938
                            'defaults' => [
922
                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
939
                                'controller' => '\LeadersLinked\Controller\MyCoachController',
923
                                'action' => 'questions',
940
                                'action' => 'questions'
924
                            ],
941
                            ]
925
                        ],
942
                        ],
926
                        'may_terminate' => true,
943
                        'may_terminate' => true,
927
                        'child_routes' => [
944
                        'child_routes' => [
928
                            'add' => [
945
                            'add' => [
929
                                'type' => Literal::class,
946
                                'type' => Literal::class,
930
                                'options' => [
947
                                'options' => [
931
                                    'route' => '/add',
948
                                    'route' => '/add',
932
                                    'defaults' => [
949
                                    'defaults' => [
933
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
950
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
934
                                        'action' => 'addQuestion',
951
                                        'action' => 'addQuestion'
935
                                    ],
952
                                    ]
936
                                ],
953
                                ]
937
                            ],
954
                            ],
938
                            'reactions' => [
955
                            'reactions' => [
939
                                'type' => Segment::class,
956
                                'type' => Segment::class,
940
                                'options' => [
957
                                'options' => [
941
                                    'route' => '/reactions/:id',
958
                                    'route' => '/reactions/:id',
942
                                    'constraints' => [
959
                                    'constraints' => [
943
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
960
                                        'id' => '[A-Za-z0-9\-]+\=*'
944
                                    ],
961
                                    ],
945
                                    'defaults' => [
962
                                    'defaults' => [
946
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
963
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
947
                                        'action' => 'reactions',
964
                                        'action' => 'reactions'
948
                                    ],
965
                                    ]
949
                                ],
966
                                ]
950
                            ],
967
                            ],
951
                            'view' => [
968
                            'view' => [
952
                                'type' => Segment::class,
969
                                'type' => Segment::class,
953
                                'options' => [
970
                                'options' => [
954
                                    'route' => '/view/:id',
971
                                    'route' => '/view/:id',
955
                                    'constraints' => [
972
                                    'constraints' => [
956
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
973
                                        'id' => '[A-Za-z0-9\-]+\=*'
957
                                    ],
974
                                    ],
958
                                    'defaults' => [
975
                                    'defaults' => [
959
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
976
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
960
                                        'action' => 'viewQuestion',
977
                                        'action' => 'viewQuestion'
961
                                    ],
978
                                    ]
962
                                ],
979
                                ]
963
                            ],
980
                            ],
964
                            'edit' => [
981
                            'edit' => [
965
                                'type' => Segment::class,
982
                                'type' => Segment::class,
966
                                'options' => [
983
                                'options' => [
967
                                    'route' => '/edit/:id',
984
                                    'route' => '/edit/:id',
968
                                    'constraints' => [
985
                                    'constraints' => [
969
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
986
                                        'id' => '[A-Za-z0-9\-]+\=*'
970
                                    ],
987
                                    ],
971
                                    'defaults' => [
988
                                    'defaults' => [
972
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
989
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
973
                                        'action' => 'editQuestion',
990
                                        'action' => 'editQuestion'
974
                                    ],
991
                                    ]
975
                                ],
992
                                ]
976
                            ],
993
                            ],
977
                            'delete' => [
994
                            'delete' => [
978
                                'type' => Segment::class,
995
                                'type' => Segment::class,
979
                                'options' => [
996
                                'options' => [
980
                                    'route' => '/delete/:id',
997
                                    'route' => '/delete/:id',
981
                                    'constraints' => [
998
                                    'constraints' => [
982
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
999
                                        'id' => '[A-Za-z0-9\-]+\=*'
983
                                    ],
1000
                                    ],
984
                                    'defaults' => [
1001
                                    'defaults' => [
985
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1002
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
986
                                        'action' => 'deleteQuestion',
1003
                                        'action' => 'deleteQuestion'
987
                                    ],
1004
                                    ]
988
                                ],
1005
                                ]
989
                            ],
1006
                            ],
990
                            'reaction' => [
1007
                            'reaction' => [
991
                                'type' => Segment::class,
1008
                                'type' => Segment::class,
992
                                'options' => [
1009
                                'options' => [
993
                                    'route' => '/reaction/:id',
1010
                                    'route' => '/reaction/:id',
994
                                    'constraints' => [
1011
                                    'constraints' => [
995
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
1012
                                        'id' => '[A-Za-z0-9\-]+\=*'
996
                                    ],
1013
                                    ],
997
                                    'defaults' => [
1014
                                    'defaults' => [
998
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1015
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
999
                                        'action' => 'reaction',
1016
                                        'action' => 'reaction'
1000
                                    ],
1017
                                    ]
1001
                                ],
1018
                                ],
1002
                                'may_terminate' => true,
1019
                                'may_terminate' => true,
1003
                                'child_routes' => [
1020
                                'child_routes' => [
1004
                                    'save' => [
1021
                                    'save' => [
1005
                                        'type' => Literal::class,
1022
                                        'type' => Literal::class,
1006
                                        'options' => [
1023
                                        'options' => [
1007
                                            'route' => '/save',
1024
                                            'route' => '/save',
1008
                                            'defaults' => [
1025
                                            'defaults' => [
1009
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1026
                                                'controller' => '\LeadersLinked\Controller\MyCoachController',
1010
                                                'action' => 'saveReaction',
1027
                                                'action' => 'saveReaction'
1011
                                            ],
1028
                                            ]
1012
                                        ],
1029
                                        ]
1013
                                    ],
1030
                                    ],
1014
                                    'delete' => [
1031
                                    'delete' => [
1015
                                        'type' => Literal::class,
1032
                                        'type' => Literal::class,
1016
                                        'options' => [
1033
                                        'options' => [
1017
                                            'route' => '/delete',
1034
                                            'route' => '/delete',
1018
                                            'defaults' => [
1035
                                            'defaults' => [
1019
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1036
                                                'controller' => '\LeadersLinked\Controller\MyCoachController',
1020
                                                'action' => 'deleteReaction',
1037
                                                'action' => 'deleteReaction'
1021
                                            ],
1038
                                            ]
1022
                                        ],
1039
                                        ]
1023
                                    ],
1040
                                    ]
1024
                                ],
1041
                                ]
1025
                            ],
1042
                            ],
1026
                            'answers' => [
1043
                            'answers' => [
1027
                                'type' => Segment::class,
1044
                                'type' => Segment::class,
1028
                                'options' => [
1045
                                'options' => [
1029
                                    'route' => '/answers/:id',
1046
                                    'route' => '/answers/:id',
1030
                                    'constraints' => [
1047
                                    'constraints' => [
1031
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
1048
                                        'id' => '[A-Za-z0-9\-]+\=*'
1032
                                    ],
1049
                                    ],
1033
                                    'defaults' => [
1050
                                    'defaults' => [
1034
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1051
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
1035
                                        'action' => 'answers',
1052
                                        'action' => 'answers'
1036
                                    ],
1053
                                    ]
1037
                                ],
1054
                                ],
1038
                                'may_terminate' => true,
1055
                                'may_terminate' => true,
1039
                                'child_routes' => [
1056
                                'child_routes' => [
1040
                                    'add' => [
1057
                                    'add' => [
1041
                                        'type' => Literal::class,
1058
                                        'type' => Literal::class,
1042
                                        'options' => [
1059
                                        'options' => [
1043
                                            'route' => '/add',
1060
                                            'route' => '/add',
1044
                                            'defaults' => [
1061
                                            'defaults' => [
1045
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1062
                                                'controller' => '\LeadersLinked\Controller\MyCoachController',
1046
                                                'action' => 'addAnswer',
1063
                                                'action' => 'addAnswer'
1047
                                            ],
1064
                                            ]
1048
                                        ],
1065
                                        ]
1049
                                    ],
1066
                                    ],
-
 
1067
 
1050
                                    'edit' => [
1068
                                    'edit' => [
1051
                                        'type' => Segment::class,
1069
                                        'type' => Segment::class,
1052
                                        'options' => [
1070
                                        'options' => [
1053
                                            'route' => '/edit/:answer',
1071
                                            'route' => '/edit/:answer',
1054
                                            'constraints' => [
1072
                                            'constraints' => [
1055
                                                'answer' => '[A-Za-z0-9\\-]+\\=*',
1073
                                                'answer' => '[A-Za-z0-9\-]+\=*'
1056
                                            ],
1074
                                            ],
1057
                                            'defaults' => [
1075
                                            'defaults' => [
1058
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1076
                                                'controller' => '\LeadersLinked\Controller\MyCoachController',
1059
                                                'action' => 'editAnswer',
1077
                                                'action' => 'editAnswer'
1060
                                            ],
1078
                                            ]
1061
                                        ],
1079
                                        ]
1062
                                    ],
1080
                                    ],
1063
                                    'delete' => [
1081
                                    'delete' => [
1064
                                        'type' => Segment::class,
1082
                                        'type' => Segment::class,
1065
                                        'options' => [
1083
                                        'options' => [
1066
                                            'route' => '/delete/:answer',
1084
                                            'route' => '/delete/:answer',
1067
                                            'constraints' => [
1085
                                            'constraints' => [
1068
                                                'answer' => '[A-Za-z0-9\\-]+\\=*',
1086
                                                'answer' => '[A-Za-z0-9\-]+\=*'
1069
                                            ],
1087
                                            ],
1070
                                            'defaults' => [
1088
                                            'defaults' => [
1071
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1089
                                                'controller' => '\LeadersLinked\Controller\MyCoachController',
1072
                                                'action' => 'deleteAnswer',
1090
                                                'action' => 'deleteAnswer'
1073
                                            ],
1091
                                            ]
1074
                                        ],
1092
                                        ]
1075
                                    ],
1093
                                    ]
1076
                                ],
1094
                                ]
1077
                            ],
1095
                            ],
-
 
1096
 
1078
                            'comments' => [
1097
                            'comments' => [
1079
                                'type' => Segment::class,
1098
                                'type' => Segment::class,
1080
                                'options' => [
1099
                                'options' => [
1081
                                    'route' => '/comments/:id',
1100
                                    'route' => '/comments/:id',
1082
                                    'constraints' => [
1101
                                    'constraints' => [
1083
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
1102
                                        'id' => '[A-Za-z0-9\-]+\=*'
1084
                                    ],
1103
                                    ],
1085
                                    'defaults' => [
1104
                                    'defaults' => [
1086
                                        'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1105
                                        'controller' => '\LeadersLinked\Controller\MyCoachController',
1087
                                        'action' => 'comments',
1106
                                        'action' => 'comments'
1088
                                    ],
1107
                                    ]
1089
                                ],
1108
                                ],
1090
                                'may_terminate' => true,
1109
                                'may_terminate' => true,
1091
                                'child_routes' => [
1110
                                'child_routes' => [
1092
                                    'add' => [
1111
                                    'add' => [
1093
                                        'type' => Literal::class,
1112
                                        'type' => Literal::class,
1094
                                        'options' => [
1113
                                        'options' => [
1095
                                            'route' => '/add',
1114
                                            'route' => '/add',
1096
                                            'defaults' => [
1115
                                            'defaults' => [
1097
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1116
                                                'controller' => '\LeadersLinked\\Controller\MyCoachController',
1098
                                                'action' => 'addComment',
1117
                                                'action' => 'addComment'
1099
                                            ],
1118
                                            ]
1100
                                        ],
1119
                                        ]
1101
                                    ],
1120
                                    ],
1102
                                    'delete' => [
1121
                                    'delete' => [
1103
                                        'type' => Segment::class,
1122
                                        'type' => Segment::class,
1104
                                        'options' => [
1123
                                        'options' => [
1105
                                            'route' => '/delete/:comment',
1124
                                            'route' => '/delete/:comment',
1106
                                            'constraints' => [
1125
                                            'constraints' => [
1107
                                                'comment' => '[A-Za-z0-9\\-]+\\=*',
1126
                                                'comment' => '[A-Za-z0-9\-]+\=*'
1108
                                            ],
1127
                                            ],
1109
                                            'defaults' => [
1128
                                            'defaults' => [
1110
                                                'controller' => '\\LeadersLinked\\Controller\\MyCoachController',
1129
                                                'controller' => '\LeadersLinked\\Controller\MyCoachController',
1111
                                                'action' => 'deleteComment',
1130
                                                'action' => 'deleteComment'
1112
                                            ],
1131
                                            ]
1113
                                        ],
1132
                                        ]
1114
                                    ],
1133
                                    ]
1115
                                ],
1134
                                ]
1116
                            ],
1135
                            ]
1117
                        ],
1136
                        ]
1118
                    ],
1137
                    ]
1119
                ],
1138
                ]
1120
            ],
1139
            ],
-
 
1140
 
1121
            'knowledge-area' => [
1141
            'knowledge-area' => [
1122
                'type' => Literal::class,
1142
                'type' => Literal::class,
1123
                'options' => [
1143
                'options' => [
1124
                    'route' => '/knowledge-area',
1144
                    'route' => '/knowledge-area',
1125
                    'defaults' => [
1145
                    'defaults' => [
1126
                        'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1146
                        'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1127
                        'action' => 'index',
1147
                        'action' => 'index'
1128
                    ],
1148
                    ]
1129
                ],
1149
                ],
1130
                'may_terminate' => true,
1150
                'may_terminate' => true,
1131
                'child_routes' => [
1151
                'child_routes' => [
1132
                    'add' => [
1152
                    'add' => [
1133
                        'type' => Literal::class,
1153
                        'type' => Literal::class,
1134
                        'options' => [
1154
                        'options' => [
1135
                            'route' => '/add',
1155
                            'route' => '/add',
1136
                            'defaults' => [
1156
                            'defaults' => [
1137
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1157
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1138
                                'action' => 'add',
1158
                                'action' => 'add'
1139
                            ],
1159
                            ]
1140
                        ],
1160
                        ]
1141
                    ],
1161
                    ],
1142
                    'edit' => [
1162
                    'edit' => [
1143
                        'type' => Segment::class,
1163
                        'type' => Segment::class,
1144
                        'options' => [
1164
                        'options' => [
1145
                            'route' => '/edit/:id',
1165
                            'route' => '/edit/:id',
1146
                            'constraints' => [
1166
                            'constraints' => [
1147
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1167
                                'id' => '[A-Za-z0-9\-]+\=*'
1148
                            ],
1168
                            ],
1149
                            'defaults' => [
1169
                            'defaults' => [
1150
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1170
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1151
                                'action' => 'edit',
1171
                                'action' => 'edit'
1152
                            ],
1172
                            ]
1153
                        ],
1173
                        ]
1154
                    ],
1174
                    ],
1155
                    'delete' => [
1175
                    'delete' => [
1156
                        'type' => Segment::class,
1176
                        'type' => Segment::class,
1157
                        'options' => [
1177
                        'options' => [
1158
                            'route' => '/delete/:id',
1178
                            'route' => '/delete/:id',
1159
                            'constraints' => [
1179
                            'constraints' => [
1160
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1180
                                'id' => '[A-Za-z0-9\-]+\=*'
1161
                            ],
1181
                            ],
1162
                            'defaults' => [
1182
                            'defaults' => [
1163
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1183
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1164
                                'action' => 'delete',
1184
                                'action' => 'delete'
1165
                            ],
1185
                            ]
1166
                        ],
1186
                        ]
1167
                    ],
1187
                    ],
1168
                    'view' => [
1188
                    'view' => [
1169
                        'type' => Segment::class,
1189
                        'type' => Segment::class,
1170
                        'options' => [
1190
                        'options' => [
1171
                            'route' => '/view/:id',
1191
                            'route' => '/view/:id',
1172
                            'constraints' => [
1192
                            'constraints' => [
1173
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1193
                                'id' => '[A-Za-z0-9\-]+\=*'
1174
                            ],
1194
                            ],
1175
                            'defaults' => [
1195
                            'defaults' => [
1176
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1196
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1177
                                'action' => 'view',
1197
                                'action' => 'view'
1178
                            ],
1198
                            ]
1179
                        ],
1199
                        ]
1180
                    ],
1200
                    ],
1181
                    'reactions' => [
1201
                    'reactions' => [
1182
                        'type' => Segment::class,
1202
                        'type' => Segment::class,
1183
                        'options' => [
1203
                        'options' => [
1184
                            'route' => '/reactions/:id',
1204
                            'route' => '/reactions/:id',
1185
                            'constraints' => [
1205
                            'constraints' => [
1186
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1206
                                'id' => '[A-Za-z0-9\-]+\=*'
1187
                            ],
1207
                            ],
1188
                            'defaults' => [
1208
                            'defaults' => [
1189
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1209
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1190
                                'action' => 'reactions',
1210
                                'action' => 'reactions'
1191
                            ],
1211
                            ]
1192
                        ],
1212
                        ]
1193
                    ],
1213
                    ],
1194
                    'comments' => [
1214
                    'comments' => [
1195
                        'type' => Segment::class,
1215
                        'type' => Segment::class,
1196
                        'options' => [
1216
                        'options' => [
1197
                            'route' => '/comments/:id',
1217
                            'route' => '/comments/:id',
1198
                            'constraints' => [
1218
                            'constraints' => [
1199
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1219
                                'id' => '[A-Za-z0-9\-]+\=*'
1200
                            ],
1220
                            ],
1201
                            'defaults' => [
1221
                            'defaults' => [
1202
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1222
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1203
                                'action' => 'comments',
1223
                                'action' => 'comments'
1204
                            ],
1224
                            ]
1205
                        ],
1225
                        ],
1206
                        'may_terminate' => true,
1226
                        'may_terminate' => true,
1207
                        'child_routes' => [
1227
                        'child_routes' => [
1208
                            'add' => [
1228
                            'add' => [
1209
                                'type' => Literal::class,
1229
                                'type' => Literal::class,
1210
                                'options' => [
1230
                                'options' => [
1211
                                    'route' => '/add',
1231
                                    'route' => '/add',
1212
                                    'defaults' => [
1232
                                    'defaults' => [
1213
                                        'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1233
                                        'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1214
                                        'action' => 'addComment',
1234
                                        'action' => 'addComment'
1215
                                    ],
1235
                                    ]
1216
                                ],
1236
                                ]
1217
                            ],
1237
                            ],
1218
                            'delete' => [
1238
                            'delete' => [
1219
                                'type' => Segment::class,
1239
                                'type' => Segment::class,
1220
                                'options' => [
1240
                                'options' => [
1221
                                    'route' => '/delete/:comment',
1241
                                    'route' => '/delete/:comment',
1222
                                    'constraints' => [
1242
                                    'constraints' => [
1223
                                        'comment' => '[A-Za-z0-9\\-]+\\=*',
1243
                                        'comment' => '[A-Za-z0-9\-]+\=*'
1224
                                    ],
1244
                                    ],
1225
                                    'defaults' => [
1245
                                    'defaults' => [
1226
                                        'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1246
                                        'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1227
                                        'action' => 'deleteComment',
1247
                                        'action' => 'deleteComment'
1228
                                    ],
1248
                                    ]
1229
                                ],
1249
                                ]
1230
                            ],
1250
                            ]
1231
                        ],
1251
                        ]
1232
                    ],
1252
                    ],
1233
                    'save-reaction' => [
1253
                    'save-reaction' => [
1234
                        'type' => Segment::class,
1254
                        'type' => Segment::class,
1235
                        'options' => [
1255
                        'options' => [
1236
                            'route' => '/save-reaction/:id',
1256
                            'route' => '/save-reaction/:id',
1237
                            'constraints' => [
1257
                            'constraints' => [
1238
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1258
                                'id' => '[A-Za-z0-9\-]+\=*'
1239
                            ],
1259
                            ],
1240
                            'defaults' => [
1260
                            'defaults' => [
1241
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1261
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1242
                                'action' => 'saveReaction',
1262
                                'action' => 'saveReaction'
1243
                            ],
1263
                            ]
1244
                        ],
1264
                        ]
1245
                    ],
1265
                    ],
1246
                    'delete-reaction' => [
1266
                    'delete-reaction' => [
1247
                        'type' => Segment::class,
1267
                        'type' => Segment::class,
1248
                        'options' => [
1268
                        'options' => [
1249
                            'route' => '/delete-reaction/:id',
1269
                            'route' => '/delete-reaction/:id',
1250
                            'constraints' => [
1270
                            'constraints' => [
1251
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1271
                                'id' => '[A-Za-z0-9\-]+\=*'
1252
                            ],
1272
                            ],
1253
                            'defaults' => [
1273
                            'defaults' => [
1254
                                'controller' => '\\LeadersLinked\\Controller\\KnowledgeAreaController',
1274
                                'controller' => '\LeadersLinked\Controller\KnowledgeAreaController',
1255
                                'action' => 'deleteReaction',
1275
                                'action' => 'deleteReaction'
1256
                            ],
1276
                            ]
1257
                        ],
1277
                        ]
1258
                    ],
1278
                    ]
1259
                ],
1279
                ]
1260
            ],
1280
            ],
-
 
1281
 
1261
            'backend' => [
1282
            'backend' => [
1262
                'type' => Literal::class,
1283
                'type' => Literal::class,
1263
                'options' => [
1284
                'options' => [
1264
                    'route' => '/backend',
1285
                    'route' => '/backend',
1265
                    'defaults' => [
1286
                    'defaults' => [
1266
                        'controller' => '\\LeadersLinked\\Controller\\BackendController',
1287
                        'controller' => '\LeadersLinked\Controller\BackendController',
1267
                        'action' => 'index',
1288
                        'action' => 'index'
1268
                    ],
1289
                    ]
1269
                ],
1290
                ],
1270
                'may_terminate' => true,
1291
                'may_terminate' => true,
1271
                'child_routes' => [
1292
                'child_routes' => [
1272
                    'signin-admin' => [
1293
                    'signin-admin' => [
1273
                        'type' => Literal::class,
1294
                        'type' => Literal::class,
1274
                        'options' => [
1295
                        'options' => [
1275
                            'route' => '/signin-admin',
1296
                            'route' => '/signin-admin',
1276
                            'defaults' => [
1297
                            'defaults' => [
1277
                                'controller' => '\\LeadersLinked\\Controller\\BackendController',
1298
                                'controller' => '\LeadersLinked\Controller\BackendController',
1278
                                'action' => 'signinAdmin',
1299
                                'action' => 'signinAdmin'
1279
                            ],
1300
                            ]
1280
                        ],
1301
                        ]
1281
                    ],
1302
                    ],
1282
                    'signin-company' => [
1303
                    'signin-company' => [
1283
                        'type' => Segment::class,
1304
                        'type' => Segment::class,
1284
                        'options' => [
1305
                        'options' => [
1285
                            'route' => '/signin-company/:id[/relational/:relational/type/:type]',
1306
                            'route' => '/signin-company/:id[/relational/:relational/type/:type]',
1286
                            'constraints' => [
1307
                            'constraints' => [
1287
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1308
                                'id' => '[A-Za-z0-9\-]+\=*',
1288
                                'relational' => '[A-Za-z0-9\\-]+\\=*',
1309
                                'relational' => '[A-Za-z0-9\-]+\=*',
1289
                                'type' => '[A-Za-z0-9\\-]+\\=*',
1310
                                'type' => '[A-Za-z0-9\-]+\=*'
1290
                            ],
1311
                            ],
1291
                            'defaults' => [
1312
                            'defaults' => [
1292
                                'controller' => '\\LeadersLinked\\Controller\\BackendController',
1313
                                'controller' => '\LeadersLinked\Controller\BackendController',
1293
                                'action' => 'signinCompany',
1314
                                'action' => 'signinCompany'
1294
                            ],
1315
                            ]
1295
                        ],
1316
                        ]
1296
                    ],
1317
                    ]
1297
                ],
1318
                ]
1298
            ],
1319
            ],
1299
            'dashboard' => [
1320
            'dashboard' => [
1300
                'type' => Segment::class,
1321
                'type' => Segment::class,
1301
                'options' => [
1322
                'options' => [
1302
                    'route' => '/dashboard[/feed/:feed][/post/:post]',
1323
                    'route' => '/dashboard[/feed/:feed][/post/:post]',
1303
                    'constraints' => [
1324
                    'constraints' => [
1304
                        'feed' => '[A-Za-z0-9\\-]+\\=*',
1325
                        'feed' => '[A-Za-z0-9\-]+\=*',
1305
                        'post' => '[A-Za-z0-9\\-]+\\=*',
1326
                        'post' => '[A-Za-z0-9\-]+\=*'
1306
                    ],
1327
                    ],
1307
                    'defaults' => [
1328
                    'defaults' => [
1308
                        'controller' => '\\LeadersLinked\\Controller\\DashboardController',
1329
                        'controller' => '\LeadersLinked\Controller\DashboardController',
1309
                        'action' => 'index',
1330
                        'action' => 'index'
1310
                    ],
1331
                    ]
1311
                ],
1332
                ]
1312
            ],
1333
            ],
-
 
1334
 
1313
            'paypal' => [
1335
            'paypal' => [
1314
                'type' => Literal::class,
1336
                'type' => Literal::class,
1315
                'options' => [
1337
                'options' => [
1316
                    'route' => '/paypal',
1338
                    'route' => '/paypal',
1317
                    'defaults' => [
1339
                    'defaults' => [
1318
                        'controller' => '\\LeadersLinked\\Controller\\PaypalController',
1340
                        'controller' => '\LeadersLinked\Controller\PaypalController',
1319
                        'action' => 'index',
1341
                        'action' => 'index'
1320
                    ],
1342
                    ]
1321
                ],
1343
                ],
1322
                'may_terminate' => true,
1344
                'may_terminate' => true,
1323
                'child_routes' => [
1345
                'child_routes' => [
1324
                    'success' => [
1346
                    'success' => [
1325
                        'type' => Literal::class,
1347
                        'type' => Literal::class,
1326
                        'options' => [
1348
                        'options' => [
1327
                            'route' => '/success',
1349
                            'route' => '/success',
1328
                            'defaults' => [
1350
                            'defaults' => [
1329
                                'controller' => '\\LeadersLinked\\Controller\\PaypalController',
1351
                                'controller' => '\LeadersLinked\Controller\PaypalController',
1330
                                'action' => 'success',
1352
                                'action' => 'success'
1331
                            ],
1353
                            ]
1332
                        ],
1354
                        ]
1333
                    ],
1355
                    ],
1334
                    'cancel' => [
1356
                    'cancel' => [
1335
                        'type' => Literal::class,
1357
                        'type' => Literal::class,
1336
                        'options' => [
1358
                        'options' => [
1337
                            'route' => '/cancel',
1359
                            'route' => '/cancel',
1338
                            'defaults' => [
1360
                            'defaults' => [
1339
                                'controller' => '\\LeadersLinked\\Controller\\PaypalController',
1361
                                'controller' => '\LeadersLinked\Controller\PaypalController',
1340
                                'action' => 'cancel',
1362
                                'action' => 'cancel'
1341
                            ],
1363
                            ]
1342
                        ],
1364
                        ]
1343
                    ],
1365
                    ]
1344
                ],
1366
                ]
1345
            ],
1367
            ],
1346
            'chat' => [
1368
            'chat' => [
1347
                'type' => Literal::class,
1369
                'type' => Literal::class,
1348
                'options' => [
1370
                'options' => [
1349
                    'route' => '/chat',
1371
                    'route' => '/chat',
1350
                    'defaults' => [
1372
                    'defaults' => [
1351
                        'controller' => '\\LeadersLinked\\Controller\\ChatController',
1373
                        'controller' => '\LeadersLinked\Controller\ChatController',
1352
                        'action' => 'index',
1374
                        'action' => 'index'
1353
                    ],
1375
                    ]
1354
                ],
1376
                ],
1355
                'may_terminate' => true,
1377
                'may_terminate' => true,
1356
                'child_routes' => [
1378
                'child_routes' => [
-
 
1379
                    // Inicio de los Routes del Chat //
-
 
1380
 
1357
                    'users' => [
1381
                    'users' => [
1358
                        'type' => Literal::class,
1382
                        'type' => Literal::class,
1359
                        'options' => [
1383
                        'options' => [
1360
                            'route' => '/users',
1384
                            'route' => '/users',
1361
                            'defaults' => [
1385
                            'defaults' => [
1362
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1386
                                'controller' => '\LeadersLinked\Controller\ChatController',
1363
                                'action' => 'users',
1387
                                'action' => 'users'
1364
                            ],
1388
                            ]
1365
                        ],
1389
                        ]
1366
                    ],
1390
                    ],
-
 
1391
 
1367
                    'heart-beat' => [
1392
                    'heart-beat' => [
1368
                        'type' => Literal::class,
1393
                        'type' => Literal::class,
1369
                        'options' => [
1394
                        'options' => [
1370
                            'route' => '/heart-beat',
1395
                            'route' => '/heart-beat',
1371
                            'defaults' => [
1396
                            'defaults' => [
1372
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1397
                                'controller' => '\LeadersLinked\Controller\ChatController',
1373
                                'action' => 'heartBeat',
1398
                                'action' => 'heartBeat'
1374
                            ],
1399
                            ]
1375
                        ],
1400
                        ]
1376
                    ],
1401
                    ],
1377
                    'create-group' => [
1402
                    'create-group' => [
1378
                        'type' => Literal::class,
1403
                        'type' => Literal::class,
1379
                        'options' => [
1404
                        'options' => [
1380
                            'route' => '/create-group',
1405
                            'route' => '/create-group',
1381
                            'defaults' => [
1406
                            'defaults' => [
1382
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1407
                                'controller' => '\LeadersLinked\Controller\ChatController',
1383
                                'action' => 'createGroup',
1408
                                'action' => 'createGroup'
1384
                            ],
1409
                            ]
1385
                        ],
1410
                        ]
1386
                    ],
1411
                    ],
1387
                    'zoom' => [
1412
                    'zoom' => [
1388
                        'type' => Segment::class,
1413
                        'type' => Segment::class,
1389
                        'options' => [
1414
                        'options' => [
1390
                            'route' => '/zoom/:id',
1415
                            'route' => '/zoom/:id',
1391
                            'constraints' => [
1416
                            'constraints' => [
1392
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1417
                                'id' => '[A-Za-z0-9\-]+\=*'
1393
                            ],
1418
                            ],
1394
                            'defaults' => [
1419
                            'defaults' => [
1395
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1420
                                'controller' => '\LeadersLinked\Controller\ChatController',
1396
                                'action' => 'zoom',
1421
                                'action' => 'zoom'
1397
                            ],
1422
                            ]
1398
                        ],
1423
                        ]
1399
                    ],
1424
                    ],
1400
                    'open-or-create' => [
1425
                    'open-or-create' => [
1401
                        'type' => Segment::class,
1426
                        'type' => Segment::class,
1402
                        'options' => [
1427
                        'options' => [
1403
                            'route' => '/open-or-create/:id',
1428
                            'route' => '/open-or-create/:id',
1404
                            'constraints' => [
1429
                            'constraints' => [
1405
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1430
                                'id' => '[A-Za-z0-9\-]+\=*'
1406
                            ],
1431
                            ],
1407
                            'defaults' => [
1432
                            'defaults' => [
1408
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1433
                                'controller' => '\LeadersLinked\Controller\ChatController',
1409
                                'action' => 'openOrCreate',
1434
                                'action' => 'openOrCreate'
1410
                            ],
1435
                            ]
1411
                        ],
1436
                        ]
1412
                    ],
1437
                    ],
1413
                    'add-user-to-group' => [
1438
                    'add-user-to-group' => [
1414
                        'type' => Segment::class,
1439
                        'type' => Segment::class,
1415
                        'options' => [
1440
                        'options' => [
1416
                            'route' => '/add-user-to-group/:group_id',
1441
                            'route' => '/add-user-to-group/:group_id',
1417
                            'constraints' => [
1442
                            'constraints' => [
1418
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
1443
                                'group_id' => '[A-Za-z0-9\-]+\=*'
1419
                            ],
1444
                            ],
1420
                            'defaults' => [
1445
                            'defaults' => [
1421
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1446
                                'controller' => '\LeadersLinked\Controller\ChatController',
1422
                                'action' => 'addUserToGroup',
1447
                                'action' => 'addUserToGroup'
1423
                            ],
1448
                            ]
1424
                        ],
1449
                        ]
1425
                    ],
1450
                    ],
1426
                    'mark-seen' => [
1451
                    'mark-seen' => [
1427
                        'type' => Segment::class,
1452
                        'type' => Segment::class,
1428
                        'options' => [
1453
                        'options' => [
1429
                            'route' => '/mark-seen/:id',
1454
                            'route' => '/mark-seen/:id',
1430
                            'constraints' => [
1455
                            'constraints' => [
1431
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1456
                                'id' => '[A-Za-z0-9\-]+\=*'
1432
                            ],
1457
                            ],
1433
                            'defaults' => [
1458
                            'defaults' => [
1434
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1459
                                'controller' => '\LeadersLinked\Controller\ChatController',
1435
                                'action' => 'markSeen',
1460
                                'action' => 'markSeen'
1436
                            ],
1461
                            ]
1437
                        ],
1462
                        ]
1438
                    ],
1463
                    ],
1439
                    'mark-received' => [
1464
                    'mark-received' => [
1440
                        'type' => Segment::class,
1465
                        'type' => Segment::class,
1441
                        'options' => [
1466
                        'options' => [
1442
                            'route' => '/mark-received/:id',
1467
                            'route' => '/mark-received/:id',
1443
                            'constraints' => [
1468
                            'constraints' => [
1444
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1469
                                'id' => '[A-Za-z0-9\-]+\=*'
1445
                            ],
1470
                            ],
1446
                            'defaults' => [
1471
                            'defaults' => [
1447
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1472
                                'controller' => '\LeadersLinked\Controller\ChatController',
1448
                                'action' => 'markReceived',
1473
                                'action' => 'markReceived'
1449
                            ],
1474
                            ]
1450
                        ],
1475
                        ]
1451
                    ],
1476
                    ],
1452
                    'remove-user-from-group' => [
1477
                    'remove-user-from-group' => [
1453
                        'type' => Segment::class,
1478
                        'type' => Segment::class,
1454
                        'options' => [
1479
                        'options' => [
1455
                            'route' => '/remove-user-from-group/:group_id/:user_id',
1480
                            'route' => '/remove-user-from-group/:group_id/:user_id',
1456
                            'constraints' => [
1481
                            'constraints' => [
1457
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
1482
                                'group_id' => '[A-Za-z0-9\-]+\=*',
1458
                                'user_id' => '[A-Za-z0-9\\-]+\\=*',
1483
                                'user_id' => '[A-Za-z0-9\-]+\=*'
1459
                            ],
1484
                            ],
1460
                            'defaults' => [
1485
                            'defaults' => [
1461
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1486
                                'controller' => '\LeadersLinked\Controller\ChatController',
1462
                                'action' => 'removeUserFromGroup',
1487
                                'action' => 'removeUserFromGroup'
1463
                            ],
1488
                            ]
1464
                        ],
1489
                        ]
1465
                    ],
1490
                    ],
1466
                    'get-all-messages' => [
1491
                    'get-all-messages' => [
1467
                        'type' => Segment::class,
1492
                        'type' => Segment::class,
1468
                        'options' => [
1493
                        'options' => [
1469
                            'route' => '/get-all-messages/:id',
1494
                            'route' => '/get-all-messages/:id',
1470
                            'constraints' => [
1495
                            'constraints' => [
1471
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1496
                                'id' => '[A-Za-z0-9\-]+\=*'
1472
                            ],
1497
                            ],
1473
                            'defaults' => [
1498
                            'defaults' => [
1474
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1499
                                'controller' => '\LeadersLinked\Controller\ChatController',
1475
                                'action' => 'getAllMessages',
1500
                                'action' => 'getAllMessages'
1476
                            ],
1501
                            ]
1477
                        ],
1502
                        ]
1478
                    ],
1503
                    ],
1479
                    'send' => [
1504
                    'send' => [
1480
                        'type' => Segment::class,
1505
                        'type' => Segment::class,
1481
                        'options' => [
1506
                        'options' => [
1482
                            'route' => '/send/:id',
1507
                            'route' => '/send/:id',
1483
                            'constraints' => [
1508
                            'constraints' => [
1484
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1509
                                'id' => '[A-Za-z0-9\-]+\=*'
1485
                            ],
1510
                            ],
1486
                            'defaults' => [
1511
                            'defaults' => [
1487
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1512
                                'controller' => '\LeadersLinked\Controller\ChatController',
1488
                                'action' => 'send',
1513
                                'action' => 'send'
1489
                            ],
1514
                            ]
1490
                        ],
1515
                        ]
1491
                    ],
1516
                    ],
1492
                    'get-contacts-availables-for-group' => [
1517
                    'get-contacts-availables-for-group' => [
1493
                        'type' => Segment::class,
1518
                        'type' => Segment::class,
1494
                        'options' => [
1519
                        'options' => [
1495
                            'route' => '/get-contacts-availables-for-group/:group_id',
1520
                            'route' => '/get-contacts-availables-for-group/:group_id',
1496
                            'constraints' => [
1521
                            'constraints' => [
1497
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
1522
                                'group_id' => '[A-Za-z0-9\-]+\=*'
1498
                            ],
1523
                            ],
1499
                            'defaults' => [
1524
                            'defaults' => [
1500
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1525
                                'controller' => '\LeadersLinked\Controller\ChatController',
1501
                                'action' => 'contactAvailableGroupList',
1526
                                'action' => 'contactAvailableGroupList'
1502
                            ],
1527
                            ]
1503
                        ],
1528
                        ]
1504
                    ],
1529
                    ],
1505
                    'get-contact-group-list' => [
1530
                    'get-contact-group-list' => [
1506
                        'type' => Segment::class,
1531
                        'type' => Segment::class,
1507
                        'options' => [
1532
                        'options' => [
1508
                            'route' => '/get-contact-group-list/:group_id',
1533
                            'route' => '/get-contact-group-list/:group_id',
1509
                            'constraints' => [
1534
                            'constraints' => [
1510
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
1535
                                'group_id' => '[A-Za-z0-9\-]+\=*'
1511
                            ],
1536
                            ],
1512
                            'defaults' => [
1537
                            'defaults' => [
1513
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1538
                                'controller' => '\LeadersLinked\Controller\ChatController',
1514
                                'action' => 'contactGroupList',
1539
                                'action' => 'contactGroupList'
1515
                            ],
1540
                            ]
1516
                        ],
1541
                        ]
1517
                    ],
1542
                    ],
1518
                    'leave-group' => [
1543
                    'leave-group' => [
1519
                        'type' => Segment::class,
1544
                        'type' => Segment::class,
1520
                        'options' => [
1545
                        'options' => [
1521
                            'route' => '/leave-group/:group_id',
1546
                            'route' => '/leave-group/:group_id',
1522
                            'constraints' => [
1547
                            'constraints' => [
1523
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
1548
                                'group_id' => '[A-Za-z0-9\-]+\=*'
1524
                            ],
1549
                            ],
1525
                            'defaults' => [
1550
                            'defaults' => [
1526
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1551
                                'controller' => '\LeadersLinked\Controller\ChatController',
1527
                                'action' => 'leaveGroup',
1552
                                'action' => 'leaveGroup'
1528
                            ],
1553
                            ]
1529
                        ],
1554
                        ]
1530
                    ],
1555
                    ],
1531
                    'delete-group' => [
1556
                    'delete-group' => [
1532
                        'type' => Segment::class,
1557
                        'type' => Segment::class,
1533
                        'options' => [
1558
                        'options' => [
1534
                            'route' => '/delete-group/:group_id',
1559
                            'route' => '/delete-group/:group_id',
1535
                            'constraints' => [
1560
                            'constraints' => [
1536
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
1561
                                'group_id' => '[A-Za-z0-9\-]+\=*'
1537
                            ],
1562
                            ],
1538
                            'defaults' => [
1563
                            'defaults' => [
1539
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1564
                                'controller' => '\LeadersLinked\Controller\ChatController',
1540
                                'action' => 'deleteGroup',
1565
                                'action' => 'deleteGroup'
1541
                            ],
1566
                            ]
1542
                        ],
1567
                        ]
1543
                    ],
1568
                    ],
1544
                    'open' => [
1569
                    'open' => [
1545
                        'type' => Segment::class,
1570
                        'type' => Segment::class,
1546
                        'options' => [
1571
                        'options' => [
1547
                            'route' => '/open/:id',
1572
                            'route' => '/open/:id',
1548
                            'constraints' => [
1573
                            'constraints' => [
1549
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1574
                                'id' => '[A-Za-z0-9\-]+\=*'
1550
                            ],
1575
                            ],
1551
                            'defaults' => [
1576
                            'defaults' => [
1552
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1577
                                'controller' => '\LeadersLinked\Controller\ChatController',
1553
                                'action' => 'open',
1578
                                'action' => 'open'
1554
                            ],
1579
                            ]
1555
                        ],
1580
                        ]
1556
                    ],
1581
                    ],
1557
                    'close' => [
1582
                    'close' => [
1558
                        'type' => Segment::class,
1583
                        'type' => Segment::class,
1559
                        'options' => [
1584
                        'options' => [
1560
                            'route' => '/close/:id',
1585
                            'route' => '/close/:id',
1561
                            'constraints' => [
1586
                            'constraints' => [
1562
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1587
                                'id' => '[A-Za-z0-9\-]+\=*'
1563
                            ],
1588
                            ],
1564
                            'defaults' => [
1589
                            'defaults' => [
1565
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1590
                                'controller' => '\LeadersLinked\Controller\ChatController',
1566
                                'action' => 'close',
1591
                                'action' => 'close'
1567
                            ],
1592
                            ]
1568
                        ],
1593
                        ]
1569
                    ],
1594
                    ],
1570
                    'clear' => [
1595
                    'clear' => [
1571
                        'type' => Segment::class,
1596
                        'type' => Segment::class,
1572
                        'options' => [
1597
                        'options' => [
1573
                            'route' => '/clear/:id',
1598
                            'route' => '/clear/:id',
1574
                            'constraints' => [
1599
                            'constraints' => [
1575
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1600
                                'id' => '[A-Za-z0-9\-]+\=*'
1576
                            ],
1601
                            ],
1577
                            'defaults' => [
1602
                            'defaults' => [
1578
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1603
                                'controller' => '\LeadersLinked\Controller\ChatController',
1579
                                'action' => 'clear',
1604
                                'action' => 'clear'
1580
                            ],
1605
                            ]
1581
                        ],
1606
                        ]
1582
                    ],
1607
                    ],
1583
                    'upload' => [
1608
                    'upload' => [
1584
                        'type' => Segment::class,
1609
                        'type' => Segment::class,
1585
                        'options' => [
1610
                        'options' => [
1586
                            'route' => '/upload/:id',
1611
                            'route' => '/upload/:id',
1587
                            'constraints' => [
1612
                            'constraints' => [
1588
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1613
                                'id' => '[A-Za-z0-9\-]+\=*'
1589
                            ],
1614
                            ],
1590
                            'defaults' => [
1615
                            'defaults' => [
1591
                                'controller' => '\\LeadersLinked\\Controller\\ChatController',
1616
                                'controller' => '\LeadersLinked\Controller\ChatController',
1592
                                'action' => 'upload',
1617
                                'action' => 'upload'
1593
                            ],
1618
                            ]
1594
                        ],
1619
                        ]
1595
                    ],
1620
                    ]
1596
                ],
1621
                ]
1597
            ],
1622
            ],
1598
            'calendar' => [
1623
            'calendar' => [
1599
                'type' => Literal::class,
1624
                'type' => Literal::class,
1600
                'options' => [
1625
                'options' => [
1601
                    'route' => '/calendar',
1626
                    'route' => '/calendar',
1602
                    'defaults' => [
1627
                    'defaults' => [
1603
                        'controller' => '\\LeadersLinked\\Controller\\CalendarController',
1628
                        'controller' => '\LeadersLinked\Controller\CalendarController',
1604
                        'action' => 'index',
1629
                        'action' => 'index'
1605
                    ],
1630
                    ]
1606
                ],
1631
                ],
1607
                'may_terminate' => true,
1632
                'may_terminate' => true,
1608
                'child_routes' => [
1633
                'child_routes' => [
1609
                    'events' => [
1634
                    'events' => [
1610
                        'type' => Segment::class,
1635
                        'type' => Segment::class,
1611
                        'options' => [
1636
                        'options' => [
1612
                            'route' => '/events',
1637
                            'route' => '/events',
1613
                            /*'constraints' => [
1638
                            /*'constraints' => [
1614
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1639
                                'id' => '[A-Za-z0-9\-]+\=*',
1615
                            ],*/
1640
                            ],*/
1616
                            'defaults' => [
1641
                            'defaults' => [
1617
                                'controller' => '\\LeadersLinked\\Controller\\CalendarController',
1642
                                'controller' => '\LeadersLinked\Controller\CalendarController',
1618
                                'action' => 'events',
1643
                                'action' => 'events'
1619
                            ],
1644
                            ]
1620
                        ],
1645
                        ]
1621
                    ],
1646
                    ]
1622
                ],
1647
                ]
1623
            ],
1648
            ],
-
 
1649
 
1624
            /*
1650
            /*
1625
            'zoom' => [
1651
            'zoom' => [
1626
                'type' => Literal::class,
1652
                'type' => Literal::class,
1627
                'options' => [
1653
                'options' => [
1628
                    'route' => '/zoom',
1654
                    'route' => '/zoom',
1629
                    'defaults' => [
1655
                    'defaults' => [
1630
                        'controller' => '\\LeadersLinked\\Controller\\ZoomController',
1656
                        'controller' => '\LeadersLinked\Controller\ZoomController',
1631
                        'action' => 'index'
1657
                        'action' => 'index'
1632
                    ]
1658
                    ]
1633
                ],
1659
                ],
1634
                'may_terminate' => true,
1660
                'may_terminate' => true,
1635
                'child_routes' => [
1661
                'child_routes' => [
1636
                    'add' => [
1662
                    'add' => [
1637
                        'type' => Literal::class,
1663
                        'type' => Literal::class,
1638
                        'options' => [
1664
                        'options' => [
1639
                            'route' => '/add',
1665
                            'route' => '/add',
1640
                            'defaults' => [
1666
                            'defaults' => [
1641
                                'controller' => '\\LeadersLinked\\Controller\\ZoomController',
1667
                                'controller' => '\LeadersLinked\Controller\ZoomController',
1642
                                'action' => 'add'
1668
                                'action' => 'add'
1643
                            ]
1669
                            ]
1644
                        ]
1670
                        ]
1645
                    ],
1671
                    ],
1646
                    'delete' => [
1672
                    'delete' => [
1647
                        'type' => Segment::class,
1673
                        'type' => Segment::class,
1648
                        'options' => [
1674
                        'options' => [
1649
                            'route' => '/delete/:id',
1675
                            'route' => '/delete/:id',
1650
                            'constraints' => [
1676
                            'constraints' => [
1651
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1677
                                'id' => '[A-Za-z0-9\-]+\=*',
1652
                            ],
1678
                            ],
1653
                            'defaults' => [
1679
                            'defaults' => [
1654
                                'controller' => '\\LeadersLinked\\Controller\\ZoomController',
1680
                                'controller' => '\LeadersLinked\Controller\ZoomController',
1655
                                'action' => 'delete'
1681
                                'action' => 'delete'
1656
                            ]
1682
                            ]
1657
                        ]
1683
                        ]
1658
                    ],
1684
                    ],
1659
                    'listing' => [
1685
                    'listing' => [
1660
                        'type' => Literal::class,
1686
                        'type' => Literal::class,
1661
                        'options' => [
1687
                        'options' => [
1662
                            'route' => '/listing',
1688
                            'route' => '/listing',
1663
                            'defaults' => [
1689
                            'defaults' => [
1664
                                'controller' => '\\LeadersLinked\\Controller\\ZoomController',
1690
                                'controller' => '\LeadersLinked\Controller\ZoomController',
1665
                                'action' => 'listing'
1691
                                'action' => 'listing'
1666
                            ]
1692
                            ]
1667
                        ]
1693
                        ]
1668
                    ],
1694
                    ],
1669
                ]
1695
                ]    
1670
            ],*/
1696
            ],*/
-
 
1697
 
1671
            'inmail' => [
1698
            'inmail' => [
1672
                'type' => Literal::class,
1699
                'type' => Literal::class,
1673
                'options' => [
1700
                'options' => [
1674
                    'route' => '/inmail',
1701
                    'route' => '/inmail',
1675
                    'defaults' => [
1702
                    'defaults' => [
1676
                        'controller' => '\\LeadersLinked\\Controller\\InMailController',
1703
                        'controller' => '\LeadersLinked\Controller\InMailController',
1677
                        'action' => 'index',
1704
                        'action' => 'index'
1678
                    ],
1705
                    ]
1679
                ],
1706
                ],
1680
                'may_terminate' => true,
1707
                'may_terminate' => true,
1681
                'child_routes' => [
1708
                'child_routes' => [
1682
                    'user' => [
1709
                    'user' => [
1683
                        'type' => Literal::class,
1710
                        'type' => Literal::class,
1684
                        'options' => [
1711
                        'options' => [
1685
                            'route' => '/user',
1712
                            'route' => '/user',
1686
                            'defaults' => [
1713
                            'defaults' => [
1687
                                'controller' => '\\LeadersLinked\\Controller\\InMailController',
1714
                                'controller' => '\LeadersLinked\Controller\InMailController',
1688
                                'action' => 'users',
1715
                                'action' => 'users'
1689
                            ],
1716
                            ]
1690
                        ],
1717
                        ],
1691
                        'may_terminate' => true,
1718
                        'may_terminate' => true,
1692
                        'child_routes' => [
1719
                        'child_routes' => [
1693
                            'block' => [
1720
                            'block' => [
1694
                                'type' => Segment::class,
1721
                                'type' => Segment::class,
1695
                                'options' => [
1722
                                'options' => [
1696
                                    'route' => '/block/:id',
1723
                                    'route' => '/block/:id',
1697
                                    'constraints' => [
1724
                                    'constraints' => [
1698
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
1725
                                        'id' => '[A-Za-z0-9\-]+\=*'
1699
                                    ],
1726
                                    ],
1700
                                    'defaults' => [
1727
                                    'defaults' => [
1701
                                        'controller' => '\\LeadersLinked\\Controller\\InMailController',
1728
                                        'controller' => '\LeadersLinked\Controller\InMailController',
1702
                                        'action' => 'blockUser',
1729
                                        'action' => 'blockUser'
1703
                                    ],
1730
                                    ]
1704
                                ],
1731
                                ]
1705
                            ],
1732
                            ]
1706
                        ],
1733
                        ]
1707
                    ],
1734
                    ],
1708
                    'message' => [
1735
                    'message' => [
1709
                        'type' => Literal::class,
1736
                        'type' => Literal::class,
1710
                        'options' => [
1737
                        'options' => [
1711
                            'route' => '/message',
1738
                            'route' => '/message',
1712
                            'defaults' => [
1739
                            'defaults' => [
1713
                                'controller' => '\\LeadersLinked\\Controller\\InMailController',
1740
                                'controller' => '\LeadersLinked\Controller\InMailController',
1714
                                'action' => 'message',
1741
                                'action' => 'message'
1715
                            ],
1742
                            ]
1716
                        ],
1743
                        ],
1717
                        'may_terminate' => true,
1744
                        'may_terminate' => true,
1718
                        'child_routes' => [
1745
                        'child_routes' => [
1719
                            'send' => [
1746
                            'send' => [
1720
                                'type' => Segment::class,
1747
                                'type' => Segment::class,
1721
                                'options' => [
1748
                                'options' => [
1722
                                    'route' => '/send/:id',
1749
                                    'route' => '/send/:id',
1723
                                    'constraints' => [
1750
                                    'constraints' => [
1724
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
1751
                                        'id' => '[A-Za-z0-9\-]+\=*'
1725
                                    ],
1752
                                    ],
1726
                                    'defaults' => [
1753
                                    'defaults' => [
1727
                                        'controller' => '\\LeadersLinked\\Controller\\InMailController',
1754
                                        'controller' => '\LeadersLinked\Controller\InMailController',
1728
                                        'action' => 'sendMessage',
1755
                                        'action' => 'sendMessage'
1729
                                    ],
1756
                                    ]
1730
                                ],
1757
                                ]
1731
                            ],
1758
                            ],
1732
                            'delete' => [
1759
                            'delete' => [
1733
                                'type' => Segment::class,
1760
                                'type' => Segment::class,
1734
                                'options' => [
1761
                                'options' => [
1735
                                    'route' => '/delete/:id',
1762
                                    'route' => '/delete/:id',
1736
                                    'constraints' => [
1763
                                    'constraints' => [
1737
                                        'id' => '[0-9]+',
1764
                                        'id' => '[0-9]+'
1738
                                    ],
1765
                                    ],
1739
                                    'defaults' => [
1766
                                    'defaults' => [
1740
                                        'controller' => '\\LeadersLinked\\Controller\\InMailController',
1767
                                        'controller' => '\LeadersLinked\Controller\InMailController',
1741
                                        'action' => 'deleteMessage',
1768
                                        'action' => 'deleteMessage'
1742
                                    ],
1769
                                    ]
1743
                                ],
1770
                                ]
1744
                            ],
1771
                            ],
1745
                            'get' => [
1772
                            'get' => [
1746
                                'type' => Segment::class,
1773
                                'type' => Segment::class,
1747
                                'options' => [
1774
                                'options' => [
1748
                                    'route' => '/get/:id',
1775
                                    'route' => '/get/:id',
1749
                                    'constraints' => [
1776
                                    'constraints' => [
1750
                                        'id' => '[0-9]+',
1777
                                        'id' => '[0-9]+'
1751
                                    ],
1778
                                    ],
1752
                                    'defaults' => [
1779
                                    'defaults' => [
1753
                                        'controller' => '\\LeadersLinked\\Controller\\InMailController',
1780
                                        'controller' => '\LeadersLinked\Controller\InMailController',
1754
                                        'action' => 'getMessage',
1781
                                        'action' => 'getMessage'
1755
                                    ],
1782
                                    ]
1756
                                ],
1783
                                ]
1757
                            ],
1784
                            ],
1758
                            'attachment' => [
1785
                            'attachment' => [
1759
                                'type' => Segment::class,
1786
                                'type' => Segment::class,
1760
                                'options' => [
1787
                                'options' => [
1761
                                    'route' => '/attachment/:id/:attachment',
1788
                                    'route' => '/attachment/:id/:attachment',
1762
                                    'constraints' => [
1789
                                    'constraints' => [
1763
                                        'id' => '[0-9]+',
1790
                                        'id' => '[0-9]+',
1764
                                        'attachment' => '[0-9]+',
1791
                                        'attachment' => '[0-9]+'
1765
                                    ],
1792
                                    ],
1766
                                    'defaults' => [
1793
                                    'defaults' => [
1767
                                        'controller' => '\\LeadersLinked\\Controller\\InMailController',
1794
                                        'controller' => '\LeadersLinked\Controller\InMailController',
1768
                                        'action' => 'getAttachment',
1795
                                        'action' => 'getAttachment'
1769
                                    ],
1796
                                    ]
1770
                                ],
1797
                                ]
1771
                            ],
1798
                            ]
1772
                        ],
1799
                        ]
1773
                    ],
1800
                    ]
1774
                ],
1801
                ]
1775
            ],
1802
            ],
1776
            'connection' => [
1803
            'connection' => [
1777
                'type' => Literal::class,
1804
                'type' => Literal::class,
1778
                'options' => [
1805
                'options' => [
1779
                    'route' => '/connection',
1806
                    'route' => '/connection',
1780
                    'defaults' => [
1807
                    'defaults' => [
1781
                        'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1808
                        'controller' => '\LeadersLinked\Controller\ConnectionController',
1782
                        'action' => 'index',
1809
                        'action' => 'index'
1783
                    ],
1810
                    ]
1784
                ],
1811
                ],
1785
                'may_terminate' => true,
1812
                'may_terminate' => true,
1786
                'child_routes' => [
1813
                'child_routes' => [
1787
                    'my-connections' => [
1814
                    'my-connections' => [
1788
                        'type' => Literal::class,
1815
                        'type' => Literal::class,
1789
                        'options' => [
1816
                        'options' => [
1790
                            'route' => '/my-connections',
1817
                            'route' => '/my-connections',
1791
                            'defaults' => [
1818
                            'defaults' => [
1792
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1819
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1793
                                'action' => 'myConnections',
1820
                                'action' => 'myConnections'
1794
                            ],
1821
                            ]
1795
                        ],
1822
                        ]
1796
                    ],
1823
                    ],
1797
                    'people-you-may-know' => [
1824
                    'people-you-may-know' => [
1798
                        'type' => Literal::class,
1825
                        'type' => Literal::class,
1799
                        'options' => [
1826
                        'options' => [
1800
                            'route' => '/people-you-may-know',
1827
                            'route' => '/people-you-may-know',
1801
                            'defaults' => [
1828
                            'defaults' => [
1802
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1829
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1803
                                'action' => 'peopleYouMayKnow',
1830
                                'action' => 'peopleYouMayKnow'
1804
                            ],
1831
                            ]
1805
                        ],
1832
                        ]
1806
                    ],
1833
                    ],
1807
                    'people-blocked' => [
1834
                    'people-blocked' => [
1808
                        'type' => Literal::class,
1835
                        'type' => Literal::class,
1809
                        'options' => [
1836
                        'options' => [
1810
                            'route' => '/people-blocked',
1837
                            'route' => '/people-blocked',
1811
                            'defaults' => [
1838
                            'defaults' => [
1812
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1839
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1813
                                'action' => 'peopleBlocked',
1840
                                'action' => 'peopleBlocked'
1814
                            ],
1841
                            ]
1815
                        ],
1842
                        ]
1816
                    ],
1843
                    ],
1817
                    'invitations-sent' => [
1844
                    'invitations-sent' => [
1818
                        'type' => Literal::class,
1845
                        'type' => Literal::class,
1819
                        'options' => [
1846
                        'options' => [
1820
                            'route' => '/invitations-sent',
1847
                            'route' => '/invitations-sent',
1821
                            'defaults' => [
1848
                            'defaults' => [
1822
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1849
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1823
                                'action' => 'invitationsSent',
1850
                                'action' => 'invitationsSent'
1824
                            ],
1851
                            ]
1825
                        ],
1852
                        ]
1826
                    ],
1853
                    ],
1827
                    'invitations-received' => [
1854
                    'invitations-received' => [
1828
                        'type' => Literal::class,
1855
                        'type' => Literal::class,
1829
                        'options' => [
1856
                        'options' => [
1830
                            'route' => '/invitations-received',
1857
                            'route' => '/invitations-received',
1831
                            'defaults' => [
1858
                            'defaults' => [
1832
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1859
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1833
                                'action' => 'invitationsReceived',
1860
                                'action' => 'invitationsReceived'
1834
                            ],
1861
                            ]
1835
                        ],
1862
                        ]
1836
                    ],
1863
                    ],
1837
                    'block' => [
1864
                    'block' => [
1838
                        'type' => Segment::class,
1865
                        'type' => Segment::class,
1839
                        'options' => [
1866
                        'options' => [
1840
                            'route' => '/block/:id',
1867
                            'route' => '/block/:id',
1841
                            'constraints' => [
1868
                            'constraints' => [
1842
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1869
                                'id' => '[A-Za-z0-9\-]+\=*'
1843
                            ],
1870
                            ],
1844
                            'defaults' => [
1871
                            'defaults' => [
1845
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1872
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1846
                                'action' => 'block',
1873
                                'action' => 'block'
1847
                            ],
1874
                            ]
1848
                        ],
1875
                        ]
1849
                    ],
1876
                    ],
1850
                    'unblock' => [
1877
                    'unblock' => [
1851
                        'type' => Segment::class,
1878
                        'type' => Segment::class,
1852
                        'options' => [
1879
                        'options' => [
1853
                            'route' => '/unblock/:id',
1880
                            'route' => '/unblock/:id',
1854
                            'constraints' => [
1881
                            'constraints' => [
1855
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1882
                                'id' => '[A-Za-z0-9\-]+\=*'
1856
                            ],
1883
                            ],
1857
                            'defaults' => [
1884
                            'defaults' => [
1858
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1885
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1859
                                'action' => 'unblock',
1886
                                'action' => 'unblock'
1860
                            ],
1887
                            ]
1861
                        ],
1888
                        ]
1862
                    ],
1889
                    ],
1863
                    'cancel' => [
1890
                    'cancel' => [
1864
                        'type' => Segment::class,
1891
                        'type' => Segment::class,
1865
                        'options' => [
1892
                        'options' => [
1866
                            'route' => '/cancel/:id',
1893
                            'route' => '/cancel/:id',
1867
                            'constraints' => [
1894
                            'constraints' => [
1868
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1895
                                'id' => '[A-Za-z0-9\-]+\=*'
1869
                            ],
1896
                            ],
1870
                            'defaults' => [
1897
                            'defaults' => [
1871
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1898
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1872
                                'action' => 'cancel',
1899
                                'action' => 'cancel'
1873
                            ],
1900
                            ]
1874
                        ],
1901
                        ]
1875
                    ],
1902
                    ],
1876
                    'request' => [
1903
                    'request' => [
1877
                        'type' => Segment::class,
1904
                        'type' => Segment::class,
1878
                        'options' => [
1905
                        'options' => [
1879
                            'route' => '/request/:id',
1906
                            'route' => '/request/:id',
1880
                            'constraints' => [
1907
                            'constraints' => [
1881
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1908
                                'id' => '[A-Za-z0-9\-]+\=*'
1882
                            ],
1909
                            ],
1883
                            'defaults' => [
1910
                            'defaults' => [
1884
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1911
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1885
                                'action' => 'request',
1912
                                'action' => 'request'
1886
                            ],
1913
                            ]
1887
                        ],
1914
                        ]
1888
                    ],
1915
                    ],
1889
                    'approve' => [
1916
                    'approve' => [
1890
                        'type' => Segment::class,
1917
                        'type' => Segment::class,
1891
                        'options' => [
1918
                        'options' => [
1892
                            'route' => '/approve/:id',
1919
                            'route' => '/approve/:id',
1893
                            'constraints' => [
1920
                            'constraints' => [
1894
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1921
                                'id' => '[A-Za-z0-9\-]+\=*'
1895
                            ],
1922
                            ],
1896
                            'defaults' => [
1923
                            'defaults' => [
1897
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1924
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1898
                                'action' => 'approve',
1925
                                'action' => 'approve'
1899
                            ],
1926
                            ]
1900
                        ],
1927
                        ]
1901
                    ],
1928
                    ],
1902
                    'reject' => [
1929
                    'reject' => [
1903
                        'type' => Segment::class,
1930
                        'type' => Segment::class,
1904
                        'options' => [
1931
                        'options' => [
1905
                            'route' => '/reject/:id',
1932
                            'route' => '/reject/:id',
1906
                            'constraints' => [
1933
                            'constraints' => [
1907
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1934
                                'id' => '[A-Za-z0-9\-]+\=*'
1908
                            ],
1935
                            ],
1909
                            'defaults' => [
1936
                            'defaults' => [
1910
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1937
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1911
                                'action' => 'reject',
1938
                                'action' => 'reject'
1912
                            ],
1939
                            ]
1913
                        ],
1940
                        ]
1914
                    ],
1941
                    ],
1915
                    'delete' => [
1942
                    'delete' => [
1916
                        'type' => Segment::class,
1943
                        'type' => Segment::class,
1917
                        'options' => [
1944
                        'options' => [
1918
                            'route' => '/delete/:id',
1945
                            'route' => '/delete/:id',
1919
                            'constraints' => [
1946
                            'constraints' => [
1920
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1947
                                'id' => '[A-Za-z0-9\-]+\=*'
1921
                            ],
1948
                            ],
1922
                            'defaults' => [
1949
                            'defaults' => [
1923
                                'controller' => '\\LeadersLinked\\Controller\\ConnectionController',
1950
                                'controller' => '\LeadersLinked\Controller\ConnectionController',
1924
                                'action' => 'delete',
1951
                                'action' => 'delete'
1925
                            ],
1952
                            ]
1926
                        ],
1953
                        ]
1927
                    ],
1954
                    ]
1928
                ],
1955
                ]
1929
            ],
1956
            ],
1930
            'feed' => [
1957
            'feed' => [
1931
                'type' => Literal::class,
1958
                'type' => Literal::class,
1932
                'options' => [
1959
                'options' => [
1933
                    'route' => '/feed',
1960
                    'route' => '/feed',
1934
                    'defaults' => [
1961
                    'defaults' => [
1935
                        'controller' => '\\LeadersLinked\\Controller\\FeedController',
1962
                        'controller' => '\LeadersLinked\Controller\FeedController',
1936
                        'action' => 'index',
1963
                        'action' => 'index'
1937
                    ],
1964
                    ]
1938
                ],
1965
                ],
1939
                'may_terminate' => true,
1966
                'may_terminate' => true,
1940
                'child_routes' => [
1967
                'child_routes' => [
1941
                    'timeline' => [
1968
                    'timeline' => [
1942
                        'type' => Segment::class,
1969
                        'type' => Segment::class,
1943
                        'options' => [
1970
                        'options' => [
1944
                            'route' => '/timeline/:id/:type[/feed/:feed]',
1971
                            'route' => '/timeline/:id/:type[/feed/:feed]',
1945
                            'constraints' => [
1972
                            'constraints' => [
1946
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1973
                                'id' => '[A-Za-z0-9\-]+\=*',
1947
                                'type' => 'user|company|group',
1974
                                'type' => 'user|company|group'
1948
                            ],
1975
                            ],
1949
                            'defaults' => [
1976
                            'defaults' => [
1950
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
1977
                                'controller' => '\LeadersLinked\Controller\FeedController',
1951
                                'action' => 'timeline',
1978
                                'action' => 'timeline'
1952
                            ],
1979
                            ]
1953
                        ],
1980
                        ]
1954
                    ],
1981
                    ],
1955
                    'delete' => [
1982
                    'delete' => [
1956
                        'type' => Segment::class,
1983
                        'type' => Segment::class,
1957
                        'options' => [
1984
                        'options' => [
1958
                            'route' => '/delete/:id',
1985
                            'route' => '/delete/:id',
1959
                            'constraints' => [
1986
                            'constraints' => [
1960
                                'id' => '[A-Za-z0-9\\-]+\\=*',
1987
                                'id' => '[A-Za-z0-9\-]+\=*'
1961
                            ],
1988
                            ],
1962
                            'defaults' => [
1989
                            'defaults' => [
1963
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
1990
                                'controller' => '\LeadersLinked\Controller\FeedController',
1964
                                'action' => 'delete',
1991
                                'action' => 'delete'
1965
                            ],
1992
                            ]
1966
                        ],
1993
                        ]
1967
                    ],
1994
                    ],
1968
                    'reactions' => [
1995
                    'reactions' => [
1969
                        'type' => Segment::class,
1996
                        'type' => Segment::class,
1970
                        'options' => [
1997
                        'options' => [
1971
                            'route' => '/reactions/:id',
1998
                            'route' => '/reactions/:id',
1972
                            'constraints' => [
1999
                            'constraints' => [
1973
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2000
                                'id' => '[A-Za-z0-9\-]+\=*'
1974
                            ],
2001
                            ],
1975
                            'defaults' => [
2002
                            'defaults' => [
1976
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2003
                                'controller' => '\LeadersLinked\Controller\FeedController',
1977
                                'action' => 'reactions',
2004
                                'action' => 'reactions'
1978
                            ],
2005
                            ]
1979
                        ],
2006
                        ]
1980
                    ],
2007
                    ],
1981
                    'comment' => [
2008
                    'comment' => [
1982
                        'type' => Segment::class,
2009
                        'type' => Segment::class,
1983
                        'options' => [
2010
                        'options' => [
1984
                            'route' => '/comment/:id',
2011
                            'route' => '/comment/:id',
1985
                            'constraints' => [
2012
                            'constraints' => [
1986
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2013
                                'id' => '[A-Za-z0-9\-]+\=*'
1987
                            ],
2014
                            ],
1988
                            'defaults' => [
2015
                            'defaults' => [
1989
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2016
                                'controller' => '\LeadersLinked\Controller\FeedController',
1990
                                'action' => 'comment',
2017
                                'action' => 'comment'
1991
                            ],
2018
                            ]
1992
                        ],
2019
                        ],
1993
                        'may_terminate' => true,
2020
                        'may_terminate' => true,
1994
                        'child_routes' => [
2021
                        'child_routes' => [
1995
                            'delete' => [
2022
                            'delete' => [
1996
                                'type' => Segment::class,
2023
                                'type' => Segment::class,
1997
                                'options' => [
2024
                                'options' => [
1998
                                    'route' => '/delete/:comment',
2025
                                    'route' => '/delete/:comment',
1999
                                    'constraints' => [
2026
                                    'constraints' => [
2000
                                        'comment' => '[A-Za-z0-9\\-]+\\=*',
2027
                                        'comment' => '[A-Za-z0-9\-]+\=*'
2001
                                    ],
2028
                                    ],
2002
                                    'defaults' => [
2029
                                    'defaults' => [
2003
                                        'controller' => '\\LeadersLinked\\Controller\\FeedController',
2030
                                        'controller' => '\LeadersLinked\Controller\FeedController',
2004
                                        'action' => 'commentDelete',
2031
                                        'action' => 'commentDelete'
2005
                                    ],
2032
                                    ]
2006
                                ],
2033
                                ]
2007
                            ],
2034
                            ]
2008
                        ],
2035
                        ]
2009
                    ],
2036
                    ],
2010
                    'share' => [
2037
                    'share' => [
2011
                        'type' => Segment::class,
2038
                        'type' => Segment::class,
2012
                        'options' => [
2039
                        'options' => [
2013
                            'route' => '/share/:id[/company/:company_id][/group/:group_id][/encoding/:encoding]',
2040
                            'route' => '/share/:id[/company/:company_id][/group/:group_id][/encoding/:encoding]',
2014
                            'constraints' => [
2041
                            'constraints' => [
2015
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2042
                                'id' => '[A-Za-z0-9\-]+\=*',
2016
                                'company_id' => '[A-Za-z0-9\\-]+\\=*',
2043
                                'company_id' => '[A-Za-z0-9\-]+\=*',
2017
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
2044
                                'group_id' => '[A-Za-z0-9\-]+\=*',
2018
                                'encoding' => 'base64',
2045
                                'encoding' => 'base64'
2019
                            ],
2046
                            ],
2020
                            'defaults' => [
2047
                            'defaults' => [
2021
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2048
                                'controller' => '\LeadersLinked\Controller\FeedController',
2022
                                'action' => 'share',
2049
                                'action' => 'share'
2023
                            ],
2050
                            ]
2024
                        ],
2051
                        ]
2025
                    ],
2052
                    ],
2026
                    'save-reaction' => [
2053
                    'save-reaction' => [
2027
                        'type' => Segment::class,
2054
                        'type' => Segment::class,
2028
                        'options' => [
2055
                        'options' => [
2029
                            'route' => '/save-reaction/:id',
2056
                            'route' => '/save-reaction/:id',
2030
                            'constraints' => [
2057
                            'constraints' => [
2031
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2058
                                'id' => '[A-Za-z0-9\-]+\=*'
2032
                            ],
2059
                            ],
2033
                            'defaults' => [
2060
                            'defaults' => [
2034
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2061
                                'controller' => '\LeadersLinked\Controller\FeedController',
2035
                                'action' => 'saveReaction',
2062
                                'action' => 'saveReaction'
2036
                            ],
2063
                            ]
2037
                        ],
2064
                        ]
2038
                    ],
2065
                    ],
-
 
2066
 
2039
                    'delete-reaction' => [
2067
                    'delete-reaction' => [
2040
                        'type' => Segment::class,
2068
                        'type' => Segment::class,
2041
                        'options' => [
2069
                        'options' => [
2042
                            'route' => '/delete-reaction/:id',
2070
                            'route' => '/delete-reaction/:id',
2043
                            'constraints' => [
2071
                            'constraints' => [
2044
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2072
                                'id' => '[A-Za-z0-9\-]+\=*'
2045
                            ],
2073
                            ],
2046
                            'defaults' => [
2074
                            'defaults' => [
2047
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2075
                                'controller' => '\LeadersLinked\Controller\FeedController',
2048
                                'action' => 'deleteReaction',
2076
                                'action' => 'deleteReaction'
2049
                            ],
2077
                            ]
2050
                        ],
2078
                        ]
2051
                    ],
2079
                    ],
2052
                    'add' => [
2080
                    'add' => [
2053
                        'type' => Segment::class,
2081
                        'type' => Segment::class,
2054
                        'options' => [
2082
                        'options' => [
2055
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding]',
2083
                            'route' => '/add[/company/:company_id][/group/:group_id][/encoding/:encoding]',
2056
                            'constraints' => [
2084
                            'constraints' => [
2057
                                'company_id' => '[A-Za-z0-9\\-]+\\=*',
2085
                                'company_id' => '[A-Za-z0-9\-]+\=*',
2058
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
2086
                                'group_id' => '[A-Za-z0-9\-]+\=*',
2059
                                'encoding' => 'base64',
2087
                                'encoding' => 'base64'
2060
                            ],
2088
                            ],
2061
                            'defaults' => [
2089
                            'defaults' => [
2062
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2090
                                'controller' => '\LeadersLinked\Controller\FeedController',
2063
                                'action' => 'add',
2091
                                'action' => 'add'
2064
                            ],
2092
                            ]
2065
                        ],
2093
                        ]
2066
                    ],
2094
                    ],
2067
                    'vote' => [
2095
                    'vote' => [
2068
                        'type' => Segment::class,
2096
                        'type' => Segment::class,
2069
                        'options' => [
2097
                        'options' => [
2070
                            'route' => '/vote/:id',
2098
                            'route' => '/vote/:id',
2071
                            'constraints' => [
2099
                            'constraints' => [
2072
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2100
                                'id' => '[A-Za-z0-9\-]+\=*'
2073
                            ],
2101
                            ],
2074
                            'defaults' => [
2102
                            'defaults' => [
2075
                                'controller' => '\\LeadersLinked\\Controller\\FeedController',
2103
                                'controller' => '\LeadersLinked\Controller\FeedController',
2076
                                'action' => 'vote',
2104
                                'action' => 'vote'
2077
                            ],
2105
                            ]
2078
                        ],
2106
                        ]
2079
                    ],
2107
                    ]
2080
                ],
2108
                ]
2081
            ],
2109
            ],
2082
            'job' => [
2110
            'job' => [
2083
                'type' => Literal::class,
2111
                'type' => Literal::class,
2084
                'options' => [
2112
                'options' => [
2085
                    'route' => '/job',
2113
                    'route' => '/job',
2086
                    'defaults' => [
2114
                    'defaults' => [
2087
                        'controller' => '\\LeadersLinked\\Controller\\JobController',
2115
                        'controller' => '\LeadersLinked\Controller\JobController',
2088
                        'action' => 'index',
2116
                        'action' => 'index'
2089
                    ],
2117
                    ]
2090
                ],
2118
                ],
2091
                'may_terminate' => true,
2119
                'may_terminate' => true,
2092
                'child_routes' => [
2120
                'child_routes' => [
2093
                    'view' => [
2121
                    'view' => [
2094
                        'type' => Segment::class,
2122
                        'type' => Segment::class,
2095
                        'options' => [
2123
                        'options' => [
2096
                            'route' => '/view/:id',
2124
                            'route' => '/view/:id',
2097
                            'constraints' => [
2125
                            'constraints' => [
2098
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2126
                                'id' => '[A-Za-z0-9\-]+\=*'
2099
                            ],
2127
                            ],
2100
                            'defaults' => [
2128
                            'defaults' => [
2101
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2129
                                'controller' => '\LeadersLinked\Controller\JobController',
2102
                                'action' => 'view',
2130
                                'action' => 'view'
2103
                            ],
2131
                            ]
2104
                        ],
2132
                        ]
2105
                    ],
2133
                    ],
2106
                    'apply-job' => [
2134
                    'apply-job' => [
2107
                        'type' => Segment::class,
2135
                        'type' => Segment::class,
2108
                        'options' => [
2136
                        'options' => [
2109
                            'route' => '/apply-job/:id',
2137
                            'route' => '/apply-job/:id',
2110
                            'constraints' => [
2138
                            'constraints' => [
2111
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2139
                                'id' => '[A-Za-z0-9\-]+\=*'
2112
                            ],
2140
                            ],
2113
                            'defaults' => [
2141
                            'defaults' => [
2114
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2142
                                'controller' => '\LeadersLinked\Controller\JobController',
2115
                                'action' => 'applyJob',
2143
                                'action' => 'applyJob'
2116
                            ],
2144
                            ]
2117
                        ],
2145
                        ]
2118
                    ],
2146
                    ],
2119
                    'remove-apply-job' => [
2147
                    'remove-apply-job' => [
2120
                        'type' => Segment::class,
2148
                        'type' => Segment::class,
2121
                        'options' => [
2149
                        'options' => [
2122
                            'route' => '/remove-apply-job/:id',
2150
                            'route' => '/remove-apply-job/:id',
2123
                            'constraints' => [
2151
                            'constraints' => [
2124
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2152
                                'id' => '[A-Za-z0-9\-]+\=*'
2125
                            ],
2153
                            ],
2126
                            'defaults' => [
2154
                            'defaults' => [
2127
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2155
                                'controller' => '\LeadersLinked\Controller\JobController',
2128
                                'action' => 'removeApplyJob',
2156
                                'action' => 'removeApplyJob'
2129
                            ],
2157
                            ]
2130
                        ],
2158
                        ]
2131
                    ],
2159
                    ],
2132
                    'save-job' => [
2160
                    'save-job' => [
2133
                        'type' => Segment::class,
2161
                        'type' => Segment::class,
2134
                        'options' => [
2162
                        'options' => [
2135
                            'route' => '/save-job/:id',
2163
                            'route' => '/save-job/:id',
2136
                            'constraints' => [
2164
                            'constraints' => [
2137
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2165
                                'id' => '[A-Za-z0-9\-]+\=*'
2138
                            ],
2166
                            ],
2139
                            'defaults' => [
2167
                            'defaults' => [
2140
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2168
                                'controller' => '\LeadersLinked\Controller\JobController',
2141
                                'action' => 'saveJob',
2169
                                'action' => 'saveJob'
2142
                            ],
2170
                            ]
2143
                        ],
2171
                        ]
2144
                    ],
2172
                    ],
2145
                    'remove-save-job' => [
2173
                    'remove-save-job' => [
2146
                        'type' => Segment::class,
2174
                        'type' => Segment::class,
2147
                        'options' => [
2175
                        'options' => [
2148
                            'route' => '/remove-save-job/:id',
2176
                            'route' => '/remove-save-job/:id',
2149
                            'constraints' => [
2177
                            'constraints' => [
2150
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2178
                                'id' => '[A-Za-z0-9\-]+\=*'
2151
                            ],
2179
                            ],
2152
                            'defaults' => [
2180
                            'defaults' => [
2153
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2181
                                'controller' => '\LeadersLinked\Controller\JobController',
2154
                                'action' => 'removeSaveJob',
2182
                                'action' => 'removeSaveJob'
2155
                            ],
2183
                            ]
2156
                        ],
2184
                        ]
2157
                    ],
2185
                    ],
2158
                    'applied-jobs' => [
2186
                    'applied-jobs' => [
2159
                        'type' => Literal::class,
2187
                        'type' => Literal::class,
2160
                        'options' => [
2188
                        'options' => [
2161
                            'route' => '/applied-jobs',
2189
                            'route' => '/applied-jobs',
2162
                            'defaults' => [
2190
                            'defaults' => [
2163
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2191
                                'controller' => '\LeadersLinked\Controller\JobController',
2164
                                'action' => 'appliedJobs',
2192
                                'action' => 'appliedJobs'
2165
                            ],
2193
                            ]
2166
                        ],
2194
                        ]
2167
                    ],
2195
                    ],
2168
                    'saved-jobs' => [
2196
                    'saved-jobs' => [
2169
                        'type' => Literal::class,
2197
                        'type' => Literal::class,
2170
                        'options' => [
2198
                        'options' => [
2171
                            'route' => '/saved-jobs',
2199
                            'route' => '/saved-jobs',
2172
                            'defaults' => [
2200
                            'defaults' => [
2173
                                'controller' => '\\LeadersLinked\\Controller\\JobController',
2201
                                'controller' => '\LeadersLinked\Controller\JobController',
2174
                                'action' => 'savedJobs',
2202
                                'action' => 'savedJobs'
2175
                            ],
2203
                            ]
2176
                        ],
2204
                        ]
2177
                    ],
2205
                    ]
2178
                ],
2206
                ]
2179
            ],
2207
            ],
2180
            /*
2208
            /*
2181
              'job' => [
2209
              'job' => [
2182
              'type' => Literal::class,
2210
              'type' => Literal::class,
2183
              'options' => [
2211
              'options' => [
2184
              'route' => '/job',
2212
              'route' => '/job',
2185
              'defaults' => [
2213
              'defaults' => [
2186
              'controller' => '\\LeadersLinked\\Controller\\JobController',
2214
              'controller' => '\LeadersLinked\Controller\JobController',
2187
              'action' => 'index'
2215
              'action' => 'index'
2188
              ]
2216
              ]
2189
              ],
2217
              ],
2190
              'may_terminate' => true,
2218
              'may_terminate' => true,
2191
              'child_routes' => [
2219
              'child_routes' => [
2192
              'view' => [
2220
              'view' => [
2193
              'type' => Segment::class,
2221
              'type' => Segment::class,
2194
              'options' => [
2222
              'options' => [
2195
              'route' => '/view/:id',
2223
              'route' => '/view/:id',
2196
              'constraints' => [
2224
              'constraints' => [
2197
              'id' => '[A-Za-z0-9\\-]+\\=*'
2225
              'id' => '[A-Za-z0-9\-]+\=*'
2198
              ],
2226
              ],
2199
              'defaults' => [
2227
              'defaults' => [
2200
              'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2228
              'controller' => '\LeadersLinked\Controller\CompanyController',
2201
              'action' => 'job'
2229
              'action' => 'job'
2202
              ]
2230
              ]
2203
              ]
2231
              ]
2204
              ],
2232
              ],
2205
              ]
2233
              ]
Línea 2208... Línea 2236...
2208
            'search' => [
2236
            'search' => [
2209
                'type' => Segment::class,
2237
                'type' => Segment::class,
2210
                'options' => [
2238
                'options' => [
2211
                    'route' => '/search[/entity/:entity]',
2239
                    'route' => '/search[/entity/:entity]',
2212
                    'constraints' => [
2240
                    'constraints' => [
2213
                        'entity' => 'user|company|group|job',
2241
                        'entity' => 'user|company|group|job'
2214
                    ],
2242
                    ],
2215
                    'defaults' => [
2243
                    'defaults' => [
2216
                        'controller' => '\\LeadersLinked\\Controller\\SearchController',
2244
                        'controller' => '\LeadersLinked\Controller\SearchController',
2217
                        'action' => 'index',
2245
                        'action' => 'index'
2218
                    ],
2246
                    ]
2219
                ],
2247
                ]
2220
            ],
2248
            ],
2221
            'group' => [
2249
            'group' => [
2222
                'type' => Literal::class,
2250
                'type' => Literal::class,
2223
                'options' => [
2251
                'options' => [
2224
                    'route' => '/group',
2252
                    'route' => '/group',
2225
                    'defaults' => [
2253
                    'defaults' => [
2226
                        'controller' => '\\LeadersLinked\\GroupController',
2254
                        'controller' => '\LeadersLinked\GroupController',
2227
                        'action' => 'index',
2255
                        'action' => 'index'
2228
                    ],
2256
                    ]
2229
                ],
2257
                ],
2230
                'may_terminate' => true,
2258
                'may_terminate' => true,
2231
                'child_routes' => [
2259
                'child_routes' => [
2232
                    'view' => [
2260
                    'view' => [
2233
                        'type' => Segment::class,
2261
                        'type' => Segment::class,
2234
                        'options' => [
2262
                        'options' => [
2235
                            'route' => '/view/:id',
2263
                            'route' => '/view/:id',
2236
                            'constraints' => [
2264
                            'constraints' => [
2237
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2265
                                'id' => '[A-Za-z0-9\-]+\=*'
2238
                            ],
2266
                            ],
2239
                            'defaults' => [
2267
                            'defaults' => [
2240
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2268
                                'controller' => '\LeadersLinked\Controller\GroupController',
2241
                                'action' => 'view',
2269
                                'action' => 'view'
2242
                            ],
2270
                            ]
2243
                        ],
2271
                        ]
2244
                    ],
2272
                    ],
2245
                    'request' => [
2273
                    'request' => [
2246
                        'type' => Segment::class,
2274
                        'type' => Segment::class,
2247
                        'options' => [
2275
                        'options' => [
2248
                            'route' => '/request/:id',
2276
                            'route' => '/request/:id',
2249
                            'constraints' => [
2277
                            'constraints' => [
2250
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2278
                                'id' => '[A-Za-z0-9\-]+\=*'
2251
                            ],
2279
                            ],
2252
                            'defaults' => [
2280
                            'defaults' => [
2253
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2281
                                'controller' => '\LeadersLinked\Controller\GroupController',
2254
                                'action' => 'request',
2282
                                'action' => 'request'
2255
                            ],
2283
                            ]
2256
                        ],
2284
                        ]
2257
                    ],
2285
                    ],
2258
                    'leave' => [
2286
                    'leave' => [
2259
                        'type' => Segment::class,
2287
                        'type' => Segment::class,
2260
                        'options' => [
2288
                        'options' => [
2261
                            'route' => '/leave/:id',
2289
                            'route' => '/leave/:id',
2262
                            'constraints' => [
2290
                            'constraints' => [
2263
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2291
                                'id' => '[A-Za-z0-9\-]+\=*'
2264
                            ],
2292
                            ],
2265
                            'defaults' => [
2293
                            'defaults' => [
2266
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2294
                                'controller' => '\LeadersLinked\Controller\GroupController',
2267
                                'action' => 'leave',
2295
                                'action' => 'leave'
2268
                            ],
2296
                            ]
2269
                        ],
2297
                        ]
2270
                    ],
2298
                    ],
2271
                    'accept' => [
2299
                    'accept' => [
2272
                        'type' => Segment::class,
2300
                        'type' => Segment::class,
2273
                        'options' => [
2301
                        'options' => [
2274
                            'route' => '/accept/:id',
2302
                            'route' => '/accept/:id',
2275
                            'constraints' => [
2303
                            'constraints' => [
2276
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2304
                                'id' => '[A-Za-z0-9\-]+\=*'
2277
                            ],
2305
                            ],
2278
                            'defaults' => [
2306
                            'defaults' => [
2279
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2307
                                'controller' => '\LeadersLinked\Controller\GroupController',
2280
                                'action' => 'accept',
2308
                                'action' => 'accept'
2281
                            ],
2309
                            ]
2282
                        ],
2310
                        ]
2283
                    ],
2311
                    ],
2284
                    'cancel' => [
2312
                    'cancel' => [
2285
                        'type' => Segment::class,
2313
                        'type' => Segment::class,
2286
                        'options' => [
2314
                        'options' => [
2287
                            'route' => '/cancel/:id',
2315
                            'route' => '/cancel/:id',
2288
                            'constraints' => [
2316
                            'constraints' => [
2289
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2317
                                'id' => '[A-Za-z0-9\-]+\=*'
2290
                            ],
2318
                            ],
2291
                            'defaults' => [
2319
                            'defaults' => [
2292
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2320
                                'controller' => '\LeadersLinked\Controller\GroupController',
2293
                                'action' => 'cancel',
2321
                                'action' => 'cancel'
2294
                            ],
2322
                            ]
2295
                        ],
2323
                        ]
2296
                    ],
2324
                    ],
2297
                    'reject' => [
2325
                    'reject' => [
2298
                        'type' => Segment::class,
2326
                        'type' => Segment::class,
2299
                        'options' => [
2327
                        'options' => [
2300
                            'route' => '/reject/:id',
2328
                            'route' => '/reject/:id',
2301
                            'constraints' => [
2329
                            'constraints' => [
2302
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2330
                                'id' => '[A-Za-z0-9\-]+\=*'
2303
                            ],
2331
                            ],
2304
                            'defaults' => [
2332
                            'defaults' => [
2305
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2333
                                'controller' => '\LeadersLinked\Controller\GroupController',
2306
                                'action' => 'reject',
2334
                                'action' => 'reject'
2307
                            ],
2335
                            ]
2308
                        ],
2336
                        ]
2309
                    ],
2337
                    ],
2310
                    'joined-groups' => [
2338
                    'joined-groups' => [
2311
                        'type' => Literal::class,
2339
                        'type' => Literal::class,
2312
                        'options' => [
2340
                        'options' => [
2313
                            'route' => '/joined-groups',
2341
                            'route' => '/joined-groups',
2314
                            'defaults' => [
2342
                            'defaults' => [
2315
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2343
                                'controller' => '\LeadersLinked\Controller\GroupController',
2316
                                'action' => 'joinedGroups',
2344
                                'action' => 'joinedGroups'
2317
                            ],
2345
                            ]
2318
                        ],
2346
                        ]
2319
                    ],
2347
                    ],
2320
                    'requests-sent' => [
2348
                    'requests-sent' => [
2321
                        'type' => Literal::class,
2349
                        'type' => Literal::class,
2322
                        'options' => [
2350
                        'options' => [
2323
                            'route' => '/requests-sent',
2351
                            'route' => '/requests-sent',
2324
                            'defaults' => [
2352
                            'defaults' => [
2325
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2353
                                'controller' => '\LeadersLinked\Controller\GroupController',
2326
                                'action' => 'requestsSent',
2354
                                'action' => 'requestsSent'
2327
                            ],
2355
                            ]
2328
                        ],
2356
                        ]
2329
                    ],
2357
                    ],
2330
                    'invitations-received' => [
2358
                    'invitations-received' => [
2331
                        'type' => Literal::class,
2359
                        'type' => Literal::class,
2332
                        'options' => [
2360
                        'options' => [
2333
                            'route' => '/invitations-received',
2361
                            'route' => '/invitations-received',
2334
                            'defaults' => [
2362
                            'defaults' => [
2335
                                'controller' => '\\LeadersLinked\\Controller\\GroupController',
2363
                                'controller' => '\LeadersLinked\Controller\GroupController',
2336
                                'action' => 'invitationsReceived',
2364
                                'action' => 'invitationsReceived'
2337
                            ],
2365
                            ]
2338
                        ],
2366
                        ]
2339
                    ],
2367
                    ],
2340
                    'my-groups' => [
2368
                    'my-groups' => [
2341
                        'type' => Literal::class,
2369
                        'type' => Literal::class,
2342
                        'options' => [
2370
                        'options' => [
2343
                            'route' => '/my-groups',
2371
                            'route' => '/my-groups',
2344
                            'defaults' => [
2372
                            'defaults' => [
2345
                                'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2373
                                'controller' => '\LeadersLinked\Controller\MyGroupsController',
2346
                                'action' => 'index',
2374
                                'action' => 'index'
2347
                            ],
2375
                            ]
2348
                        ],
2376
                        ],
2349
                        'may_terminate' => true,
2377
                        'may_terminate' => true,
2350
                        'child_routes' => [
2378
                        'child_routes' => [
2351
                            'add' => [
2379
                            'add' => [
2352
                                'type' => Literal::class,
2380
                                'type' => Literal::class,
2353
                                'options' => [
2381
                                'options' => [
2354
                                    'route' => '/add',
2382
                                    'route' => '/add',
2355
                                    'defaults' => [
2383
                                    'defaults' => [
2356
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2384
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2357
                                        'action' => 'add',
2385
                                        'action' => 'add'
2358
                                    ],
2386
                                    ]
2359
                                ],
2387
                                ]
2360
                            ],
2388
                            ],
2361
                            'edit' => [
2389
                            'edit' => [
2362
                                'type' => Segment::class,
2390
                                'type' => Segment::class,
2363
                                'options' => [
2391
                                'options' => [
2364
                                    'route' => '/edit/:id',
2392
                                    'route' => '/edit/:id',
2365
                                    'constraints' => [
2393
                                    'constraints' => [
2366
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2394
                                        'id' => '[A-Za-z0-9\-]+\=*'
2367
                                    ],
2395
                                    ],
2368
                                    'defaults' => [
2396
                                    'defaults' => [
2369
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2397
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2370
                                        'action' => 'edit',
2398
                                        'action' => 'edit'
2371
                                    ],
2399
                                    ]
2372
                                ],
2400
                                ]
2373
                            ],
2401
                            ],
2374
                            'delete' => [
2402
                            'delete' => [
2375
                                'type' => Segment::class,
2403
                                'type' => Segment::class,
2376
                                'options' => [
2404
                                'options' => [
2377
                                    'route' => '/delete/:id',
2405
                                    'route' => '/delete/:id',
2378
                                    'constraints' => [
2406
                                    'constraints' => [
2379
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2407
                                        'id' => '[A-Za-z0-9\-]+\=*'
2380
                                    ],
2408
                                    ],
2381
                                    'defaults' => [
2409
                                    'defaults' => [
2382
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2410
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2383
                                        'action' => 'delete',
2411
                                        'action' => 'delete'
2384
                                    ],
2412
                                    ]
2385
                                ],
2413
                                ]
2386
                            ],
2414
                            ],
2387
                            'extended' => [
2415
                            'extended' => [
2388
                                'type' => Segment::class,
2416
                                'type' => Segment::class,
2389
                                'options' => [
2417
                                'options' => [
2390
                                    'route' => '/extended/:id',
2418
                                    'route' => '/extended/:id',
2391
                                    'constraints' => [
2419
                                    'constraints' => [
2392
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2420
                                        'id' => '[A-Za-z0-9\-]+\=*'
2393
                                    ],
2421
                                    ],
2394
                                    'defaults' => [
2422
                                    'defaults' => [
2395
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2423
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2396
                                        'action' => 'extended',
2424
                                        'action' => 'extended'
2397
                                    ],
2425
                                    ]
2398
                                ],
2426
                                ]
2399
                            ],
2427
                            ],
2400
                            'image' => [
2428
                            'image' => [
2401
                                'type' => Segment::class,
2429
                                'type' => Segment::class,
2402
                                'options' => [
2430
                                'options' => [
2403
                                    'route' => '/image/:id/operation/:operation',
2431
                                    'route' => '/image/:id/operation/:operation',
2404
                                    'constraints' => [
2432
                                    'constraints' => [
2405
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2433
                                        'id' => '[A-Za-z0-9\-]+\=*',
2406
                                        'operation' => 'upload|delete',
2434
                                        'operation' => 'upload|delete'
2407
                                    ],
2435
                                    ],
2408
                                    'defaults' => [
2436
                                    'defaults' => [
2409
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2437
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2410
                                        'action' => 'image',
2438
                                        'action' => 'image'
2411
                                    ],
2439
                                    ]
2412
                                ],
2440
                                ]
2413
                            ],
2441
                            ],
2414
                            'cover' => [
2442
                            'cover' => [
2415
                                'type' => Segment::class,
2443
                                'type' => Segment::class,
2416
                                'options' => [
2444
                                'options' => [
2417
                                    'route' => '/cover/:id/operation/:operation',
2445
                                    'route' => '/cover/:id/operation/:operation',
2418
                                    'constraints' => [
2446
                                    'constraints' => [
2419
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2447
                                        'id' => '[A-Za-z0-9\-]+\=*',
2420
                                        'operation' => 'upload|delete',
2448
                                        'operation' => 'upload|delete'
2421
                                    ],
2449
                                    ],
2422
                                    'defaults' => [
2450
                                    'defaults' => [
2423
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2451
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2424
                                        'action' => 'cover',
2452
                                        'action' => 'cover'
2425
                                    ],
2453
                                    ]
2426
                                ],
2454
                                ]
2427
                            ],
2455
                            ],
2428
                            'privacy' => [
2456
                            'privacy' => [
2429
                                'type' => Segment::class,
2457
                                'type' => Segment::class,
2430
                                'options' => [
2458
                                'options' => [
2431
                                    'route' => '/privacy/:id',
2459
                                    'route' => '/privacy/:id',
2432
                                    'constraints' => [
2460
                                    'constraints' => [
2433
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2461
                                        'id' => '[A-Za-z0-9\-]+\=*'
2434
                                    ],
2462
                                    ],
2435
                                    'defaults' => [
2463
                                    'defaults' => [
2436
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2464
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2437
                                        'action' => 'privacy',
2465
                                        'action' => 'privacy'
2438
                                    ],
2466
                                    ]
2439
                                ],
2467
                                ]
2440
                            ],
2468
                            ],
2441
                            'website' => [
2469
                            'website' => [
2442
                                'type' => Segment::class,
2470
                                'type' => Segment::class,
2443
                                'options' => [
2471
                                'options' => [
2444
                                    'route' => '/website/:id',
2472
                                    'route' => '/website/:id',
2445
                                    'constraints' => [
2473
                                    'constraints' => [
2446
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2474
                                        'id' => '[A-Za-z0-9\-]+\=*'
2447
                                    ],
2475
                                    ],
2448
                                    'defaults' => [
2476
                                    'defaults' => [
2449
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2477
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2450
                                        'action' => 'website',
2478
                                        'action' => 'website'
2451
                                    ],
2479
                                    ]
2452
                                ],
2480
                                ]
2453
                            ],
2481
                            ],
2454
                            'industry' => [
2482
                            'industry' => [
2455
                                'type' => Segment::class,
2483
                                'type' => Segment::class,
2456
                                'options' => [
2484
                                'options' => [
2457
                                    'route' => '/industry/:id',
2485
                                    'route' => '/industry/:id',
2458
                                    'constraints' => [
2486
                                    'constraints' => [
2459
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2487
                                        'id' => '[A-Za-z0-9\-]+\=*'
2460
                                    ],
2488
                                    ],
2461
                                    'defaults' => [
2489
                                    'defaults' => [
2462
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2490
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2463
                                        'action' => 'industry',
2491
                                        'action' => 'industry'
2464
                                    ],
2492
                                    ]
2465
                                ],
2493
                                ]
2466
                            ],
2494
                            ],
2467
                            'accessibility' => [
2495
                            'accessibility' => [
2468
                                'type' => Segment::class,
2496
                                'type' => Segment::class,
2469
                                'options' => [
2497
                                'options' => [
2470
                                    'route' => '/accessibility/:id',
2498
                                    'route' => '/accessibility/:id',
2471
                                    'constraints' => [
2499
                                    'constraints' => [
2472
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2500
                                        'id' => '[A-Za-z0-9\-]+\=*'
2473
                                    ],
2501
                                    ],
2474
                                    'defaults' => [
2502
                                    'defaults' => [
2475
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2503
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2476
                                        'action' => 'accessibility',
2504
                                        'action' => 'accessibility'
2477
                                    ],
2505
                                    ]
2478
                                ],
2506
                                ]
2479
                            ],
2507
                            ],
2480
                            'type' => [
2508
                            'type' => [
2481
                                'type' => Segment::class,
2509
                                'type' => Segment::class,
2482
                                'options' => [
2510
                                'options' => [
2483
                                    'route' => '/type/:id',
2511
                                    'route' => '/type/:id',
2484
                                    'constraints' => [
2512
                                    'constraints' => [
2485
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2513
                                        'id' => '[A-Za-z0-9\-]+\=*'
2486
                                    ],
2514
                                    ],
2487
                                    'defaults' => [
2515
                                    'defaults' => [
2488
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2516
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2489
                                        'action' => 'type',
2517
                                        'action' => 'type'
2490
                                    ],
2518
                                    ]
2491
                                ],
2519
                                ]
2492
                            ],
2520
                            ],
2493
                            'status' => [
2521
                            'status' => [
2494
                                'type' => Segment::class,
2522
                                'type' => Segment::class,
2495
                                'options' => [
2523
                                'options' => [
2496
                                    'route' => '/status/:id',
2524
                                    'route' => '/status/:id',
2497
                                    'constraints' => [
2525
                                    'constraints' => [
2498
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2526
                                        'id' => '[A-Za-z0-9\-]+\=*'
2499
                                    ],
2527
                                    ],
2500
                                    'defaults' => [
2528
                                    'defaults' => [
2501
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2529
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2502
                                        'action' => 'status',
2530
                                        'action' => 'status'
2503
                                    ],
2531
                                    ]
2504
                                ],
2532
                                ]
2505
                            ],
2533
                            ],
2506
                            'members' => [
2534
                            'members' => [
2507
                                'type' => Segment::class,
2535
                                'type' => Segment::class,
2508
                                'options' => [
2536
                                'options' => [
2509
                                    'route' => '/members/:id',
2537
                                    'route' => '/members/:id',
2510
                                    'constraints' => [
2538
                                    'constraints' => [
2511
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2539
                                        'id' => '[A-Za-z0-9\-]+\=*'
2512
                                    ],
2540
                                    ],
2513
                                    'defaults' => [
2541
                                    'defaults' => [
2514
                                        'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2542
                                        'controller' => '\LeadersLinked\Controller\MyGroupsController',
2515
                                        'action' => 'members',
2543
                                        'action' => 'members'
2516
                                    ],
2544
                                    ]
2517
                                ],
2545
                                ],
2518
                                'may_terminate' => true,
2546
                                'may_terminate' => true,
2519
                                'child_routes' => [
2547
                                'child_routes' => [
2520
                                    'invite' => [
2548
                                    'invite' => [
2521
                                        'type' => Segment::class,
2549
                                        'type' => Segment::class,
2522
                                        'options' => [
2550
                                        'options' => [
2523
                                            'route' => '/invite/:user_id',
2551
                                            'route' => '/invite/:user_id',
2524
                                            'constraints' => [
2552
                                            'constraints' => [
2525
                                                'user_id' => '[A-Za-z0-9\\-]+\\=*',
2553
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
2526
                                            ],
2554
                                            ],
2527
                                            'defaults' => [
2555
                                            'defaults' => [
2528
                                                'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2556
                                                'controller' => '\LeadersLinked\Controller\MyGroupsController',
2529
                                                'action' => 'invite',
2557
                                                'action' => 'invite'
2530
                                            ],
2558
                                            ]
2531
                                        ],
2559
                                        ]
2532
                                    ],
2560
                                    ],
2533
                                    'approve' => [
2561
                                    'approve' => [
2534
                                        'type' => Segment::class,
2562
                                        'type' => Segment::class,
2535
                                        'options' => [
2563
                                        'options' => [
2536
                                            'route' => '/approve/:user_id',
2564
                                            'route' => '/approve/:user_id',
2537
                                            'constraints' => [
2565
                                            'constraints' => [
2538
                                                'user_id' => '[A-Za-z0-9\\-]+\\=*',
2566
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
2539
                                            ],
2567
                                            ],
2540
                                            'defaults' => [
2568
                                            'defaults' => [
2541
                                                'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2569
                                                'controller' => '\LeadersLinked\Controller\MyGroupsController',
2542
                                                'action' => 'approve',
2570
                                                'action' => 'approve'
2543
                                            ],
2571
                                            ]
2544
                                        ],
2572
                                        ]
2545
                                    ],
2573
                                    ],
2546
                                    'reject' => [
2574
                                    'reject' => [
2547
                                        'type' => Segment::class,
2575
                                        'type' => Segment::class,
2548
                                        'options' => [
2576
                                        'options' => [
2549
                                            'route' => '/reject/:user_id',
2577
                                            'route' => '/reject/:user_id',
2550
                                            'constraints' => [
2578
                                            'constraints' => [
2551
                                                'user_id' => '[A-Za-z0-9\\-]+\\=*',
2579
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
2552
                                            ],
2580
                                            ],
2553
                                            'defaults' => [
2581
                                            'defaults' => [
2554
                                                'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2582
                                                'controller' => '\LeadersLinked\Controller\MyGroupsController',
2555
                                                'action' => 'reject',
2583
                                                'action' => 'reject'
2556
                                            ],
2584
                                            ]
2557
                                        ],
2585
                                        ]
2558
                                    ],
2586
                                    ],
2559
                                    'cancel' => [
2587
                                    'cancel' => [
2560
                                        'type' => Segment::class,
2588
                                        'type' => Segment::class,
2561
                                        'options' => [
2589
                                        'options' => [
2562
                                            'route' => '/cancel/:user_id',
2590
                                            'route' => '/cancel/:user_id',
2563
                                            'constraints' => [
2591
                                            'constraints' => [
2564
                                                'user_id' => '[A-Za-z0-9\\-]+\\=*',
2592
                                                'user_id' => '[A-Za-z0-9\-]+\=*'
2565
                                            ],
2593
                                            ],
2566
                                            'defaults' => [
2594
                                            'defaults' => [
2567
                                                'controller' => '\\LeadersLinked\\Controller\\MyGroupsController',
2595
                                                'controller' => '\LeadersLinked\Controller\MyGroupsController',
2568
                                                'action' => 'cancel',
2596
                                                'action' => 'cancel'
2569
                                            ],
2597
                                            ]
2570
                                        ],
2598
                                        ]
2571
                                    ],
2599
                                    ]
2572
                                ],
2600
                                ]
2573
                            ],
2601
                            ]
2574
                        ],
2602
                        ]
2575
                    ],
2603
                    ]
2576
                ],
2604
                ]
2577
            ],
2605
            ],
2578
            'profile' => [
2606
            'profile' => [
2579
                'type' => Literal::class,
2607
                'type' => Literal::class,
2580
                'options' => [
2608
                'options' => [
2581
                    'route' => '/profile',
2609
                    'route' => '/profile',
2582
                    'defaults' => [
2610
                    'defaults' => [
2583
                        'controller' => '\\LeadersLinked\\ControllerProfileController',
2611
                        'controller' => '\LeadersLinked\ControllerProfileController',
2584
                        'action' => 'index',
2612
                        'action' => 'index'
2585
                    ],
2613
                    ]
2586
                ],
2614
                ],
2587
                'may_terminate' => true,
2615
                'may_terminate' => true,
2588
                'child_routes' => [
2616
                'child_routes' => [
-
 
2617
 
2589
                    'people-viewed-profile' => [
2618
                    'people-viewed-profile' => [
2590
                        'type' => Literal::class,
2619
                        'type' => Literal::class,
2591
                        'options' => [
2620
                        'options' => [
2592
                            'route' => '/people-viewed-profile',
2621
                            'route' => '/people-viewed-profile',
2593
                            'defaults' => [
2622
                            'defaults' => [
2594
                                'controller' => '\\LeadersLinked\\Controller\\ProfileController',
2623
                                'controller' => '\LeadersLinked\Controller\ProfileController',
2595
                                'action' => 'peopleViewedProfile',
2624
                                'action' => 'peopleViewedProfile'
2596
                            ],
2625
                            ]
2597
                        ],
2626
                        ]
2598
                    ],
2627
                    ],
2599
                    'view' => [
2628
                    'view' => [
2600
                        'type' => Segment::class,
2629
                        'type' => Segment::class,
2601
                        'options' => [
2630
                        'options' => [
2602
                            'route' => '/view/:id',
2631
                            'route' => '/view/:id',
2603
                            'constraints' => [
2632
                            'constraints' => [
2604
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2633
                                'id' => '[A-Za-z0-9\-]+\=*'
2605
                            ],
2634
                            ],
2606
                            'defaults' => [
2635
                            'defaults' => [
2607
                                'controller' => '\\LeadersLinked\\Controller\\ProfileController',
2636
                                'controller' => '\LeadersLinked\Controller\ProfileController',
2608
                                'action' => 'view',
2637
                                'action' => 'view'
2609
                            ],
2638
                            ]
2610
                        ],
2639
                        ]
2611
                    ],
2640
                    ],
2612
                    'self-evaluation' => [
2641
                    'self-evaluation' => [
2613
                        'type' => Literal::class,
2642
                        'type' => Literal::class,
2614
                        'options' => [
2643
                        'options' => [
2615
                            'route' => '/self-evaluation',
2644
                            'route' => '/self-evaluation',
2616
                            'defaults' => [
2645
                            'defaults' => [
2617
                                'controller' => '\\LeadersLinked\\Controller\\SelfEvaluationController',
2646
                                'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
2618
                                'action' => 'index',
2647
                                'action' => 'index'
2619
                            ],
2648
                            ]
2620
                        ],
2649
                        ],
2621
                        'may_terminate' => true,
2650
                        'may_terminate' => true,
2622
                        'child_routes' => [
2651
                        'child_routes' => [
2623
                            'take-a-test' => [
2652
                            'take-a-test' => [
2624
                                'type' => Segment::class,
2653
                                'type' => Segment::class,
2625
                                'options' => [
2654
                                'options' => [
2626
                                    'route' => '/take-a-test/:id',
2655
                                    'route' => '/take-a-test/:id',
2627
                                    'constraints' => [
2656
                                    'constraints' => [
2628
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2657
                                        'id' => '[A-Za-z0-9\-]+\=*'
2629
                                    ],
2658
                                    ],
2630
                                    'defaults' => [
2659
                                    'defaults' => [
2631
                                        'controller' => '\\LeadersLinked\\Controller\\SelfEvaluationController',
2660
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
2632
                                        'action' => 'takeaTest',
2661
                                        'action' => 'takeaTest'
2633
                                    ],
2662
                                    ]
2634
                                ],
2663
                                ]
2635
                            ],
2664
                            ],
2636
                            'report' => [
2665
                            'report' => [
2637
                                'type' => Segment::class,
2666
                                'type' => Segment::class,
2638
                                'options' => [
2667
                                'options' => [
2639
                                    'route' => '/report/:id',
2668
                                    'route' => '/report/:id',
2640
                                    'constraints' => [
2669
                                    'constraints' => [
2641
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2670
                                        'id' => '[A-Za-z0-9\-]+\=*'
2642
                                    ],
2671
                                    ],
2643
                                    'defaults' => [
2672
                                    'defaults' => [
2644
                                        'controller' => '\\LeadersLinked\\Controller\\SelfEvaluationController',
2673
                                        'controller' => '\LeadersLinked\Controller\SelfEvaluationController',
2645
                                        'action' => 'report',
2674
                                        'action' => 'report'
2646
                                    ],
2675
                                    ]
2647
                                ],
2676
                                ]
2648
                            ],
2677
                            ]
2649
                        ],
2678
                        ]
2650
                    ],
2679
                    ],
2651
                    'performance-evaluation' => [
2680
                    'performance-evaluation' => [
2652
                        'type' => Literal::class,
2681
                        'type' => Literal::class,
2653
                        'options' => [
2682
                        'options' => [
2654
                            'route' => '/performance-evaluation',
2683
                            'route' => '/performance-evaluation',
2655
                            'defaults' => [
2684
                            'defaults' => [
2656
                                'controller' => '\\LeadersLinked\\Controller\\PerformanceEvaluationController',
2685
                                'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
2657
                                'action' => 'index',
2686
                                'action' => 'index'
2658
                            ],
2687
                            ]
2659
                        ],
2688
                        ],
2660
                        'may_terminate' => true,
2689
                        'may_terminate' => true,
2661
                        'child_routes' => [
2690
                        'child_routes' => [
2662
                            'take-a-test' => [
2691
                            'take-a-test' => [
2663
                                'type' => Segment::class,
2692
                                'type' => Segment::class,
2664
                                'options' => [
2693
                                'options' => [
2665
                                    'route' => '/take-a-test/:id',
2694
                                    'route' => '/take-a-test/:id',
2666
                                    'constraints' => [
2695
                                    'constraints' => [
2667
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2696
                                        'id' => '[A-Za-z0-9\-]+\=*'
2668
                                    ],
2697
                                    ],
2669
                                    'defaults' => [
2698
                                    'defaults' => [
2670
                                        'controller' => '\\LeadersLinked\\Controller\\PerformanceEvaluationController',
2699
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
2671
                                        'action' => 'takeaTest',
2700
                                        'action' => 'takeaTest'
2672
                                    ],
2701
                                    ]
2673
                                ],
2702
                                ]
2674
                            ],
2703
                            ],
2675
                            'report' => [
2704
                            'report' => [
2676
                                'type' => Segment::class,
2705
                                'type' => Segment::class,
2677
                                'options' => [
2706
                                'options' => [
2678
                                    'route' => '/report/:id',
2707
                                    'route' => '/report/:id',
2679
                                    'constraints' => [
2708
                                    'constraints' => [
2680
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2709
                                        'id' => '[A-Za-z0-9\-]+\=*'
2681
                                    ],
2710
                                    ],
2682
                                    'defaults' => [
2711
                                    'defaults' => [
2683
                                        'controller' => '\\LeadersLinked\\Controller\\PerformanceEvaluationController',
2712
                                        'controller' => '\LeadersLinked\Controller\PerformanceEvaluationController',
2684
                                        'action' => 'report',
2713
                                        'action' => 'report'
2685
                                    ],
2714
                                    ]
2686
                                ],
2715
                                ]
2687
                            ],
2716
                            ]
2688
                        ],
2717
                        ]
2689
                    ],
2718
                    ],
2690
                    'my-profiles' => [
2719
                    'my-profiles' => [
2691
                        'type' => Literal::class,
2720
                        'type' => Literal::class,
2692
                        'options' => [
2721
                        'options' => [
2693
                            'route' => '/my-profiles',
2722
                            'route' => '/my-profiles',
2694
                            'defaults' => [
2723
                            'defaults' => [
2695
                                'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2724
                                'controller' => '\LeadersLinked\Controller\MyProfilesController',
2696
                                'action' => 'index',
2725
                                'action' => 'index'
2697
                            ],
2726
                            ]
2698
                        ],
2727
                        ],
2699
                        'may_terminate' => true,
2728
                        'may_terminate' => true,
2700
                        'child_routes' => [
2729
                        'child_routes' => [
2701
                            'add' => [
2730
                            'add' => [
2702
                                'type' => Literal::class,
2731
                                'type' => Literal::class,
2703
                                'options' => [
2732
                                'options' => [
2704
                                    'route' => '/add',
2733
                                    'route' => '/add',
2705
                                    'defaults' => [
2734
                                    'defaults' => [
2706
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2735
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2707
                                        'action' => 'add',
2736
                                        'action' => 'add'
2708
                                    ],
2737
                                    ]
2709
                                ],
2738
                                ]
2710
                            ],
2739
                            ],
2711
                            'edit' => [
2740
                            'edit' => [
2712
                                'type' => Segment::class,
2741
                                'type' => Segment::class,
2713
                                'options' => [
2742
                                'options' => [
2714
                                    'route' => '/edit/:id',
2743
                                    'route' => '/edit/:id',
2715
                                    'constraints' => [
2744
                                    'constraints' => [
2716
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2745
                                        'id' => '[A-Za-z0-9\-]+\=*'
2717
                                    ],
2746
                                    ],
2718
                                    'defaults' => [
2747
                                    'defaults' => [
2719
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2748
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2720
                                        'action' => 'edit',
2749
                                        'action' => 'edit'
2721
                                    ],
2750
                                    ]
2722
                                ],
2751
                                ]
2723
                            ],
2752
                            ],
2724
                            'delete' => [
2753
                            'delete' => [
2725
                                'type' => Segment::class,
2754
                                'type' => Segment::class,
2726
                                'options' => [
2755
                                'options' => [
2727
                                    'route' => '/delete/:id',
2756
                                    'route' => '/delete/:id',
2728
                                    'constraints' => [
2757
                                    'constraints' => [
2729
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2758
                                        'id' => '[A-Za-z0-9\-]+\=*'
2730
                                    ],
2759
                                    ],
2731
                                    'defaults' => [
2760
                                    'defaults' => [
2732
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2761
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2733
                                        'action' => 'delete',
2762
                                        'action' => 'delete'
2734
                                    ],
2763
                                    ]
2735
                                ],
2764
                                ]
2736
                            ],
2765
                            ],
2737
                            'extended' => [
2766
                            'extended' => [
2738
                                'type' => Segment::class,
2767
                                'type' => Segment::class,
2739
                                'options' => [
2768
                                'options' => [
2740
                                    'route' => '/extended/:id',
2769
                                    'route' => '/extended/:id',
2741
                                    'constraints' => [
2770
                                    'constraints' => [
2742
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2771
                                        'id' => '[A-Za-z0-9\-]+\=*'
2743
                                    ],
2772
                                    ],
2744
                                    'defaults' => [
2773
                                    'defaults' => [
2745
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2774
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2746
                                        'action' => 'extended',
2775
                                        'action' => 'extended'
2747
                                    ],
2776
                                    ]
2748
                                ],
2777
                                ]
2749
                            ],
2778
                            ],
2750
                            'image' => [
2779
                            'image' => [
2751
                                'type' => Segment::class,
2780
                                'type' => Segment::class,
2752
                                'options' => [
2781
                                'options' => [
2753
                                    'route' => '/image/:id/operation/:operation',
2782
                                    'route' => '/image/:id/operation/:operation',
2754
                                    'constraints' => [
2783
                                    'constraints' => [
2755
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2784
                                        'id' => '[A-Za-z0-9\-]+\=*',
2756
                                        'operation' => 'upload|delete',
2785
                                        'operation' => 'upload|delete'
2757
                                    ],
2786
                                    ],
2758
                                    'defaults' => [
2787
                                    'defaults' => [
2759
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2788
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2760
                                        'action' => 'image',
2789
                                        'action' => 'image'
2761
                                    ],
2790
                                    ]
2762
                                ],
2791
                                ]
2763
                            ],
2792
                            ],
2764
                            'cover' => [
2793
                            'cover' => [
2765
                                'type' => Segment::class,
2794
                                'type' => Segment::class,
2766
                                'options' => [
2795
                                'options' => [
2767
                                    'route' => '/cover/:id/operation/:operation',
2796
                                    'route' => '/cover/:id/operation/:operation',
2768
                                    'constraints' => [
2797
                                    'constraints' => [
2769
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2798
                                        'id' => '[A-Za-z0-9\-]+\=*',
2770
                                        'operation' => 'upload|delete',
2799
                                        'operation' => 'upload|delete'
2771
                                    ],
2800
                                    ],
2772
                                    'defaults' => [
2801
                                    'defaults' => [
2773
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2802
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2774
                                        'action' => 'cover',
2803
                                        'action' => 'cover'
2775
                                    ],
2804
                                    ]
2776
                                ],
2805
                                ]
2777
                            ],
2806
                            ],
2778
                            'experience' => [
2807
                            'experience' => [
2779
                                'type' => Segment::class,
2808
                                'type' => Segment::class,
2780
                                'options' => [
2809
                                'options' => [
2781
                                    'route' => '/experience/:id/operation/:operation[/:user_experience_id]',
2810
                                    'route' => '/experience/:id/operation/:operation[/:user_experience_id]',
2782
                                    'constraints' => [
2811
                                    'constraints' => [
2783
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2812
                                        'id' => '[A-Za-z0-9\-]+\=*',
2784
                                        'operation' => 'add|edit|delete',
2813
                                        'operation' => 'add|edit|delete',
2785
                                        'user_education_id' => '[A-Za-z0-9\\-]+\\=*',
2814
                                        'user_education_id' => '[A-Za-z0-9\-]+\=*'
2786
                                    ],
2815
                                    ],
2787
                                    'defaults' => [
2816
                                    'defaults' => [
2788
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2817
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2789
                                        'action' => 'experience',
2818
                                        'action' => 'experience'
2790
                                    ],
2819
                                    ]
2791
                                ],
2820
                                ]
2792
                            ],
2821
                            ],
2793
                            'education' => [
2822
                            'education' => [
2794
                                'type' => Segment::class,
2823
                                'type' => Segment::class,
2795
                                'options' => [
2824
                                'options' => [
2796
                                    'route' => '/education/:id/operation/:operation[/:user_education_id]',
2825
                                    'route' => '/education/:id/operation/:operation[/:user_education_id]',
2797
                                    'constraints' => [
2826
                                    'constraints' => [
2798
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2827
                                        'id' => '[A-Za-z0-9\-]+\=*',
2799
                                        'operation' => 'add|edit|delete',
2828
                                        'operation' => 'add|edit|delete',
2800
                                        'user_education_id' => '[A-Za-z0-9\\-]+\\=*',
2829
                                        'user_education_id' => '[A-Za-z0-9\-]+\=*'
2801
                                    ],
2830
                                    ],
2802
                                    'defaults' => [
2831
                                    'defaults' => [
2803
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2832
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2804
                                        'action' => 'education',
2833
                                        'action' => 'education'
2805
                                    ],
2834
                                    ]
2806
                                ],
2835
                                ]
2807
                            ],
2836
                            ],
2808
                            'language' => [
2837
                            'language' => [
2809
                                'type' => Segment::class,
2838
                                'type' => Segment::class,
2810
                                'options' => [
2839
                                'options' => [
2811
                                    'route' => '/language/:id',
2840
                                    'route' => '/language/:id',
2812
                                    'constraints' => [
2841
                                    'constraints' => [
2813
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2842
                                        'id' => '[A-Za-z0-9\-]+\=*'
2814
                                    ],
2843
                                    ],
2815
                                    'defaults' => [
2844
                                    'defaults' => [
2816
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2845
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2817
                                        'action' => 'language',
2846
                                        'action' => 'language'
2818
                                    ],
2847
                                    ]
2819
                                ],
2848
                                ]
2820
                            ],
2849
                            ],
2821
                            'location' => [
2850
                            'location' => [
2822
                                'type' => Segment::class,
2851
                                'type' => Segment::class,
2823
                                'options' => [
2852
                                'options' => [
2824
                                    'route' => '/location/:id',
2853
                                    'route' => '/location/:id',
2825
                                    'constraints' => [
2854
                                    'constraints' => [
2826
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2855
                                        'id' => '[A-Za-z0-9\-]+\=*'
2827
                                    ],
2856
                                    ],
2828
                                    'defaults' => [
2857
                                    'defaults' => [
2829
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2858
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2830
                                        'action' => 'location',
2859
                                        'action' => 'location'
2831
                                    ],
2860
                                    ]
2832
                                ],
2861
                                ]
2833
                            ],
2862
                            ],
2834
                            'skill' => [
2863
                            'skill' => [
2835
                                'type' => Segment::class,
2864
                                'type' => Segment::class,
2836
                                'options' => [
2865
                                'options' => [
2837
                                    'route' => '/skill/:id',
2866
                                    'route' => '/skill/:id',
2838
                                    'constraints' => [
2867
                                    'constraints' => [
2839
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2868
                                        'id' => '[A-Za-z0-9\-]+\=*'
2840
                                    ],
2869
                                    ],
2841
                                    'defaults' => [
2870
                                    'defaults' => [
2842
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2871
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2843
                                        'action' => 'skill',
2872
                                        'action' => 'skill'
2844
                                    ],
2873
                                    ]
2845
                                ],
2874
                                ]
2846
                            ],
2875
                            ],
2847
                            'social-network' => [
2876
                            'social-network' => [
2848
                                'type' => Segment::class,
2877
                                'type' => Segment::class,
2849
                                'options' => [
2878
                                'options' => [
2850
                                    'route' => '/social-network/:id',
2879
                                    'route' => '/social-network/:id',
2851
                                    'constraints' => [
2880
                                    'constraints' => [
2852
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2881
                                        'id' => '[A-Za-z0-9\-]+\=*'
2853
                                    ],
2882
                                    ],
2854
                                    'defaults' => [
2883
                                    'defaults' => [
2855
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2884
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2856
                                        'action' => 'socialNetwork',
2885
                                        'action' => 'socialNetwork'
2857
                                    ],
2886
                                    ]
2858
                                ],
2887
                                ]
2859
                            ],
2888
                            ],
2860
                            'aptitude' => [
2889
                            'aptitude' => [
2861
                                'type' => Segment::class,
2890
                                'type' => Segment::class,
2862
                                'options' => [
2891
                                'options' => [
2863
                                    'route' => '/aptitude/:id',
2892
                                    'route' => '/aptitude/:id',
2864
                                    'constraints' => [
2893
                                    'constraints' => [
2865
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2894
                                        'id' => '[A-Za-z0-9\-]+\=*'
2866
                                    ],
2895
                                    ],
2867
                                    'defaults' => [
2896
                                    'defaults' => [
2868
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2897
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2869
                                        'action' => 'aptitude',
2898
                                        'action' => 'aptitude'
2870
                                    ],
2899
                                    ]
2871
                                ],
2900
                                ]
2872
                            ],
2901
                            ],
2873
                            'hobby-and-interest' => [
2902
                            'hobby-and-interest' => [
2874
                                'type' => Segment::class,
2903
                                'type' => Segment::class,
2875
                                'options' => [
2904
                                'options' => [
2876
                                    'route' => '/hobby-and-interest/:id',
2905
                                    'route' => '/hobby-and-interest/:id',
2877
                                    'constraints' => [
2906
                                    'constraints' => [
2878
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
2907
                                        'id' => '[A-Za-z0-9\-]+\=*'
2879
                                    ],
2908
                                    ],
2880
                                    'defaults' => [
2909
                                    'defaults' => [
2881
                                        'controller' => '\\LeadersLinked\\Controller\\MyProfilesController',
2910
                                        'controller' => '\LeadersLinked\Controller\MyProfilesController',
2882
                                        'action' => 'hobbyAndInterest',
2911
                                        'action' => 'hobbyAndInterest'
2883
                                    ],
2912
                                    ]
2884
                                ],
2913
                                ]
2885
                            ],
2914
                            ]
2886
                        ],
2915
                        ]
2887
                    ],
2916
                    ]
2888
                ],
2917
                ]
2889
            ],
2918
            ],
2890
            'company' => [
2919
            'company' => [
2891
                'type' => Literal::class,
2920
                'type' => Literal::class,
2892
                'options' => [
2921
                'options' => [
2893
                    'route' => '/company',
2922
                    'route' => '/company',
2894
                    'defaults' => [
2923
                    'defaults' => [
2895
                        'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2924
                        'controller' => '\LeadersLinked\Controller\CompanyController',
2896
                        'action' => 'index',
2925
                        'action' => 'index'
2897
                    ],
2926
                    ]
2898
                ],
2927
                ],
2899
                'may_terminate' => true,
2928
                'may_terminate' => true,
2900
                'child_routes' => [
2929
                'child_routes' => [
2901
                    'view' => [
2930
                    'view' => [
2902
                        'type' => Segment::class,
2931
                        'type' => Segment::class,
2903
                        'options' => [
2932
                        'options' => [
2904
                            'route' => '/view/:id',
2933
                            'route' => '/view/:id',
2905
                            'constraints' => [
2934
                            'constraints' => [
2906
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2935
                                'id' => '[A-Za-z0-9\-]+\=*'
2907
                            ],
2936
                            ],
2908
                            'defaults' => [
2937
                            'defaults' => [
2909
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2938
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2910
                                'action' => 'view',
2939
                                'action' => 'view'
2911
                            ],
2940
                            ]
2912
                        ],
2941
                        ]
2913
                    ],
2942
                    ],
2914
                    'follow' => [
2943
                    'follow' => [
2915
                        'type' => Segment::class,
2944
                        'type' => Segment::class,
2916
                        'options' => [
2945
                        'options' => [
2917
                            'route' => '/follow/:id',
2946
                            'route' => '/follow/:id',
2918
                            'constraints' => [
2947
                            'constraints' => [
2919
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2948
                                'id' => '[A-Za-z0-9\-]+\=*'
2920
                            ],
2949
                            ],
2921
                            'defaults' => [
2950
                            'defaults' => [
2922
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2951
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2923
                                'action' => 'follow',
2952
                                'action' => 'follow'
2924
                            ],
2953
                            ]
2925
                        ],
2954
                        ]
2926
                    ],
2955
                    ],
2927
                    'unfollow' => [
2956
                    'unfollow' => [
2928
                        'type' => Segment::class,
2957
                        'type' => Segment::class,
2929
                        'options' => [
2958
                        'options' => [
2930
                            'route' => '/unfollow/:id',
2959
                            'route' => '/unfollow/:id',
2931
                            'constraints' => [
2960
                            'constraints' => [
2932
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2961
                                'id' => '[A-Za-z0-9\-]+\=*'
2933
                            ],
2962
                            ],
2934
                            'defaults' => [
2963
                            'defaults' => [
2935
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2964
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2936
                                'action' => 'unfollow',
2965
                                'action' => 'unfollow'
2937
                            ],
2966
                            ]
2938
                        ],
2967
                        ]
2939
                    ],
2968
                    ],
2940
                    'request' => [
2969
                    'request' => [
2941
                        'type' => Segment::class,
2970
                        'type' => Segment::class,
2942
                        'options' => [
2971
                        'options' => [
2943
                            'route' => '/request/:id',
2972
                            'route' => '/request/:id',
2944
                            'constraints' => [
2973
                            'constraints' => [
2945
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2974
                                'id' => '[A-Za-z0-9\-]+\=*'
2946
                            ],
2975
                            ],
2947
                            'defaults' => [
2976
                            'defaults' => [
2948
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2977
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2949
                                'action' => 'request',
2978
                                'action' => 'request'
2950
                            ],
2979
                            ]
2951
                        ],
2980
                        ]
2952
                    ],
2981
                    ],
2953
                    'accept' => [
2982
                    'accept' => [
2954
                        'type' => Segment::class,
2983
                        'type' => Segment::class,
2955
                        'options' => [
2984
                        'options' => [
2956
                            'route' => '/accept/:id',
2985
                            'route' => '/accept/:id',
2957
                            'constraints' => [
2986
                            'constraints' => [
2958
                                'id' => '[A-Za-z0-9\\-]+\\=*',
2987
                                'id' => '[A-Za-z0-9\-]+\=*'
2959
                            ],
2988
                            ],
2960
                            'defaults' => [
2989
                            'defaults' => [
2961
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
2990
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2962
                                'action' => 'accept',
2991
                                'action' => 'accept'
2963
                            ],
2992
                            ]
2964
                        ],
2993
                        ]
2965
                    ],
2994
                    ],
2966
                    'cancel' => [
2995
                    'cancel' => [
2967
                        'type' => Segment::class,
2996
                        'type' => Segment::class,
2968
                        'options' => [
2997
                        'options' => [
2969
                            'route' => '/cancel/:id',
2998
                            'route' => '/cancel/:id',
2970
                            'constraints' => [
2999
                            'constraints' => [
2971
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3000
                                'id' => '[A-Za-z0-9\-]+\=*'
2972
                            ],
3001
                            ],
2973
                            'defaults' => [
3002
                            'defaults' => [
2974
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3003
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2975
                                'action' => 'cancel',
3004
                                'action' => 'cancel'
2976
                            ],
3005
                            ]
2977
                        ],
3006
                        ]
2978
                    ],
3007
                    ],
2979
                    'reject' => [
3008
                    'reject' => [
2980
                        'type' => Segment::class,
3009
                        'type' => Segment::class,
2981
                        'options' => [
3010
                        'options' => [
2982
                            'route' => '/reject/:id',
3011
                            'route' => '/reject/:id',
2983
                            'constraints' => [
3012
                            'constraints' => [
2984
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3013
                                'id' => '[A-Za-z0-9\-]+\=*'
2985
                            ],
3014
                            ],
2986
                            'defaults' => [
3015
                            'defaults' => [
2987
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3016
                                'controller' => '\LeadersLinked\Controller\CompanyController',
2988
                                'action' => 'reject',
3017
                                'action' => 'reject'
2989
                            ],
3018
                            ]
2990
                        ],
3019
                        ]
2991
                    ],
3020
                    ],
2992
                    'leave' => [
3021
                    'leave' => [
2993
                        'type' => Segment::class,
3022
                        'type' => Segment::class,
2994
                        'options' => [
3023
                        'options' => [
2995
                            'route' => '/leave/:id',
3024
                            'route' => '/leave/:id',
2996
                            'constraints' => [
3025
                            'constraints' => [
2997
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3026
                                'id' => '[A-Za-z0-9\-]+\=*'
2998
                            ],
3027
                            ],
2999
                            'defaults' => [
3028
                            'defaults' => [
3000
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3029
                                'controller' => '\LeadersLinked\Controller\CompanyController',
3001
                                'action' => 'leave',
3030
                                'action' => 'leave'
3002
                            ],
3031
                            ]
3003
                        ],
3032
                        ]
3004
                    ],
3033
                    ],
3005
                    'following-companies' => [
3034
                    'following-companies' => [
3006
                        'type' => Literal::class,
3035
                        'type' => Literal::class,
3007
                        'options' => [
3036
                        'options' => [
3008
                            'route' => '/following-companies',
3037
                            'route' => '/following-companies',
3009
                            'defaults' => [
3038
                            'defaults' => [
3010
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3039
                                'controller' => '\LeadersLinked\Controller\CompanyController',
3011
                                'action' => 'followingCompanies',
3040
                                'action' => 'followingCompanies'
3012
                            ],
3041
                            ]
3013
                        ],
3042
                        ]
3014
                    ],
3043
                    ],
3015
                    'requests-sent' => [
3044
                    'requests-sent' => [
3016
                        'type' => Literal::class,
3045
                        'type' => Literal::class,
3017
                        'options' => [
3046
                        'options' => [
3018
                            'route' => '/requests-sent',
3047
                            'route' => '/requests-sent',
3019
                            'defaults' => [
3048
                            'defaults' => [
3020
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3049
                                'controller' => '\LeadersLinked\Controller\CompanyController',
3021
                                'action' => 'requestsSent',
3050
                                'action' => 'requestsSent'
3022
                            ],
3051
                            ]
3023
                        ],
3052
                        ],
3024
                        'may_terminate' => true,
3053
                        'may_terminate' => true
3025
                    ],
3054
                    ],
3026
                    'invitations-received' => [
3055
                    'invitations-received' => [
3027
                        'type' => Literal::class,
3056
                        'type' => Literal::class,
3028
                        'options' => [
3057
                        'options' => [
3029
                            'route' => '/invitations-received',
3058
                            'route' => '/invitations-received',
3030
                            'defaults' => [
3059
                            'defaults' => [
3031
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3060
                                'controller' => '\LeadersLinked\Controller\CompanyController',
3032
                                'action' => 'invitationsReceived',
3061
                                'action' => 'invitationsReceived'
3033
                            ],
3062
                            ]
3034
                        ],
3063
                        ],
3035
                        'may_terminate' => true,
3064
                        'may_terminate' => true
3036
                    ],
3065
                    ],
3037
                    'i-work-with' => [
3066
                    'i-work-with' => [
3038
                        'type' => Literal::class,
3067
                        'type' => Literal::class,
3039
                        'options' => [
3068
                        'options' => [
3040
                            'route' => '/i-work-with',
3069
                            'route' => '/i-work-with',
3041
                            'defaults' => [
3070
                            'defaults' => [
3042
                                'controller' => '\\LeadersLinked\\Controller\\CompanyController',
3071
                                'controller' => '\LeadersLinked\Controller\CompanyController',
3043
                                'action' => 'iWorkWith',
3072
                                'action' => 'iWorkWith'
3044
                            ],
3073
                            ]
3045
                        ],
3074
                        ],
3046
                        'may_terminate' => true,
3075
                        'may_terminate' => true
3047
                    ],
3076
                    ],
3048
                    'my-companies' => [
3077
                    'my-companies' => [
3049
                        'type' => Literal::class,
3078
                        'type' => Literal::class,
3050
                        'options' => [
3079
                        'options' => [
3051
                            'route' => '/my-companies',
3080
                            'route' => '/my-companies',
3052
                            'defaults' => [
3081
                            'defaults' => [
3053
                                'controller' => '\\LeadersLinked\\Controller\\MyCompaniesController',
3082
                                'controller' => '\LeadersLinked\Controller\MyCompaniesController',
3054
                                'action' => 'index',
3083
                                'action' => 'index'
3055
                            ],
3084
                            ]
3056
                        ],
3085
                        ],
3057
                        'may_terminate' => true,
3086
                        'may_terminate' => true,
3058
                        'child_routes' => [
3087
                        'child_routes' => [
3059
                            'add' => [
3088
                            'add' => [
3060
                                'type' => Literal::class,
3089
                                'type' => Literal::class,
3061
                                'options' => [
3090
                                'options' => [
3062
                                    'route' => '/add',
3091
                                    'route' => '/add',
3063
                                    'defaults' => [
3092
                                    'defaults' => [
3064
                                        'controller' => '\\LeadersLinked\\Controller\\MyCompaniesController',
3093
                                        'controller' => '\LeadersLinked\Controller\MyCompaniesController',
3065
                                        'action' => 'add',
3094
                                        'action' => 'add'
3066
                                    ],
3095
                                    ]
3067
                                ],
3096
                                ]
3068
                            ],
3097
                            ]
3069
                        ],
3098
                        ]
3070
                    ],
3099
                    ]
3071
                ],
3100
                ]
3072
            ],
3101
            ],
3073
            'account-settings' => [
3102
            'account-settings' => [
3074
                'type' => Literal::class,
3103
                'type' => Literal::class,
3075
                'options' => [
3104
                'options' => [
3076
                    'route' => '/account-settings',
3105
                    'route' => '/account-settings',
3077
                    'defaults' => [
3106
                    'defaults' => [
3078
                        'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3107
                        'controller' => '\LeadersLinked\Controller\AccountSettingController',
3079
                        'action' => 'index',
3108
                        'action' => 'index'
3080
                    ],
3109
                    ]
3081
                ],
3110
                ],
3082
                'may_terminate' => true,
3111
                'may_terminate' => true,
3083
                'child_routes' => [
3112
                'child_routes' => [
3084
                    'image' => [
3113
                    'image' => [
3085
                        'type' => Segment::class,
3114
                        'type' => Segment::class,
3086
                        'options' => [
3115
                        'options' => [
3087
                            'route' => '/image/:operation',
3116
                            'route' => '/image/:operation',
3088
                            'cconstraints' => [
3117
                            'cconstraints' => [
3089
                                'operation' => 'upload|delete',
3118
                                'operation' => 'upload|delete'
3090
                            ],
3119
                            ],
3091
                            'defaults' => [
3120
                            'defaults' => [
3092
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3121
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3093
                                'action' => 'image',
3122
                                'action' => 'image',
3094
                                'operation' => 'upload',
3123
                                'operation' => 'upload'
3095
                            ],
3124
                            ]
3096
                        ],
3125
                        ]
3097
                    ],
3126
                    ],
3098
                    'deactivate' => [
3127
                    'deactivate' => [
3099
                        'type' => Literal::class,
3128
                        'type' => Literal::class,
3100
                        'options' => [
3129
                        'options' => [
3101
                            'route' => '/deactivate',
3130
                            'route' => '/deactivate',
3102
                            'defaults' => [
3131
                            'defaults' => [
3103
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3132
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3104
                                'action' => 'deactivate',
3133
                                'action' => 'deactivate'
3105
                            ],
3134
                            ]
3106
                        ],
3135
                        ]
3107
                    ],
3136
                    ],
3108
                    'notifications' => [
3137
                    'notifications' => [
3109
                        'type' => Literal::class,
3138
                        'type' => Literal::class,
3110
                        'options' => [
3139
                        'options' => [
3111
                            'route' => '/notification',
3140
                            'route' => '/notification',
3112
                            'defaults' => [
3141
                            'defaults' => [
3113
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3142
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3114
                                'action' => 'notification',
3143
                                'action' => 'notification'
3115
                            ],
3144
                            ]
3116
                        ],
3145
                        ]
3117
                    ],
3146
                    ],
3118
                    'password' => [
3147
                    'password' => [
3119
                        'type' => Literal::class,
3148
                        'type' => Literal::class,
3120
                        'options' => [
3149
                        'options' => [
3121
                            'route' => '/password',
3150
                            'route' => '/password',
3122
                            'defaults' => [
3151
                            'defaults' => [
3123
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3152
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3124
                                'action' => 'password',
3153
                                'action' => 'password'
3125
                            ],
3154
                            ]
3126
                        ],
3155
                        ]
3127
                    ],
3156
                    ],
3128
                    'add-facebook' => [
3157
                    'add-facebook' => [
3129
                        'type' => Literal::class,
3158
                        'type' => Literal::class,
3130
                        'options' => [
3159
                        'options' => [
3131
                            'route' => '/add-facebook',
3160
                            'route' => '/add-facebook',
3132
                            'defaults' => [
3161
                            'defaults' => [
3133
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3162
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3134
                                'action' => 'addFacebook',
3163
                                'action' => 'addFacebook'
3135
                            ],
3164
                            ]
3136
                        ],
3165
                        ]
3137
                    ],
3166
                    ],
3138
                    'remove-facebook' => [
3167
                    'remove-facebook' => [
3139
                        'type' => Literal::class,
3168
                        'type' => Literal::class,
3140
                        'options' => [
3169
                        'options' => [
3141
                            'route' => '/remove-facebook',
3170
                            'route' => '/remove-facebook',
3142
                            'defaults' => [
3171
                            'defaults' => [
3143
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3172
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3144
                                'action' => 'removeFacebook',
3173
                                'action' => 'removeFacebook'
3145
                            ],
3174
                            ]
3146
                        ],
3175
                        ]
3147
                    ],
3176
                    ],
3148
                    'add-twitter' => [
3177
                    'add-twitter' => [
3149
                        'type' => Literal::class,
3178
                        'type' => Literal::class,
3150
                        'options' => [
3179
                        'options' => [
3151
                            'route' => '/add-twitter',
3180
                            'route' => '/add-twitter',
3152
                            'defaults' => [
3181
                            'defaults' => [
3153
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3182
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3154
                                'action' => 'addTwitter',
3183
                                'action' => 'addTwitter'
3155
                            ],
3184
                            ]
3156
                        ],
3185
                        ]
3157
                    ],
3186
                    ],
3158
                    'remove-twitter' => [
3187
                    'remove-twitter' => [
3159
                        'type' => Literal::class,
3188
                        'type' => Literal::class,
3160
                        'options' => [
3189
                        'options' => [
3161
                            'route' => '/remove-twitter',
3190
                            'route' => '/remove-twitter',
3162
                            'defaults' => [
3191
                            'defaults' => [
3163
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3192
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3164
                                'action' => 'removeTwitter',
3193
                                'action' => 'removeTwitter'
3165
                            ],
3194
                            ]
3166
                        ],
3195
                        ]
3167
                    ],
3196
                    ],
3168
                    'add-google' => [
3197
                    'add-google' => [
3169
                        'type' => Literal::class,
3198
                        'type' => Literal::class,
3170
                        'options' => [
3199
                        'options' => [
3171
                            'route' => '/add-google',
3200
                            'route' => '/add-google',
3172
                            'defaults' => [
3201
                            'defaults' => [
3173
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3202
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3174
                                'action' => 'addGoogle',
3203
                                'action' => 'addGoogle'
3175
                            ],
3204
                            ]
3176
                        ],
3205
                        ]
3177
                    ],
3206
                    ],
3178
                    'remove-google' => [
3207
                    'remove-google' => [
3179
                        'type' => Literal::class,
3208
                        'type' => Literal::class,
3180
                        'options' => [
3209
                        'options' => [
3181
                            'route' => '/remove-google',
3210
                            'route' => '/remove-google',
3182
                            'defaults' => [
3211
                            'defaults' => [
3183
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3212
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3184
                                'action' => 'removeGoogle',
3213
                                'action' => 'removeGoogle'
3185
                            ],
3214
                            ]
3186
                        ],
3215
                        ]
3187
                    ],
3216
                    ],
3188
                    'location' => [
3217
                    'location' => [
3189
                        'type' => Literal::class,
3218
                        'type' => Literal::class,
3190
                        'options' => [
3219
                        'options' => [
3191
                            'route' => '/location',
3220
                            'route' => '/location',
3192
                            'defaults' => [
3221
                            'defaults' => [
3193
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3222
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3194
                                'action' => 'location',
3223
                                'action' => 'location'
3195
                            ],
3224
                            ]
3196
                        ],
3225
                        ]
3197
                    ],
3226
                    ],
3198
                    'privacy' => [
3227
                    'privacy' => [
3199
                        'type' => Literal::class,
3228
                        'type' => Literal::class,
3200
                        'options' => [
3229
                        'options' => [
3201
                            'route' => '/privacy',
3230
                            'route' => '/privacy',
3202
                            'defaults' => [
3231
                            'defaults' => [
3203
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3232
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3204
                                'action' => 'privacy',
3233
                                'action' => 'privacy'
3205
                            ],
3234
                            ]
3206
                        ],
3235
                        ]
3207
                    ],
3236
                    ],
3208
                    'basic' => [
3237
                    'basic' => [
3209
                        'type' => Literal::class,
3238
                        'type' => Literal::class,
3210
                        'options' => [
3239
                        'options' => [
3211
                            'route' => '/basic',
3240
                            'route' => '/basic',
3212
                            'defaults' => [
3241
                            'defaults' => [
3213
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3242
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3214
                                'action' => 'basic',
3243
                                'action' => 'basic'
3215
                            ],
3244
                            ]
3216
                        ],
3245
                        ]
3217
                    ],
3246
                    ],
3218
                    'transactions' => [
3247
                    'transactions' => [
3219
                        'type' => Literal::class,
3248
                        'type' => Literal::class,
3220
                        'options' => [
3249
                        'options' => [
3221
                            'route' => '/transactions',
3250
                            'route' => '/transactions',
3222
                            'defaults' => [
3251
                            'defaults' => [
3223
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3252
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3224
                                'action' => 'transactions',
3253
                                'action' => 'transactions'
3225
                            ],
3254
                            ]
3226
                        ],
3255
                        ],
3227
                        'may_terminate' => true,
3256
                        'may_terminate' => true,
3228
                        'child_routes' => [
3257
                        'child_routes' => [
3229
                            'add-funds' => [
3258
                            'add-funds' => [
3230
                                'type' => Literal::class,
3259
                                'type' => Literal::class,
3231
                                'options' => [
3260
                                'options' => [
3232
                                    'route' => '/add-funds',
3261
                                    'route' => '/add-funds',
3233
                                    'defaults' => [
3262
                                    'defaults' => [
3234
                                        'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3263
                                        'controller' => '\LeadersLinked\Controller\AccountSettingController',
3235
                                        'action' => 'addFund',
3264
                                        'action' => 'addFund'
3236
                                    ],
3265
                                    ]
3237
                                ],
3266
                                ]
3238
                            ],
3267
                            ]
3239
                        ],
3268
                        ]
3240
                    ],
3269
                    ],
3241
                    'browsers' => [
3270
                    'browsers' => [
3242
                        'type' => Literal::class,
3271
                        'type' => Literal::class,
3243
                        'options' => [
3272
                        'options' => [
3244
                            'route' => '/browsers',
3273
                            'route' => '/browsers',
3245
                            'defaults' => [
3274
                            'defaults' => [
3246
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3275
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3247
                                'action' => 'browsers',
3276
                                'action' => 'browsers'
3248
                            ],
3277
                            ]
3249
                        ],
3278
                        ]
3250
                    ],
3279
                    ],
3251
                    'ips' => [
3280
                    'ips' => [
3252
                        'type' => Literal::class,
3281
                        'type' => Literal::class,
3253
                        'options' => [
3282
                        'options' => [
3254
                            'route' => '/ips',
3283
                            'route' => '/ips',
3255
                            'defaults' => [
3284
                            'defaults' => [
3256
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3285
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3257
                                'action' => 'ips',
3286
                                'action' => 'ips'
3258
                            ],
3287
                            ]
3259
                        ],
3288
                        ]
3260
                    ],
3289
                    ],
3261
                    'devices' => [
3290
                    'devices' => [
3262
                        'type' => Literal::class,
3291
                        'type' => Literal::class,
3263
                        'options' => [
3292
                        'options' => [
3264
                            'route' => '/devices',
3293
                            'route' => '/devices',
3265
                            'defaults' => [
3294
                            'defaults' => [
3266
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3295
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3267
                                'action' => 'devices',
3296
                                'action' => 'devices'
3268
                            ],
3297
                            ]
3269
                        ],
3298
                        ]
3270
                    ],
3299
                    ],
3271
                    'delete-account' => [
3300
                    'delete-account' => [
3272
                        'type' => Literal::class,
3301
                        'type' => Literal::class,
3273
                        'options' => [
3302
                        'options' => [
3274
                            'route' => '/delete-account',
3303
                            'route' => '/delete-account',
3275
                            'defaults' => [
3304
                            'defaults' => [
3276
                                'controller' => '\\LeadersLinked\\Controller\\AccountSettingController',
3305
                                'controller' => '\LeadersLinked\Controller\AccountSettingController',
3277
                                'action' => 'deleteAccount',
3306
                                'action' => 'deleteAccount'
3278
                            ],
3307
                            ]
3279
                        ],
3308
                        ]
3280
                    ],
3309
                    ]
3281
                ],
3310
                ],
3282
                'may_terminate' => true,
3311
                'may_terminate' => true
3283
            ],
3312
            ],
3284
            'moodle' => [
3313
            'moodle' => [
3285
                'type' => Literal::class,
3314
                'type' => Literal::class,
3286
                'options' => [
3315
                'options' => [
3287
                    'route' => '/moodle',
3316
                    'route' => '/moodle',
3288
                    'defaults' => [
3317
                    'defaults' => [
3289
                        'controller' => '\\LeadersLinked\\Controller\\MoodleController',
3318
                        'controller' => '\LeadersLinked\Controller\MoodleController',
3290
                        'action' => 'index',
3319
                        'action' => 'index'
3291
                    ],
3320
                    ]
3292
                ],
3321
                ],
3293
                'may_terminate' => true,
3322
                'may_terminate' => true
3294
            ],
3323
            ],
3295
            'oauth' => [
3324
            'oauth' => [
3296
                'type' => Literal::class,
3325
                'type' => Literal::class,
3297
                'options' => [
3326
                'options' => [
3298
                    'route' => '/oauth',
3327
                    'route' => '/oauth',
3299
                    'defaults' => [
3328
                    'defaults' => [
3300
                        'controller' => '\\LeadersLinked\\Controller\\OauthController',
3329
                        'controller' => '\LeadersLinked\Controller\OauthController',
3301
                        'action' => 'index',
3330
                        'action' => 'index'
3302
                    ],
3331
                    ]
3303
                ],
3332
                ],
3304
                'may_terminate' => true,
3333
                'may_terminate' => true,
3305
                'child_routes' => [
3334
                'child_routes' => [
3306
                    'facebook' => [
3335
                    'facebook' => [
3307
                        'type' => Literal::class,
3336
                        'type' => Literal::class,
3308
                        'options' => [
3337
                        'options' => [
3309
                            'route' => '/facebook',
3338
                            'route' => '/facebook',
3310
                            'defaults' => [
3339
                            'defaults' => [
3311
                                'controller' => '\\LeadersLinked\\Controller\\OauthController',
3340
                                'controller' => '\LeadersLinked\Controller\OauthController',
3312
                                'action' => 'facebook',
3341
                                'action' => 'facebook'
3313
                            ],
3342
                            ]
3314
                        ],
3343
                        ],
3315
                        'may_terminate' => true,
3344
                        'may_terminate' => true,
3316
                        'child_routes' => [
3345
                        'child_routes' => [
3317
                            'delete' => [
3346
                            'delete' => [
3318
                                'type' => Literal::class,
3347
                                'type' => Literal::class,
3319
                                'options' => [
3348
                                'options' => [
3320
                                    'route' => '/delete',
3349
                                    'route' => '/delete',
3321
                                    'defaults' => [
3350
                                    'defaults' => [
3322
                                        'controller' => '\\LeadersLinked\\Controller\\OauthController',
3351
                                        'controller' => '\LeadersLinked\Controller\OauthController',
3323
                                        'action' => 'facebookDelete',
3352
                                        'action' => 'facebookDelete'
3324
                                    ],
3353
                                    ]
3325
                                ],
3354
                                ],
3326
                                'may_terminate' => true,
3355
                                'may_terminate' => true
3327
                            ],
3356
                            ],
3328
                            'cancel' => [
3357
                            'cancel' => [
3329
                                'type' => Literal::class,
3358
                                'type' => Literal::class,
3330
                                'options' => [
3359
                                'options' => [
3331
                                    'route' => '/cancel',
3360
                                    'route' => '/cancel',
3332
                                    'defaults' => [
3361
                                    'defaults' => [
3333
                                        'controller' => '\\LeadersLinked\\Controller\\OauthController',
3362
                                        'controller' => '\LeadersLinked\Controller\OauthController',
3334
                                        'action' => 'facebookCancel',
3363
                                        'action' => 'facebookCancel'
3335
                                    ],
3364
                                    ]
3336
                                ],
3365
                                ],
3337
                                'may_terminate' => true,
3366
                                'may_terminate' => true
3338
                            ],
3367
                            ]
3339
                        ],
3368
                        ]
3340
                    ],
3369
                    ],
3341
                    'twitter' => [
3370
                    'twitter' => [
3342
                        'type' => Literal::class,
3371
                        'type' => Literal::class,
3343
                        'options' => [
3372
                        'options' => [
3344
                            'route' => '/twitter',
3373
                            'route' => '/twitter',
3345
                            'defaults' => [
3374
                            'defaults' => [
3346
                                'controller' => '\\LeadersLinked\\Controller\\OauthController',
3375
                                'controller' => '\LeadersLinked\Controller\OauthController',
3347
                                'action' => 'twitter',
3376
                                'action' => 'twitter'
3348
                            ],
3377
                            ]
3349
                        ],
3378
                        ],
3350
                        'may_terminate' => true,
3379
                        'may_terminate' => true
3351
                    ],
3380
                    ],
3352
                    'google' => [
3381
                    'google' => [
3353
                        'type' => Literal::class,
3382
                        'type' => Literal::class,
3354
                        'options' => [
3383
                        'options' => [
3355
                            'route' => '/google',
3384
                            'route' => '/google',
3356
                            'defaults' => [
3385
                            'defaults' => [
3357
                                'controller' => '\\LeadersLinked\\Controller\\OauthController',
3386
                                'controller' => '\LeadersLinked\Controller\OauthController',
3358
                                'action' => 'google',
3387
                                'action' => 'google'
3359
                            ],
3388
                            ]
3360
                        ],
3389
                        ],
3361
                        'may_terminate' => true,
3390
                        'may_terminate' => true
3362
                    ],
3391
                    ]
3363
                    /*
3392
                    /*
3364
                 * 'facebook' => [
3393
                 * 'facebook' => [
3365
                 * 'type' => Literal::class,
3394
                 * 'type' => Literal::class,
3366
                 * 'options' => [
3395
                 * 'options' => [
3367
                 * 'route' => '/facebook',
3396
                 * 'route' => '/facebook',
3368
                 * 'defaults' => [
3397
                 * 'defaults' => [
3369
                 * 'controller' => '\\LeadersLinked\\Controller\\OauthController',
3398
                 * 'controller' => '\LeadersLinked\Controller\OauthController',
3370
                 * 'action' => 'facebook'
3399
                 * 'action' => 'facebook'
3371
                 * ]
3400
                 * ]
3372
                 * ],
3401
                 * ],
3373
                 * 'may_terminate' => true,
3402
                 * 'may_terminate' => true,
3374
                 * 'child_routes' => [
3403
                 * 'child_routes' => [
3375
                 * 'cancel' => [
3404
                 * 'cancel' => [
3376
                 * 'type' => Literal::class,
3405
                 * 'type' => Literal::class,
3377
                 * 'options' => [
3406
                 * 'options' => [
3378
                 * 'route' => '/cancel',
3407
                 * 'route' => '/cancel',
3379
                 * 'defaults' => [
3408
                 * 'defaults' => [
3380
                 * 'controller' => '\\LeadersLinked\\Controller\\OauthController',
3409
                 * 'controller' => '\LeadersLinked\Controller\OauthController',
3381
                 * 'action' => 'facebookCancel'
3410
                 * 'action' => 'facebookCancel'
3382
                 * ]
3411
                 * ]
3383
                 * ]
3412
                 * ]
3384
                 * ],
3413
                 * ],
3385
                 * 'delete' => [
3414
                 * 'delete' => [
3386
                 * 'type' => Literal::class,
3415
                 * 'type' => Literal::class,
3387
                 * 'options' => [
3416
                 * 'options' => [
3388
                 * 'route' => '/delete',
3417
                 * 'route' => '/delete',
3389
                 * 'defaults' => [
3418
                 * 'defaults' => [
3390
                 * 'controller' => '\\LeadersLinked\\Controller\\OauthController',
3419
                 * 'controller' => '\LeadersLinked\Controller\OauthController',
3391
                 * 'action' => 'facebookDelete'
3420
                 * 'action' => 'facebookDelete'
3392
                 * ]
3421
                 * ]
3393
                 * ]
3422
                 * ]
3394
                 * ]
3423
                 * ]
3395
                 * ]
3424
                 * ]
3396
                 * ]
3425
                 * ]
3397
                 */
3426
                 */
3398
                ],
3427
                ]
3399
            ],
3428
            ],
3400
            'daily-pulse' => [
3429
            'daily-pulse' => [
3401
                'type' => Literal::class,
3430
                'type' => Literal::class,
3402
                'options' => [
3431
                'options' => [
3403
                    'route' => '/daily-pulse',
3432
                    'route' => '/daily-pulse',
3404
                    'defaults' => [
3433
                    'defaults' => [
3405
                        'controller' => '\\LeadersLinked\\Controller\\DailyPulseController',
3434
                        'controller' => '\LeadersLinked\Controller\DailyPulseController',
3406
                        'action' => 'index',
3435
                        'action' => 'index'
3407
                    ],
3436
                    ]
3408
                ],
3437
                ],
3409
                'may_terminate' => true,
3438
                'may_terminate' => true,
3410
                'child_routes' => [
3439
                'child_routes' => [
3411
                    'how_are_you_feel' => [
3440
                    'how_are_you_feel' => [
3412
                        'type' => Segment::class,
3441
                        'type' => Segment::class,
3413
                        'options' => [
3442
                        'options' => [
3414
                            'route' => '/how_are_you_feel/:id',
3443
                            'route' => '/how_are_you_feel/:id',
3415
                            'constraints' => [
3444
                            'constraints' => [
3416
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3445
                                'id' => '[A-Za-z0-9\-]+\=*'
3417
                            ],
3446
                            ],
3418
                            'defaults' => [
3447
                            'defaults' => [
3419
                                'controller' => '\\LeadersLinked\\Controller\\DailyPulseController',
3448
                                'controller' => '\LeadersLinked\Controller\DailyPulseController',
3420
                                'action' => 'howAreYouFeel',
3449
                                'action' => 'howAreYouFeel'
3421
                            ],
3450
                            ]
3422
                        ],
3451
                        ]
3423
                    ],
3452
                    ],
3424
                    'climate_on_your_organization' => [
3453
                    'climate_on_your_organization' => [
3425
                        'type' => Segment::class,
3454
                        'type' => Segment::class,
3426
                        'options' => [
3455
                        'options' => [
3427
                            'route' => '/climate_on_your_organization/:id',
3456
                            'route' => '/climate_on_your_organization/:id',
3428
                            'constraints' => [
3457
                            'constraints' => [
3429
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3458
                                'id' => '[A-Za-z0-9\-]+\=*'
3430
                            ],
3459
                            ],
3431
                            'defaults' => [
3460
                            'defaults' => [
3432
                                'controller' => '\\LeadersLinked\\Controller\\DailyPulseController',
3461
                                'controller' => '\LeadersLinked\Controller\DailyPulseController',
3433
                                'action' => 'climateOnYourOrganization',
3462
                                'action' => 'climateOnYourOrganization'
3434
                            ],
3463
                            ]
3435
                        ],
3464
                        ]
3436
                    ],
3465
                    ]
3437
                ],
3466
                ]
3438
            ],
3467
            ],
-
 
3468
 
3439
            'helpers' => [
3469
            'helpers' => [
3440
                'type' => Literal::class,
3470
                'type' => Literal::class,
3441
                'options' => [
3471
                'options' => [
3442
                    'route' => '/helpers',
3472
                    'route' => '/helpers',
3443
                    'defaults' => [
3473
                    'defaults' => [
3444
                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3474
                        'controller' => '\LeadersLinked\Controller\HelperController',
3445
                        'action' => 'index',
3475
                        'action' => 'index'
3446
                    ],
3476
                    ]
3447
                ],
3477
                ],
3448
                'may_terminate' => true,
3478
                'may_terminate' => true,
3449
                'child_routes' => [
3479
                'child_routes' => [
3450
                    'menu' => [
3480
                    'menu' => [
3451
                        'type' => Literal::class,
3481
                        'type' => Literal::class,
3452
                        'options' => [
3482
                        'options' => [
3453
                            'route' => '/menu',
3483
                            'route' => '/menu',
3454
                            'defaults' => [
3484
                            'defaults' => [
3455
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3485
                                'controller' => '\LeadersLinked\Controller\HelperController',
3456
                                'action' => 'menu',
3486
                                'action' => 'menu'
3457
                            ],
3487
                            ]
3458
                        ],
3488
                        ]
3459
                    ],
3489
                    ],
-
 
3490
 
3460
                    'search-people' => [
3491
                    'search-people' => [
3461
                        'type' => Literal::class,
3492
                        'type' => Literal::class,
3462
                        'options' => [
3493
                        'options' => [
3463
                            'route' => '/search-people',
3494
                            'route' => '/search-people',
3464
                            'defaults' => [
3495
                            'defaults' => [
3465
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3496
                                'controller' => '\LeadersLinked\Controller\HelperController',
3466
                                'action' => 'searchPeople',
3497
                                'action' => 'searchPeople'
3467
                            ],
3498
                            ]
3468
                        ],
3499
                        ]
3469
                    ],
3500
                    ],
3470
                    'company-suggestion' => [
3501
                    'company-suggestion' => [
3471
                        'type' => Segment::class,
3502
                        'type' => Segment::class,
3472
                        'options' => [
3503
                        'options' => [
3473
                            'route' => '/company-suggestion/:company_id',
3504
                            'route' => '/company-suggestion/:company_id',
3474
                            'constraints' => [
3505
                            'constraints' => [
3475
                                'company_id' => '[A-Za-z0-9\\-]+\\=*',
3506
                                'company_id' => '[A-Za-z0-9\-]+\=*'
3476
                            ],
3507
                            ],
3477
                            'defaults' => [
3508
                            'defaults' => [
3478
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3509
                                'controller' => '\LeadersLinked\Controller\HelperController',
3479
                                'action' => 'companySuggestion',
3510
                                'action' => 'companySuggestion'
3480
                            ],
3511
                            ]
3481
                        ],
3512
                        ]
3482
                    ],
3513
                    ],
3483
                    'posts' => [
3514
                    'posts' => [
3484
                        'type' => Literal::class,
3515
                        'type' => Literal::class,
3485
                        'options' => [
3516
                        'options' => [
3486
                            'route' => '/posts',
3517
                            'route' => '/posts',
3487
                            'defaults' => [
3518
                            'defaults' => [
3488
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3519
                                'controller' => '\LeadersLinked\Controller\HelperController',
3489
                                'action' => 'posts',
3520
                                'action' => 'posts'
3490
                            ],
3521
                            ]
3491
                        ],
3522
                        ]
3492
                    ],
3523
                    ],
3493
                    'people-you-may-know' => [
3524
                    'people-you-may-know' => [
3494
                        'type' => Literal::class,
3525
                        'type' => Literal::class,
3495
                        'options' => [
3526
                        'options' => [
3496
                            'route' => '/people-you-may-know',
3527
                            'route' => '/people-you-may-know',
3497
                            'defaults' => [
3528
                            'defaults' => [
3498
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3529
                                'controller' => '\LeadersLinked\Controller\HelperController',
3499
                                'action' => 'peopleYouMayKnow',
3530
                                'action' => 'peopleYouMayKnow'
3500
                            ],
3531
                            ]
3501
                        ],
3532
                        ]
3502
                    ],
3533
                    ],
3503
                    'people-viewed-profile' => [
3534
                    'people-viewed-profile' => [
3504
                        'type' => Segment::class,
3535
                        'type' => Segment::class,
3505
                        'options' => [
3536
                        'options' => [
3506
                            'route' => '/people-viewed-profile/:user_profile_id',
3537
                            'route' => '/people-viewed-profile/:user_profile_id',
3507
                            'constraints' => [
3538
                            'constraints' => [
3508
                                'user_profile_id' => '[A-Za-z0-9\\-]+\\=*',
3539
                                'user_profile_id' => '[A-Za-z0-9\-]+\=*'
3509
                            ],
3540
                            ],
3510
                            'defaults' => [
3541
                            'defaults' => [
3511
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3542
                                'controller' => '\LeadersLinked\Controller\HelperController',
3512
                                'action' => 'peopleViewedProfile',
3543
                                'action' => 'peopleViewedProfile'
3513
                            ],
3544
                            ]
3514
                        ],
3545
                        ]
3515
                    ],
3546
                    ],
3516
                    'company-follower' => [
3547
                    'company-follower' => [
3517
                        'type' => Segment::class,
3548
                        'type' => Segment::class,
3518
                        'options' => [
3549
                        'options' => [
3519
                            'route' => '/company-follower/:company_id',
3550
                            'route' => '/company-follower/:company_id',
3520
                            'constraints' => [
3551
                            'constraints' => [
3521
                                'company_id' => '[A-Za-z0-9\\-]+\\=*',
3552
                                'company_id' => '[A-Za-z0-9\-]+\=*'
3522
                            ],
3553
                            ],
3523
                            'defaults' => [
3554
                            'defaults' => [
3524
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3555
                                'controller' => '\LeadersLinked\Controller\HelperController',
3525
                                'action' => 'companyFollower',
3556
                                'action' => 'companyFollower'
3526
                            ],
3557
                            ]
3527
                        ],
3558
                        ]
3528
                    ],
3559
                    ],
3529
                    'group-members' => [
3560
                    'group-members' => [
3530
                        'type' => Segment::class,
3561
                        'type' => Segment::class,
3531
                        'options' => [
3562
                        'options' => [
3532
                            'route' => '/group-members/:group_id',
3563
                            'route' => '/group-members/:group_id',
3533
                            'constraints' => [
3564
                            'constraints' => [
3534
                                'group_id' => '[A-Za-z0-9\\-]+\\=*',
3565
                                'group_id' => '[A-Za-z0-9\-]+\=*'
3535
                            ],
3566
                            ],
3536
                            'defaults' => [
3567
                            'defaults' => [
3537
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3568
                                'controller' => '\LeadersLinked\Controller\HelperController',
3538
                                'action' => 'groupMembers',
3569
                                'action' => 'groupMembers'
3539
                            ],
3570
                            ]
3540
                        ],
3571
                        ],
3541
                        'may_terminate' => true,
3572
                        'may_terminate' => true,
3542
                        'child_routes' => [
3573
                        'child_routes' => [
3543
                            'invite' => [
3574
                            'invite' => [
3544
                                'type' => Literal::class,
3575
                                'type' => Literal::class,
3545
                                'options' => [
3576
                                'options' => [
3546
                                    'route' => '/invite',
3577
                                    'route' => '/invite',
3547
                                    'defaults' => [
3578
                                    'defaults' => [
3548
                                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3579
                                        'controller' => '\LeadersLinked\Controller\HelperController',
3549
                                        'action' => 'groupMemberInvite',
3580
                                        'action' => 'groupMemberInvite'
3550
                                    ],
3581
                                    ]
3551
                                ],
3582
                                ]
3552
                            ],
3583
                            ],
3553
                            'reject' => [
3584
                            'reject' => [
3554
                                'type' => Segment::class,
3585
                                'type' => Segment::class,
3555
                                'options' => [
3586
                                'options' => [
3556
                                    'route' => '/reject/:user_id',
3587
                                    'route' => '/reject/:user_id',
3557
                                    'constraints' => [
3588
                                    'constraints' => [
3558
                                        'user_id' => '[A-Za-z0-9\\-]+\\=*',
3589
                                        'user_id' => '[A-Za-z0-9\-]+\=*'
3559
                                    ],
3590
                                    ],
3560
                                    'defaults' => [
3591
                                    'defaults' => [
3561
                                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3592
                                        'controller' => '\LeadersLinked\Controller\HelperController',
3562
                                        'action' => 'groupMemberReject',
3593
                                        'action' => 'groupMemberReject'
3563
                                    ],
3594
                                    ]
3564
                                ],
3595
                                ]
3565
                            ],
3596
                            ],
3566
                            'cancel' => [
3597
                            'cancel' => [
3567
                                'type' => Segment::class,
3598
                                'type' => Segment::class,
3568
                                'options' => [
3599
                                'options' => [
3569
                                    'route' => '/cancel/:user_id',
3600
                                    'route' => '/cancel/:user_id',
3570
                                    'constraints' => [
3601
                                    'constraints' => [
3571
                                        'user_id' => '[A-Za-z0-9\\-]+\\=*',
3602
                                        'user_id' => '[A-Za-z0-9\-]+\=*'
3572
                                    ],
3603
                                    ],
3573
                                    'defaults' => [
3604
                                    'defaults' => [
3574
                                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3605
                                        'controller' => '\LeadersLinked\Controller\HelperController',
3575
                                        'action' => 'groupMemberCancel',
3606
                                        'action' => 'groupMemberCancel'
3576
                                    ],
3607
                                    ]
3577
                                ],
3608
                                ]
3578
                            ],
3609
                            ],
3579
                            'approve' => [
3610
                            'approve' => [
3580
                                'type' => Segment::class,
3611
                                'type' => Segment::class,
3581
                                'options' => [
3612
                                'options' => [
3582
                                    'route' => '/approve/:user_id',
3613
                                    'route' => '/approve/:user_id',
3583
                                    'constraints' => [
3614
                                    'constraints' => [
3584
                                        'user_id' => '[A-Za-z0-9\\-]+\\=*',
3615
                                        'user_id' => '[A-Za-z0-9\-]+\=*'
3585
                                    ],
3616
                                    ],
3586
                                    'defaults' => [
3617
                                    'defaults' => [
3587
                                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3618
                                        'controller' => '\LeadersLinked\Controller\HelperController',
3588
                                        'action' => 'groupMemberApprove',
3619
                                        'action' => 'groupMemberApprove'
3589
                                    ],
3620
                                    ]
3590
                                ],
3621
                                ]
3591
                            ],
3622
                            ]
3592
                        ],
3623
                        ]
3593
                    ],
3624
                    ],
3594
                    'groups-suggestion' => [
3625
                    'groups-suggestion' => [
3595
                        'type' => Literal::class,
3626
                        'type' => Literal::class,
3596
                        'options' => [
3627
                        'options' => [
3597
                            'route' => '/groups-suggestion',
3628
                            'route' => '/groups-suggestion',
3598
                            'defaults' => [
3629
                            'defaults' => [
3599
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3630
                                'controller' => '\LeadersLinked\Controller\HelperController',
3600
                                'action' => 'groupsSuggestion',
3631
                                'action' => 'groupsSuggestion'
3601
                            ],
3632
                            ]
3602
                        ],
3633
                        ]
3603
                    ],
3634
                    ],
3604
                    'my-groups' => [
3635
                    'my-groups' => [
3605
                        'type' => Literal::class,
3636
                        'type' => Literal::class,
3606
                        'options' => [
3637
                        'options' => [
3607
                            'route' => '/my-groups',
3638
                            'route' => '/my-groups',
3608
                            'defaults' => [
3639
                            'defaults' => [
3609
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3640
                                'controller' => '\LeadersLinked\Controller\HelperController',
3610
                                'action' => 'myGroups',
3641
                                'action' => 'myGroups'
3611
                            ],
3642
                            ]
3612
                        ],
3643
                        ]
3613
                    ],
3644
                    ],
3614
                    'group-types' => [
3645
                    'group-types' => [
3615
                        'type' => Literal::class,
3646
                        'type' => Literal::class,
3616
                        'options' => [
3647
                        'options' => [
3617
                            'route' => '/group-types',
3648
                            'route' => '/group-types',
3618
                            'defaults' => [
3649
                            'defaults' => [
3619
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3650
                                'controller' => '\LeadersLinked\Controller\HelperController',
3620
                                'action' => 'groupTypes',
3651
                                'action' => 'groupTypes'
3621
                            ],
3652
                            ]
3622
                        ],
3653
                        ]
3623
                    ],
3654
                    ],
3624
                    'footer' => [
3655
                    'footer' => [
3625
                        'type' => Literal::class,
3656
                        'type' => Literal::class,
3626
                        'options' => [
3657
                        'options' => [
3627
                            'route' => '/footer',
3658
                            'route' => '/footer',
3628
                            'defaults' => [
3659
                            'defaults' => [
3629
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3660
                                'controller' => '\LeadersLinked\Controller\HelperController',
3630
                                'action' => 'footer',
3661
                                'action' => 'footer'
3631
                            ],
3662
                            ]
3632
                        ],
3663
                        ]
3633
                    ],
3664
                    ],
3634
                    'next-events' => [
3665
                    'next-events' => [
3635
                        'type' => Literal::class,
3666
                        'type' => Literal::class,
3636
                        'options' => [
3667
                        'options' => [
3637
                            'route' => '/next-events',
3668
                            'route' => '/next-events',
3638
                            'defaults' => [
3669
                            'defaults' => [
3639
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3670
                                'controller' => '\LeadersLinked\Controller\HelperController',
3640
                                'action' => 'nextEvents',
3671
                                'action' => 'nextEvents'
3641
                            ],
3672
                            ]
3642
                        ],
3673
                        ]
3643
                    ],
3674
                    ],
3644
                    'company-sizes' => [
3675
                    'company-sizes' => [
3645
                        'type' => Literal::class,
3676
                        'type' => Literal::class,
3646
                        'options' => [
3677
                        'options' => [
3647
                            'route' => '/company-sizes',
3678
                            'route' => '/company-sizes',
3648
                            'defaults' => [
3679
                            'defaults' => [
3649
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3680
                                'controller' => '\LeadersLinked\Controller\HelperController',
3650
                                'action' => 'companySizes',
3681
                                'action' => 'companySizes'
3651
                            ],
3682
                            ]
3652
                        ],
3683
                        ]
3653
                    ],
3684
                    ],
3654
                    'degrees' => [
3685
                    'degrees' => [
3655
                        'type' => Literal::class,
3686
                        'type' => Literal::class,
3656
                        'options' => [
3687
                        'options' => [
3657
                            'route' => '/degrees',
3688
                            'route' => '/degrees',
3658
                            'defaults' => [
3689
                            'defaults' => [
3659
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3690
                                'controller' => '\LeadersLinked\Controller\HelperController',
3660
                                'action' => 'degrees',
3691
                                'action' => 'degrees'
3661
                            ],
3692
                            ]
3662
                        ],
3693
                        ]
3663
                    ],
3694
                    ],
3664
                    'languages' => [
3695
                    'languages' => [
3665
                        'type' => Literal::class,
3696
                        'type' => Literal::class,
3666
                        'options' => [
3697
                        'options' => [
3667
                            'route' => '/languages',
3698
                            'route' => '/languages',
3668
                            'defaults' => [
3699
                            'defaults' => [
3669
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3700
                                'controller' => '\LeadersLinked\Controller\HelperController',
3670
                                'action' => 'languages',
3701
                                'action' => 'languages'
3671
                            ],
3702
                            ]
3672
                        ],
3703
                        ]
3673
                    ],
3704
                    ],
-
 
3705
 
3674
                    'skills' => [
3706
                    'skills' => [
3675
                        'type' => Literal::class,
3707
                        'type' => Literal::class,
3676
                        'options' => [
3708
                        'options' => [
3677
                            'route' => '/skills',
3709
                            'route' => '/skills',
3678
                            'defaults' => [
3710
                            'defaults' => [
3679
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3711
                                'controller' => '\LeadersLinked\Controller\HelperController',
3680
                                'action' => 'skills',
3712
                                'action' => 'skills'
3681
                            ],
3713
                            ]
3682
                        ],
3714
                        ]
3683
                    ],
3715
                    ],
-
 
3716
 
3684
                    'aptitudes' => [
3717
                    'aptitudes' => [
3685
                        'type' => Literal::class,
3718
                        'type' => Literal::class,
3686
                        'options' => [
3719
                        'options' => [
3687
                            'route' => '/aptitudes',
3720
                            'route' => '/aptitudes',
3688
                            'defaults' => [
3721
                            'defaults' => [
3689
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3722
                                'controller' => '\LeadersLinked\Controller\HelperController',
3690
                                'action' => 'aptitudes',
3723
                                'action' => 'aptitudes'
3691
                            ],
3724
                            ]
3692
                        ],
3725
                        ]
3693
                    ],
3726
                    ],
-
 
3727
 
3694
                    'hobbies' => [
3728
                    'hobbies' => [
3695
                        'type' => Literal::class,
3729
                        'type' => Literal::class,
3696
                        'options' => [
3730
                        'options' => [
3697
                            'route' => '/hobbies',
3731
                            'route' => '/hobbies',
3698
                            'defaults' => [
3732
                            'defaults' => [
3699
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3733
                                'controller' => '\LeadersLinked\Controller\HelperController',
3700
                                'action' => 'hobbies',
3734
                                'action' => 'hobbies'
3701
                            ],
3735
                            ]
3702
                        ],
3736
                        ]
3703
                    ],
3737
                    ],
-
 
3738
 
3704
                    'industries' => [
3739
                    'industries' => [
3705
                        'type' => Literal::class,
3740
                        'type' => Literal::class,
3706
                        'options' => [
3741
                        'options' => [
3707
                            'route' => '/industries',
3742
                            'route' => '/industries',
3708
                            'defaults' => [
3743
                            'defaults' => [
3709
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3744
                                'controller' => '\LeadersLinked\Controller\HelperController',
3710
                                'action' => 'industries',
3745
                                'action' => 'industries'
3711
                            ],
3746
                            ]
3712
                        ],
3747
                        ]
3713
                    ],
3748
                    ],
-
 
3749
 
3714
                    'timezones' => [
3750
                    'timezones' => [
3715
                        'type' => Literal::class,
3751
                        'type' => Literal::class,
3716
                        'options' => [
3752
                        'options' => [
3717
                            'route' => '/timezones',
3753
                            'route' => '/timezones',
3718
                            'defaults' => [
3754
                            'defaults' => [
3719
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3755
                                'controller' => '\LeadersLinked\Controller\HelperController',
3720
                                'action' => 'timeZones',
3756
                                'action' => 'timeZones'
3721
                            ],
3757
                            ]
3722
                        ],
3758
                        ]
3723
                    ],
3759
                    ],
-
 
3760
 
3724
                    'abuse-report' => [
3761
                    'abuse-report' => [
3725
                        'type' => Segment::class,
3762
                        'type' => Segment::class,
3726
                        'options' => [
3763
                        'options' => [
3727
                            'route' => '/abuse-report/:type/:id',
3764
                            'route' => '/abuse-report/:type/:id',
3728
                            'constraints' => [
3765
                            'constraints' => [
3729
                                'type' => 'feed|post|comment|message|chat-message|chat-group-message',
3766
                                'type' => 'feed|post|comment|message|chat-message|chat-group-message',
3730
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3767
                                'id' => '[A-Za-z0-9\-]+\=*'
3731
                            ],
3768
                            ],
3732
                            'defaults' => [
3769
                            'defaults' => [
3733
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3770
                                'controller' => '\LeadersLinked\Controller\HelperController',
3734
                                'action' => 'abuseReport',
3771
                                'action' => 'abuseReport'
3735
                            ],
3772
                            ]
3736
                        ],
3773
                        ]
3737
                    ],
3774
                    ],
-
 
3775
 
3738
                    'habits-and-skills' => [
3776
                    'habits-and-skills' => [
3739
                        'type' => Literal::class,
3777
                        'type' => Literal::class,
3740
                        'options' => [
3778
                        'options' => [
3741
                            'route' => '/habits-and-skills',
3779
                            'route' => '/habits-and-skills',
-
 
3780
 
3742
                            'defaults' => [
3781
                            'defaults' => [
3743
                                'controller' => '\\LeadersLinked\\Controller\\HelperController',
3782
                                'controller' => '\LeadersLinked\Controller\HelperController',
3744
                                'action' => 'habitsAndSkills',
3783
                                'action' => 'habitsAndSkills'
3745
                            ],
3784
                            ]
3746
                        ],
3785
                        ],
3747
                        'may_terminate' => true,
3786
                        'may_terminate' => true,
3748
                        'child_routes' => [
3787
                        'child_routes' => [
3749
                            'get' => [
3788
                            'get' => [
3750
                                'type' => Segment::class,
3789
                                'type' => Segment::class,
3751
                                'options' => [
3790
                                'options' => [
3752
                                    'route' => '/get/:id',
3791
                                    'route' => '/get/:id',
3753
                                    'constraints' => [
3792
                                    'constraints' => [
3754
                                        'id' => '[A-Za-z0-9\\-]+\\=*',
3793
                                        'id' => '[A-Za-z0-9\-]+\=*'
3755
                                    ],
3794
                                    ],
3756
                                    'defaults' => [
3795
                                    'defaults' => [
3757
                                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3796
                                        'controller' => '\LeadersLinked\Controller\HelperController',
3758
                                        'action' => 'habitsAndSkillsGet',
3797
                                        'action' => 'habitsAndSkillsGet'
3759
                                    ],
3798
                                    ]
3760
                                ],
3799
                                ]
3761
                            ],
3800
                            ],
3762
                            'my' => [
3801
                            'my' => [
3763
                                'type' => Literal::class,
3802
                                'type' => Literal::class,
3764
                                'options' => [
3803
                                'options' => [
3765
                                    'route' => '/my',
3804
                                    'route' => '/my',
3766
                                    'defaults' => [
3805
                                    'defaults' => [
3767
                                        'controller' => '\\LeadersLinked\\Controller\\HelperController',
3806
                                        'controller' => '\LeadersLinked\Controller\HelperController',
3768
                                        'action' => 'myHabitsAndSkillsGet',
3807
                                        'action' => 'myHabitsAndSkillsGet'
3769
                                    ],
3808
                                    ]
3770
                                ],
3809
                                ]
3771
                            ],
3810
                            ]
3772
                        ],
3811
                        ]
3773
                    ],
3812
                    ]
3774
                ],
3813
                ]
3775
            ],
3814
            ],
3776
            'help' => [
3815
            'help' => [
3777
                'type' => Literal::class,
3816
                'type' => Literal::class,
3778
                'options' => [
3817
                'options' => [
3779
                    'route' => '/help',
3818
                    'route' => '/help',
3780
                    'defaults' => [
3819
                    'defaults' => [
3781
                        'controller' => '\\LeadersLinked\\Controller\\HelpController',
3820
                        'controller' => '\LeadersLinked\Controller\HelpController',
3782
                        'action' => 'send',
3821
                        'action' => 'send'
3783
                    ],
3822
                    ]
3784
                ],
3823
                ],
3785
                'may_terminate' => true,
3824
                'may_terminate' => true
3786
            ],
3825
            ],
-
 
3826
 
3787
            'marketplace' => [
3827
            'marketplace' => [
3788
                'type' => Literal::class,
3828
                'type' => Literal::class,
3789
                'options' => [
3829
                'options' => [
3790
                    'route' => '/marketplace',
3830
                    'route' => '/marketplace',
3791
                    'defaults' => [
3831
                    'defaults' => [
3792
                        'controller' => '\\LeadersLinked\\Controller\\MarketPlaceController',
3832
                        'controller' => '\LeadersLinked\Controller\MarketPlaceController',
3793
                        'action' => 'index',
3833
                        'action' => 'index'
3794
                    ],
3834
                    ]
3795
                ],
3835
                ],
3796
                'may_terminate' => true,
3836
                'may_terminate' => true,
3797
                'child_routes' => [
3837
                'child_routes' => [
3798
                    'categories' => [
3838
                    'categories' => [
3799
                        'type' => Segment::class,
3839
                        'type' => Segment::class,
3800
                        'options' => [
3840
                        'options' => [
3801
                            'route' => '/categories',
3841
                            'route' => '/categories',
3802
                            'defaults' => [
3842
                            'defaults' => [
3803
                                'controller' => '\\LeadersLinked\\Controller\\MarketPlaceController',
3843
                                'controller' => '\LeadersLinked\Controller\MarketPlaceController',
3804
                                'action' => 'getCategories',
3844
                                'action' => 'getCategories'
3805
                            ],
3845
                            ]
3806
                        ],
3846
                        ]
3807
                    ],
3847
                    ],
3808
                    'enroll' => [
3848
                    'enroll' => [
3809
                        'type' => Segment::class,
3849
                        'type' => Segment::class,
3810
                        'options' => [
3850
                        'options' => [
3811
                            'route' => '/enroll/:company_id/:topic_id/:capsule_id',
3851
                            'route' => '/enroll/:company_id/:topic_id/:capsule_id',
3812
                            'constraints' => [
3852
                            'constraints' => [
3813
                                'company_id' => '[A-Za-z0-9\\-]+\\=*',
3853
                                'company_id' => '[A-Za-z0-9\-]+\=*',
3814
                                'topic_id' => '[A-Za-z0-9\\-]+\\=*',
3854
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
3815
                                'capsule_id' => '[A-Za-z0-9\\-]+\\=*',
3855
                                'capsule_id' => '[A-Za-z0-9\-]+\=*'
3816
                            ],
3856
                            ],
3817
                            'defaults' => [
3857
                            'defaults' => [
3818
                                'controller' => '\\LeadersLinked\\Controller\\MarketPlaceController',
3858
                                'controller' => '\LeadersLinked\Controller\MarketPlaceController',
3819
                                'action' => 'enroll',
3859
                                'action' => 'enroll'
3820
                            ],
3860
                            ]
3821
                        ],
3861
                        ]
3822
                    ],
3862
                    ],
3823
                    'claim' => [
3863
                    'claim' => [
3824
                        'type' => Segment::class,
3864
                        'type' => Segment::class,
3825
                        'options' => [
3865
                        'options' => [
3826
                            'route' => '/claim/:id',
3866
                            'route' => '/claim/:id',
3827
                            'constraints' => [
3867
                            'constraints' => [
3828
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3868
                                'id' => '[A-Za-z0-9\-]+\=*'
3829
                            ],
3869
                            ],
3830
                            'defaults' => [
3870
                            'defaults' => [
3831
                                'controller' => '\\LeadersLinked\\Controller\\MarketPlaceController',
3871
                                'controller' => '\LeadersLinked\Controller\MarketPlaceController',
3832
                                'action' => 'claim',
3872
                                'action' => 'claim'
3833
                            ],
3873
                            ]
3834
                        ],
3874
                        ]
3835
                    ],
3875
                    ]
3836
                ],
3876
                ]
3837
            ],
3877
            ],
3838
            'microlearning' => [
3878
            'microlearning' => [
3839
                'type' => Literal::class,
3879
                'type' => Literal::class,
3840
                'options' => [
3880
                'options' => [
3841
                    'route' => '/microlearning',
3881
                    'route' => '/microlearning',
3842
                    'defaults' => [
3882
                    'defaults' => [
3843
                        'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3883
                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
3844
                        'action' => 'index',
3884
                        'action' => 'index'
3845
                    ],
3885
                    ]
3846
                ],
3886
                ],
3847
                'may_terminate' => true,
3887
                'may_terminate' => true,
3848
                'child_routes' => [
3888
                'child_routes' => [
3849
                    'profile' => [
3889
                    'profile' => [
3850
                        'type' => Segment::class,
3890
                        'type' => Segment::class,
3851
                        'options' => [
3891
                        'options' => [
3852
                            'route' => '/profile',
3892
                            'route' => '/profile',
3853
                            'defaults' => [
3893
                            'defaults' => [
3854
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3894
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3855
                                'action' => 'profile',
3895
                                'action' => 'profile'
3856
                            ],
3896
                            ]
3857
                        ],
3897
                        ]
3858
                    ],
3898
                    ],
3859
                    'companies' => [
3899
                    'companies' => [
3860
                        'type' => Segment::class,
3900
                        'type' => Segment::class,
3861
                        'options' => [
3901
                        'options' => [
3862
                            'route' => '/companies',
3902
                            'route' => '/companies',
3863
                            'defaults' => [
3903
                            'defaults' => [
3864
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3904
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3865
                                'action' => 'companies',
3905
                                'action' => 'companies'
3866
                            ],
3906
                            ]
3867
                        ],
3907
                        ]
3868
                    ],
3908
                    ],
3869
                    'progress' => [
3909
                    'progress' => [
3870
                        'type' => Segment::class,
3910
                        'type' => Segment::class,
3871
                        'options' => [
3911
                        'options' => [
3872
                            'route' => '/progress/:id',
3912
                            'route' => '/progress/:id',
3873
                            'constraints' => [
3913
                            'constraints' => [
3874
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3914
                                'id' => '[A-Za-z0-9\-]+\=*'
3875
                            ],
3915
                            ],
3876
                            'defaults' => [
3916
                            'defaults' => [
3877
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3917
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3878
                                'action' => 'progress',
3918
                                'action' => 'progress'
3879
                            ],
3919
                            ]
3880
                        ],
3920
                        ]
3881
                    ],
3921
                    ],
3882
                    'timeline' => [
3922
                    'timeline' => [
3883
                        'type' => Segment::class,
3923
                        'type' => Segment::class,
3884
                        'options' => [
3924
                        'options' => [
3885
                            'route' => '/timeline',
3925
                            'route' => '/timeline',
3886
                            'defaults' => [
3926
                            'defaults' => [
3887
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3927
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3888
                                'action' => 'timeline',
3928
                                'action' => 'timeline'
3889
                            ],
3929
                            ]
3890
                        ],
3930
                        ]
3891
                    ],
3931
                    ],
3892
                    'topics' => [
3932
                    'topics' => [
3893
                        'type' => Segment::class,
3933
                        'type' => Segment::class,
3894
                        'options' => [
3934
                        'options' => [
3895
                            'route' => '/topics',
3935
                            'route' => '/topics',
3896
                            'defaults' => [
3936
                            'defaults' => [
3897
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3937
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3898
                                'action' => 'topics',
3938
                                'action' => 'topics'
3899
                            ],
-
 
3900
                        ],
-
 
3901
                        'may_terminate' => true,
-
 
3902
                    ],
-
 
3903
                    'topic' => [
-
 
3904
                        'type' => Segment::class,
-
 
3905
                        'options' => [
-
 
3906
                            'route' => '/topics/:id',
-
 
3907
                            'constraints' => [
-
 
3908
                                'id' => '[A-Za-z0-9\\-]+\\=*',
-
 
3909
                            ],
-
 
3910
                            'defaults' => [
-
 
3911
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
-
 
3912
                                'action' => 'getTopic',
-
 
3913
                            ],
3939
                            ]
3914
                        ],
3940
                        ],
3915
                        'may_terminate' => true,
3941
                        'may_terminate' => true,
-
 
3942
                        'child_routes' => [
-
 
3943
                            'topic' => [
-
 
3944
                                'type' => Segment::class,
-
 
3945
                                'options' => [
-
 
3946
                                    'route' => '/:id',
-
 
3947
                                    'constraints' => [
-
 
3948
                                        'id' => '[A-Za-z0-9\-]+\=*'
-
 
3949
                                    ],
-
 
3950
                                    'defaults' => [
-
 
3951
                                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
-
 
3952
                                        'action' => 'getTopic'
-
 
3953
                                    ]
-
 
3954
                                ]
-
 
3955
                            ]
-
 
3956
                        ]
3916
                    ],
3957
                    ],
3917
                    'take-a-test' => [
3958
                    'take-a-test' => [
3918
                        'type' => Segment::class,
3959
                        'type' => Segment::class,
3919
                        'options' => [
3960
                        'options' => [
3920
                            'route' => '/take-a-test/:slide_id',
3961
                            'route' => '/take-a-test/:slide_id',
3921
                            'constraints' => [
3962
                            'constraints' => [
3922
                                'slide_id' => '[A-Za-z0-9\\-]+\\=*',
3963
                                'slide_id' => '[A-Za-z0-9\-]+\=*'
3923
                            ],
3964
                            ],
3924
                            'defaults' => [
3965
                            'defaults' => [
3925
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3966
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3926
                                'action' => 'takeTest',
3967
                                'action' => 'takeTest'
3927
                            ],
3968
                            ]
3928
                        ],
3969
                        ],
3929
                        'may_terminate' => true,
3970
                        'may_terminate' => true
3930
                    ],
3971
                    ],
3931
                    'capsules' => [
3972
                    'capsules' => [
3932
                        'type' => Segment::class,
3973
                        'type' => Segment::class,
3933
                        'options' => [
3974
                        'options' => [
3934
                            'route' => '/capsules/:topic_id',
3975
                            'route' => '/capsules/:topic_id',
3935
                            'constraints' => [
3976
                            'constraints' => [
3936
                                'topic_id' => '[A-Za-z0-9\\-]+\\=*',
3977
                                'topic_id' => '[A-Za-z0-9\-]+\=*'
3937
                            ],
3978
                            ],
3938
                            'defaults' => [
3979
                            'defaults' => [
3939
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3980
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3940
                                'action' => 'capsules',
3981
                                'action' => 'capsules'
3941
                            ],
3982
                            ]
3942
                        ],
3983
                        ],
3943
                        'may_terminate' => true,
3984
                        'may_terminate' => true
3944
                    ],
3985
                    ],
3945
                    'get-capsule' => [
3986
                    'get-capsule' => [
3946
                        'type' => Segment::class,
3987
                        'type' => Segment::class,
3947
                        'options' => [
3988
                        'options' => [
3948
                            'route' => '/get-capsule/:id',
3989
                            'route' => '/get-capsule/:id',
3949
                            'constraints' => [
3990
                            'constraints' => [
3950
                                'id' => '[A-Za-z0-9\\-]+\\=*',
3991
                                'id' => '[A-Za-z0-9\-]+\=*'
3951
                            ],
3992
                            ],
3952
                            'defaults' => [
3993
                            'defaults' => [
3953
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
3994
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3954
                                'action' => 'getCapsule',
3995
                                'action' => 'getCapsule'
3955
                            ],
3996
                            ],
3956
                            'may_terminate' => true,
3997
                            'may_terminate' => true
3957
                        ],
3998
                        ]
3958
                    ],
3999
                    ],
3959
                    'slides' => [
4000
                    'slides' => [
3960
                        'type' => Segment::class,
4001
                        'type' => Segment::class,
3961
                        'options' => [
4002
                        'options' => [
3962
                            'route' => '/slides/:topic_id/:capsule_id',
4003
                            'route' => '/slides/:topic_id/:capsule_id',
3963
                            'constraints' => [
4004
                            'constraints' => [
3964
                                'topic_id' => '[A-Za-z0-9\\-]+\\=*',
4005
                                'topic_id' => '[A-Za-z0-9\-]+\=*',
3965
                                'capsule_id' => '[A-Za-z0-9\\-]+\\=*',
4006
                                'capsule_id' => '[A-Za-z0-9\-]+\=*'
3966
                            ],
4007
                            ],
3967
                            'defaults' => [
4008
                            'defaults' => [
3968
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4009
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3969
                                'action' => 'slides',
4010
                                'action' => 'slides'
3970
                            ],
4011
                            ]
3971
                        ],
4012
                        ],
3972
                        'may_terminate' => true,
4013
                        'may_terminate' => true
3973
                    ],
4014
                    ],
3974
                    'get-slide' => [
4015
                    'get-slide' => [
3975
                        'type' => Segment::class,
4016
                        'type' => Segment::class,
3976
                        'options' => [
4017
                        'options' => [
3977
                            'route' => '/get-slide/:id',
4018
                            'route' => '/get-slide/:id',
3978
                            'constraints' => [
4019
                            'constraints' => [
3979
                                'id' => '[A-Za-z0-9\\-]+\\=*',
4020
                                'id' => '[A-Za-z0-9\-]+\=*'
3980
                            ],
4021
                            ],
3981
                            'defaults' => [
4022
                            'defaults' => [
3982
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4023
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
3983
                                'action' => 'getSlide',
4024
                                'action' => 'getSlide'
3984
                            ],
4025
                            ]
3985
                        ],
4026
                        ],
3986
                        'may_terminate' => true,
4027
                        'may_terminate' => true
3987
                    ],
4028
                    ],
3988
                    'sync' => [
4029
                    'sync' => [
-
 
4030
 
3989
                        'type' => Segment::class,
4031
                        'type' => Segment::class,
3990
                        'options' => [
4032
                        'options' => [
3991
                            'route' => '/sync/operation/:operation/topic/:topic_uuid[/capsule/:capsule_uuid][/slide/:slide_uuid][/]',
4033
                            'route' => '/sync/operation/:operation/topic/:topic_uuid[/capsule/:capsule_uuid][/slide/:slide_uuid][/]',
3992
                            'constraints' => [
4034
                            'constraints' => [
3993
                                'topic_uuid' => '[A-Za-z0-9\\-]+\\=*',
4035
                                'topic_uuid' => '[A-Za-z0-9\-]+\=*',
3994
                                'capsule_uuid' => '[A-Za-z0-9\\-]+\\=*',
4036
                                'capsule_uuid' => '[A-Za-z0-9\-]+\=*',
3995
                                'slide_uuid' => '[A-Za-z0-9\\-]+\\=*',
4037
                                'slide_uuid' => '[A-Za-z0-9\-]+\=*',
3996
                                'operation' => 'slide-view|capsule-close|topic-close',
4038
                                'operation' => 'slide-view|capsule-close|topic-close'
3997
                            ],
4039
                            ],
3998
                            'defaults' => [
4040
                            'defaults' => [
3999
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4041
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4000
                                'action' => 'sync',
4042
                                'action' => 'sync'
4001
                            ],
4043
                            ]
4002
                        ],
4044
                        ]
4003
                    ],
4045
                    ],
4004
                    'last-capsule-in-progress' => [
4046
                    'last-capsule-in-progress' => [
4005
                        'type' => Segment::class,
4047
                        'type' => Segment::class,
4006
                        'options' => [
4048
                        'options' => [
4007
                            'route' => '/last-capsule-in-progress',
4049
                            'route' => '/last-capsule-in-progress',
4008
                            'defaults' => [
4050
                            'defaults' => [
4009
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4051
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4010
                                'action' => 'lastCapsuleInProgress',
4052
                                'action' => 'lastCapsuleInProgress'
4011
                            ],
4053
                            ]
4012
                        ],
4054
                        ]
4013
                    ],
4055
                    ],
4014
                    'capsules-pending' => [
4056
                    'capsules-pending' => [
4015
                        'type' => Segment::class,
4057
                        'type' => Segment::class,
4016
                        'options' => [
4058
                        'options' => [
4017
                            'route' => '/capsules-pending',
4059
                            'route' => '/capsules-pending',
4018
                            'defaults' => [
4060
                            'defaults' => [
4019
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4061
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4020
                                'action' => 'capsulesPending',
4062
                                'action' => 'capsulesPending'
4021
                            ],
4063
                            ]
4022
                        ],
4064
                        ]
4023
                    ],
4065
                    ],
4024
                    'capsules-completed' => [
4066
                    'capsules-completed' => [
4025
                        'type' => Segment::class,
4067
                        'type' => Segment::class,
4026
                        'options' => [
4068
                        'options' => [
4027
                            'route' => '/capsules-completed',
4069
                            'route' => '/capsules-completed',
4028
                            'defaults' => [
4070
                            'defaults' => [
4029
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4071
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4030
                                'action' => 'capsulesCompleted',
4072
                                'action' => 'capsulesCompleted'
4031
                            ],
4073
                            ]
4032
                        ],
4074
                        ]
4033
                    ],
4075
                    ],
4034
                    'capsules-in-progress' => [
4076
                    'capsules-in-progress' => [
4035
                        'type' => Segment::class,
4077
                        'type' => Segment::class,
4036
                        'options' => [
4078
                        'options' => [
4037
                            'route' => '/capsules-in-progress',
4079
                            'route' => '/capsules-in-progress',
4038
                            'defaults' => [
4080
                            'defaults' => [
4039
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4081
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4040
                                'action' => 'capsulesInProgress',
4082
                                'action' => 'capsulesInProgress'
4041
                            ],
4083
                            ]
4042
                        ],
4084
                        ]
4043
                    ],
4085
                    ],
4044
                    'capsules-comments' => [
4086
                    'capsules-comments' => [
4045
                        'type' => Segment::class,
4087
                        'type' => Segment::class,
4046
                        'options' => [
4088
                        'options' => [
4047
                            'route' => '/capsules-comments/:capsule_id',
4089
                            'route' => '/capsules-comments/:capsule_id',
4048
                            'constraints' => [
4090
                            'constraints' => [
4049
                                'capsule_id' => '[A-Za-z0-9\\-]+\\=*',
4091
                                'capsule_id' => '[A-Za-z0-9\-]+\=*'
4050
                            ],
4092
                            ],
4051
                            'defaults' => [
4093
                            'defaults' => [
4052
                                'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4094
                                'controller' => '\LeadersLinked\Controller\MicrolearningController',
4053
                                'action' => 'capsuleComments',
4095
                                'action' => 'capsuleComments'
4054
                            ],
4096
                            ]
4055
                        ],
4097
                        ],
4056
                        'may_terminate' => true,
4098
                        'may_terminate' => true,
4057
                        'child_routes' => [
4099
                        'child_routes' => [
4058
                            'add' => [
4100
                            'add' => [
4059
                                'type' => Segment::class,
4101
                                'type' => Segment::class,
4060
                                'options' => [
4102
                                'options' => [
4061
                                    'route' => '/add',
4103
                                    'route' => '/add',
4062
                                    'defaults' => [
4104
                                    'defaults' => [
4063
                                        'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4105
                                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
4064
                                        'action' => 'capsuleAddMyComment',
4106
                                        'action' => 'capsuleAddMyComment'
4065
                                    ],
4107
                                    ]
4066
                                ],
4108
                                ]
4067
                            ],
4109
                            ],
4068
                            'delete' => [
4110
                            'delete' => [
4069
                                'type' => Segment::class,
4111
                                'type' => Segment::class,
4070
                                'options' => [
4112
                                'options' => [
4071
                                    'route' => '/delete/:comment_id',
4113
                                    'route' => '/delete/:comment_id',
4072
                                    'constraints' => [
4114
                                    'constraints' => [
4073
                                        'comment_id' => '[A-Za-z0-9\\-]+\\=*',
4115
                                        'comment_id' => '[A-Za-z0-9\-]+\=*'
4074
                                    ],
4116
                                    ],
4075
                                    'defaults' => [
4117
                                    'defaults' => [
4076
                                        'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4118
                                        'controller' => '\LeadersLinked\Controller\MicrolearningController',
4077
                                        'action' => 'capsuleDeleteMyComment',
4119
                                        'action' => 'capsuleDeleteMyComment'
4078
                                    ],
4120
                                    ]
4079
                                ],
4121
                                ]
4080
                            ],
4122
                            ]
4081
                        ],
4123
                        ]
4082
                    ],
4124
                    ]
-
 
4125
 
4083
                    /*
4126
                    /*
4084
                 *
4127
                 *
4085
                 * 'capsule' => [
4128
                 * 'capsule' => [
4086
                 * 'type' => Segment::class,
4129
                 * 'type' => Segment::class,
4087
                 * 'options' => [
4130
                 * 'options' => [
4088
                 * 'route' => '/capsule',
4131
                 * 'route' => '/capsule',
4089
                 * 'defaults' => [
4132
                 * 'defaults' => [
4090
                 * 'controller' => '\\LeadersLinked\\Controller\\MicrolearningController',
4133
                 * 'controller' => '\LeadersLinked\Controller\MicrolearningController',
4091
                 * 'action' => 'lastCapsuleInProgress'
4134
                 * 'action' => 'lastCapsuleInProgress'
4092
                 * ]
4135
                 * ]
4093
                 * ]
4136
                 * ]
4094
                 * ],
4137
                 * ],
4095
                 *
4138
                 *
Línea 4097... Línea 4140...
4097
                 * capsuleCommentsAction
4140
                 * capsuleCommentsAction
4098
                 * capsuleDeleteMyCommentAction
4141
                 * capsuleDeleteMyCommentAction
4099
                 * capsuleAddMyCommentAction
4142
                 * capsuleAddMyCommentAction
4100
                 *
4143
                 *
4101
                 */
4144
                 */
4102
                ],
4145
                ]
4103
            ],
4146
            ],
-
 
4147
 
4104
            'services' => [
4148
            'services' => [
4105
                'type' => Literal::class,
4149
                'type' => Literal::class,
4106
                'options' => [
4150
                'options' => [
4107
                    'route' => '/services',
4151
                    'route' => '/services',
4108
                    'defaults' => [
4152
                    'defaults' => [
4109
                        'controller' => '\\LeadersLinked\\Controller\\ServiceController',
4153
                        'controller' => '\LeadersLinked\Controller\ServiceController',
4110
                        'action' => 'index',
4154
                        'action' => 'index'
4111
                    ],
4155
                    ]
4112
                ],
4156
                ],
4113
                'may_terminate' => true,
4157
                'may_terminate' => true,
4114
                'child_routes' => [
4158
                'child_routes' => [
4115
                    'device' => [
4159
                    'device' => [
4116
                        'type' => Literal::class,
4160
                        'type' => Literal::class,
4117
                        'options' => [
4161
                        'options' => [
4118
                            'route' => '/device',
4162
                            'route' => '/device',
4119
                            'defaults' => [
4163
                            'defaults' => [
4120
                                'controller' => '\\LeadersLinked\\Controller\\ServiceController',
4164
                                'controller' => '\LeadersLinked\Controller\ServiceController',
4121
                                'action' => 'device',
4165
                                'action' => 'device'
4122
                            ],
4166
                            ]
4123
                        ],
4167
                        ]
4124
                    ],
4168
                    ],
4125
                    'fcm' => [
4169
                    'fcm' => [
4126
                        'type' => Literal::class,
4170
                        'type' => Literal::class,
4127
                        'options' => [
4171
                        'options' => [
4128
                            'route' => '/fcm',
4172
                            'route' => '/fcm',
4129
                            'defaults' => [
4173
                            'defaults' => [
4130
                                'controller' => '\\LeadersLinked\\Controller\\ServiceController',
4174
                                'controller' => '\LeadersLinked\Controller\ServiceController',
4131
                                'action' => 'fcm',
4175
                                'action' => 'fcm'
4132
                            ],
4176
                            ]
4133
                        ],
4177
                        ]
4134
                    ],
4178
                    ],
4135
                    'signin' => [
4179
                    'signin' => [
4136
                        'type' => Literal::class,
4180
                        'type' => Literal::class,
4137
                        'options' => [
4181
                        'options' => [
4138
                            'route' => '/signin',
4182
                            'route' => '/signin',
4139
                            'defaults' => [
4183
                            'defaults' => [
4140
                                'controller' => '\\LeadersLinked\\Controller\\ServiceController',
4184
                                'controller' => '\LeadersLinked\Controller\ServiceController',
4141
                                'action' => 'signin',
4185
                                'action' => 'signin'
4142
                            ],
4186
                            ]
4143
                        ],
4187
                        ]
4144
                    ],
4188
                    ],
4145
                    'signout' => [
4189
                    'signout' => [
4146
                        'type' => Literal::class,
4190
                        'type' => Literal::class,
4147
                        'options' => [
4191
                        'options' => [
4148
                            'route' => '/signout',
4192
                            'route' => '/signout',
4149
                            'defaults' => [
4193
                            'defaults' => [
4150
                                'controller' => '\\LeadersLinked\\Controller\\ServiceController',
4194
                                'controller' => '\LeadersLinked\Controller\ServiceController',
4151
                                'action' => 'signout',
4195
                                'action' => 'signout'
4152
                            ],
4196
                            ]
4153
                        ],
4197
                        ]
4154
                    ],
4198
                    ]
4155
                ],
4199
                ]
4156
            ],
4200
            ]
4157
        ],
4201
        ]
4158
    ],
4202
    ],
4159
    'controllers' => [
4203
    'controllers' => [
4160
        'factories' => [
4204
        'factories' => [
4161
            \LeadersLinked\Controller\AbuseReportController::class => \LeadersLinked\Factory\Controller\AbuseReportControllerFactory::class,
4205
            \LeadersLinked\Controller\AbuseReportController::class => \LeadersLinked\Factory\Controller\AbuseReportControllerFactory::class,
-
 
4206
 
4162
            \LeadersLinked\Controller\AccountSettingController::class => \LeadersLinked\Factory\Controller\AccountSettingControllerFactory::class,
4207
            \LeadersLinked\Controller\AccountSettingController::class => \LeadersLinked\Factory\Controller\AccountSettingControllerFactory::class,
4163
            \LeadersLinked\Controller\AuthController::class => \LeadersLinked\Factory\Controller\AuthControllerFactory::class,
4208
            \LeadersLinked\Controller\AuthController::class => \LeadersLinked\Factory\Controller\AuthControllerFactory::class,
4164
            \LeadersLinked\Controller\BackendController::class => \LeadersLinked\Factory\Controller\BackendControllerFactory::class,
4209
            \LeadersLinked\Controller\BackendController::class => \LeadersLinked\Factory\Controller\BackendControllerFactory::class,
4165
            \LeadersLinked\Controller\CalendarController::class => \LeadersLinked\Factory\Controller\CalendarControllerFactory::class,
4210
            \LeadersLinked\Controller\CalendarController::class => \LeadersLinked\Factory\Controller\CalendarControllerFactory::class,
4166
            \LeadersLinked\Controller\CompanyController::class => \LeadersLinked\Factory\Controller\CompanyControllerFactory::class,
4211
            \LeadersLinked\Controller\CompanyController::class => \LeadersLinked\Factory\Controller\CompanyControllerFactory::class,
Línea 4187... Línea 4232...
4187
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
4232
            \LeadersLinked\Controller\ProfileController::class => \LeadersLinked\Factory\Controller\ProfileControllerFactory::class,
4188
            \LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
4233
            \LeadersLinked\Controller\ProfileMicrolearningController::class => \LeadersLinked\Factory\Controller\ProfileMicrolearningControllerFactory::class,
4189
            // \LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
4234
            // \LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
4190
            // \LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
4235
            // \LeadersLinked\Controller\PerformanceEvaluationController::class => \LeadersLinked\Factory\Controller\PerformanceEvaluationControllerFactory::class,
4191
            \LeadersLinked\Controller\MyCoachController::class => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
4236
            \LeadersLinked\Controller\MyCoachController::class => \LeadersLinked\Factory\Controller\MyCoachControllerFactory::class,
-
 
4237
 
4192
            \LeadersLinked\Controller\KnowledgeAreaController::class => \LeadersLinked\Factory\Controller\KnowledgeAreaControllerFactory::class,
4238
            \LeadersLinked\Controller\KnowledgeAreaController::class => \LeadersLinked\Factory\Controller\KnowledgeAreaControllerFactory::class,
4193
            \LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
4239
            \LeadersLinked\Controller\MyProfilesController::class => \LeadersLinked\Factory\Controller\MyProfilesControllerFactory::class,
4194
            \LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
4240
            \LeadersLinked\Controller\SearchController::class => \LeadersLinked\Factory\Controller\SearchControllerFactory::class,
4195
            \LeadersLinked\Controller\ShorterController::class => \LeadersLinked\Factory\Controller\ShorterControllerFactory::class,
4241
            \LeadersLinked\Controller\ShorterController::class => \LeadersLinked\Factory\Controller\ShorterControllerFactory::class,
-
 
4242
 
4196
            \LeadersLinked\Controller\ServiceController::class => \LeadersLinked\Factory\Controller\ServiceControllerFactory::class,
4243
            \LeadersLinked\Controller\ServiceController::class => \LeadersLinked\Factory\Controller\ServiceControllerFactory::class,
-
 
4244
 
4197
            \LeadersLinked\Controller\HabitController::class => \LeadersLinked\Factory\Controller\HabitControllerFactory::class,
4245
            \LeadersLinked\Controller\HabitController::class => \LeadersLinked\Factory\Controller\HabitControllerFactory::class,
4198
            \LeadersLinked\Controller\HabitValueController::class => \LeadersLinked\Factory\Controller\HabitValueControllerFactory::class,
4246
            \LeadersLinked\Controller\HabitValueController::class => \LeadersLinked\Factory\Controller\HabitValueControllerFactory::class,
4199
            \LeadersLinked\Controller\HabitParadigmController::class => \LeadersLinked\Factory\Controller\HabitParadigmControllerFactory::class,
4247
            \LeadersLinked\Controller\HabitParadigmController::class => \LeadersLinked\Factory\Controller\HabitParadigmControllerFactory::class,
4200
            \LeadersLinked\Controller\HabitPurposeController::class => \LeadersLinked\Factory\Controller\HabitPurposeControllerFactory::class,
4248
            \LeadersLinked\Controller\HabitPurposeController::class => \LeadersLinked\Factory\Controller\HabitPurposeControllerFactory::class,
4201
            \LeadersLinked\Controller\HabitSkillController::class => \LeadersLinked\Factory\Controller\HabitSkillControllerFactory::class,
4249
            \LeadersLinked\Controller\HabitSkillController::class => \LeadersLinked\Factory\Controller\HabitSkillControllerFactory::class,
4202
            \LeadersLinked\Controller\HabitSkillRegisterController::class => \LeadersLinked\Factory\Controller\HabitSkillRegisterControllerFactory::class,
4250
            \LeadersLinked\Controller\HabitSkillRegisterController::class => \LeadersLinked\Factory\Controller\HabitSkillRegisterControllerFactory::class,
4203
            \LeadersLinked\Controller\HabitGoalController::class => \LeadersLinked\Factory\Controller\HabitGoalControllerFactory::class,
4251
            \LeadersLinked\Controller\HabitGoalController::class => \LeadersLinked\Factory\Controller\HabitGoalControllerFactory::class,
4204
            \LeadersLinked\Controller\HabitReportController::class => \LeadersLinked\Factory\Controller\HabitReportControllerFactory::class,
4252
            \LeadersLinked\Controller\HabitReportController::class => \LeadersLinked\Factory\Controller\HabitReportControllerFactory::class,
4205
            \LeadersLinked\Controller\RecruitmentPreAplicationController::class => \LeadersLinked\Factory\Controller\RecruitmentPreAplicationControllerFactory::class,
4253
            \LeadersLinked\Controller\RecruitmentPreAplicationController::class => \LeadersLinked\Factory\Controller\RecruitmentPreAplicationControllerFactory::class,
4206
            \LeadersLinked\Controller\RecruitmentCreateJobDescriptionController::class => \LeadersLinked\Factory\Controller\RecruitmentCreateJobDescriptionControllerFactory::class,
4254
            \LeadersLinked\Controller\RecruitmentCreateJobDescriptionController::class => \LeadersLinked\Factory\Controller\RecruitmentCreateJobDescriptionControllerFactory::class,
-
 
4255
 
4207
        ],
4256
        ],
4208
        'aliases' => [
4257
        'aliases' => [
4209
            '\\LeadersLinked\\Controller\\AbuseReportController' => \LeadersLinked\Controller\AbuseReportController::class,
4258
            '\LeadersLinked\Controller\AbuseReportController' => \LeadersLinked\Controller\AbuseReportController::class,
-
 
4259
 
4210
            '\\LeadersLinked\\Controller\\AuthController' => \LeadersLinked\Controller\AuthController::class,
4260
            '\LeadersLinked\Controller\AuthController' => \LeadersLinked\Controller\AuthController::class,
4211
            '\\LeadersLinked\\Controller\\BackendController' => \LeadersLinked\Controller\BackendController::class,
4261
            '\LeadersLinked\Controller\BackendController' => \LeadersLinked\Controller\BackendController::class,
4212
            '\\LeadersLinked\\Controller\\AccountSettingController' => \LeadersLinked\Controller\AccountSettingController::class,
4262
            '\LeadersLinked\Controller\AccountSettingController' => \LeadersLinked\Controller\AccountSettingController::class,
4213
            '\\LeadersLinked\\Controller\\CalendarController' => \LeadersLinked\Controller\CalendarController::class,
4263
            '\LeadersLinked\Controller\CalendarController' => \LeadersLinked\Controller\CalendarController::class,
4214
            '\\LeadersLinked\\Controller\\CompanyController' => \LeadersLinked\Controller\CompanyController::class,
4264
            '\LeadersLinked\Controller\CompanyController' => \LeadersLinked\Controller\CompanyController::class,
4215
            '\\LeadersLinked\\Controller\\ConnectionController' => \LeadersLinked\Controller\ConnectionController::class,
4265
            '\LeadersLinked\Controller\ConnectionController' => \LeadersLinked\Controller\ConnectionController::class,
4216
            '\\LeadersLinked\\Controller\\DashboardController' => \LeadersLinked\Controller\DashboardController::class,
4266
            '\LeadersLinked\Controller\DashboardController' => \LeadersLinked\Controller\DashboardController::class,
4217
            '\\LeadersLinked\\Controller\\HomeController' => \LeadersLinked\Controller\HomeController::class,
4267
            '\LeadersLinked\Controller\HomeController' => \LeadersLinked\Controller\HomeController::class,
4218
            '\\LeadersLinked\\Controller\\HelpController' => \LeadersLinked\Controller\HelpController::class,
4268
            '\LeadersLinked\Controller\HelpController' => \LeadersLinked\Controller\HelpController::class,
4219
            '\\LeadersLinked\\Controller\\HelperController' => \LeadersLinked\Controller\HelperController::class,
4269
            '\LeadersLinked\Controller\HelperController' => \LeadersLinked\Controller\HelperController::class,
4220
            '\\LeadersLinked\\Controller\\FeedController' => \LeadersLinked\Controller\FeedController::class,
4270
            '\LeadersLinked\Controller\FeedController' => \LeadersLinked\Controller\FeedController::class,
4221
            '\\LeadersLinked\\Controller\\ImpersonateController' => \LeadersLinked\Controller\ImpersonateController::class,
4271
            '\LeadersLinked\Controller\ImpersonateController' => \LeadersLinked\Controller\ImpersonateController::class,
4222
            '\\LeadersLinked\\Controller\\InMailController' => \LeadersLinked\Controller\InMailController::class,
4272
            '\LeadersLinked\Controller\InMailController' => \LeadersLinked\Controller\InMailController::class,
4223
            '\\LeadersLinked\\Controller\\JobController' => \LeadersLinked\Controller\JobController::class,
4273
            '\LeadersLinked\Controller\JobController' => \LeadersLinked\Controller\JobController::class,
4224
            '\\LeadersLinked\\Controller\\GroupController' => \LeadersLinked\Controller\GroupController::class,
4274
            '\LeadersLinked\Controller\GroupController' => \LeadersLinked\Controller\GroupController::class,
4225
            '\\LeadersLinked\\Controller\\MyGroupsController' => \LeadersLinked\Controller\MyGroupsController::class,
4275
            '\LeadersLinked\Controller\MyGroupsController' => \LeadersLinked\Controller\MyGroupsController::class,
4226
            '\\LeadersLinked\\Controller\\MyCompaniesController' => \LeadersLinked\Controller\MyCompaniesController::class,
4276
            '\LeadersLinked\Controller\MyCompaniesController' => \LeadersLinked\Controller\MyCompaniesController::class,
4227
            '\\LeadersLinked\\Controller\\PaypalController' => \LeadersLinked\Controller\PaypalController::class,
4277
            '\LeadersLinked\Controller\PaypalController' => \LeadersLinked\Controller\PaypalController::class,
4228
            '\\LeadersLinked\\Controller\\PostController' => \LeadersLinked\Controller\PostController::class,
4278
            '\LeadersLinked\Controller\PostController' => \LeadersLinked\Controller\PostController::class,
4229
            '\\LeadersLinked\\Controller\\ProfileController' => \LeadersLinked\Controller\ProfileController::class,
4279
            '\LeadersLinked\Controller\ProfileController' => \LeadersLinked\Controller\ProfileController::class,
-
 
4280
 
4230
            '\\LeadersLinked\\Controller\\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
4281
            '\LeadersLinked\Controller\MicrolearningController' => \LeadersLinked\Controller\MicrolearningController::class,
4231
            '\\LeadersLinked\\Controller\\MyProfilesController' => \LeadersLinked\Controller\MyProfilesController::class,
4282
            '\LeadersLinked\Controller\MyProfilesController' => \LeadersLinked\Controller\MyProfilesController::class,
4232
            '\\LeadersLinked\\Controller\\MarketPlaceController' => \LeadersLinked\Controller\MarketPlaceController::class,
4283
            '\LeadersLinked\Controller\MarketPlaceController' => \LeadersLinked\Controller\MarketPlaceController::class,
4233
            '\\LeadersLinked\\Controller\\MoodleController' => \LeadersLinked\Controller\MoodleController::class,
4284
            '\LeadersLinked\Controller\MoodleController' => \LeadersLinked\Controller\MoodleController::class,
4234
            '\\LeadersLinked\\Controller\\NotificationController' => \LeadersLinked\Controller\NotificationController::class,
4285
            '\LeadersLinked\Controller\NotificationController' => \LeadersLinked\Controller\NotificationController::class,
4235
            '\\LeadersLinked\\Controller\\SearchController' => \LeadersLinked\Controller\SearchController::class,
4286
            '\LeadersLinked\Controller\SearchController' => \LeadersLinked\Controller\SearchController::class,
4236
            '\\LeadersLinked\\Controller\\OauthController' => \LeadersLinked\Controller\OauthController::class,
4287
            '\LeadersLinked\Controller\OauthController' => \LeadersLinked\Controller\OauthController::class,
4237
            '\\LeadersLinked\\Controller\\ShorterController' => \LeadersLinked\Controller\ShorterController::class,
4288
            '\LeadersLinked\Controller\ShorterController' => \LeadersLinked\Controller\ShorterController::class,
-
 
4289
 
4238
            '\\LeadersLinked\\Controller\\KnowledgeAreaController' => \LeadersLinked\Controller\KnowledgeAreaController::class,
4290
            '\LeadersLinked\Controller\KnowledgeAreaController' => \LeadersLinked\Controller\KnowledgeAreaController::class,
4239
            '\\LeadersLinked\\Controller\\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
4291
            '\LeadersLinked\Controller\MyCoachController' => \LeadersLinked\Controller\MyCoachController::class,
4240
            '\\LeadersLinked\\Controller\\DailyPulseController' => \LeadersLinked\Controller\DailyPulseController::class,
4292
            '\LeadersLinked\Controller\DailyPulseController' => \LeadersLinked\Controller\DailyPulseController::class,
-
 
4293
 
4241
            '\\LeadersLinked\\Controller\\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
4294
            '\LeadersLinked\Controller\ServiceController' => \LeadersLinked\Controller\ServiceController::class,
-
 
4295
 
4242
            '\\LeadersLinked\\Controller\\HabitController' => \LeadersLinked\Controller\HabitController::class,
4296
            '\LeadersLinked\Controller\HabitController' => \LeadersLinked\Controller\HabitController::class,
4243
            '\\LeadersLinked\\Controller\\HabitValueController' => \LeadersLinked\Controller\HabitValueController::class,
4297
            '\LeadersLinked\Controller\HabitValueController' => \LeadersLinked\Controller\HabitValueController::class,
4244
            '\\LeadersLinked\\Controller\\HabitParadigmController' => \LeadersLinked\Controller\HabitParadigmController::class,
4298
            '\LeadersLinked\Controller\HabitParadigmController' => \LeadersLinked\Controller\HabitParadigmController::class,
4245
            '\\LeadersLinked\\Controller\\HabitPurposeController' => \LeadersLinked\Controller\HabitPurposeController::class,
4299
            '\LeadersLinked\Controller\HabitPurposeController' => \LeadersLinked\Controller\HabitPurposeController::class,
4246
            '\\LeadersLinked\\Controller\\HabitSkillController' => \LeadersLinked\Controller\HabitSkillController::class,
4300
            '\LeadersLinked\Controller\HabitSkillController' => \LeadersLinked\Controller\HabitSkillController::class,
4247
            '\\LeadersLinked\\Controller\\HabitSkillRegisterController' => \LeadersLinked\Controller\HabitSkillRegisterController::class,
4301
            '\LeadersLinked\Controller\HabitSkillRegisterController' => \LeadersLinked\Controller\HabitSkillRegisterController::class,
4248
            '\\LeadersLinked\\Controller\\HabitGoalController' => \LeadersLinked\Controller\HabitGoalController::class,
4302
            '\LeadersLinked\Controller\HabitGoalController' => \LeadersLinked\Controller\HabitGoalController::class,
4249
            '\\LeadersLinked\\Controller\\HabitReportController' => \LeadersLinked\Controller\HabitReportController::class,
4303
            '\LeadersLinked\Controller\HabitReportController' => \LeadersLinked\Controller\HabitReportController::class,
4250
            '\\LeadersLinked\\Controller\\RecruitmentPreAplicationController' => \LeadersLinked\Controller\RecruitmentPreAplicationController::class,
4304
            '\LeadersLinked\Controller\RecruitmentPreAplicationController' => \LeadersLinked\Controller\RecruitmentPreAplicationController::class,
4251
            '\\LeadersLinked\\Controller\\RecruitmentCreateJobDescriptionController' => \LeadersLinked\Controller\RecruitmentCreateJobDescriptionController::class,
4305
            '\LeadersLinked\Controller\RecruitmentCreateJobDescriptionController' => \LeadersLinked\Controller\RecruitmentCreateJobDescriptionController::class,
4252
            // '\\LeadersLinked\\Controller\\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
4306
            // '\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
4253
            // '\\LeadersLinked\\Controller\\ZoomController' => \LeadersLinked\Controller\ZoomController::class,
4307
            // '\LeadersLinked\Controller\ZoomController' => \LeadersLinked\Controller\ZoomController::class,
4254
        ],
4308
        ]
4255
    ],
4309
    ],
4256
    'laminas-cli' => [
4310
    'laminas-cli' => [
4257
        'commands' => [
4311
        'commands' => [
4258
            'process-scheduled-content' => \LeadersLinked\Command\ProcessScheduledContentCommand::class,
4312
            'process-scheduled-content' => \LeadersLinked\Command\ProcessScheduledContentCommand::class,
4259
            'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
4313
            'process-queue-email' => \LeadersLinked\Command\ProcessQueueEmailCommand::class,
Línea 4265... Línea 4319...
4265
            'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
4319
            'check-preview-poster-for-feed' => \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class,
4266
            'daily-pulse-simulate' => \LeadersLinked\Command\DailyPulseSimulateCommand::class,
4320
            'daily-pulse-simulate' => \LeadersLinked\Command\DailyPulseSimulateCommand::class,
4267
            'check-external-credenditals' => \LeadersLinked\Command\CheckExternalCredentialsCommand::class,
4321
            'check-external-credenditals' => \LeadersLinked\Command\CheckExternalCredentialsCommand::class,
4268
            'send-data-to-s3-command' => \LeadersLinked\Command\SendDataToS3Command::class,
4322
            'send-data-to-s3-command' => \LeadersLinked\Command\SendDataToS3Command::class,
4269
            'test-command' => \LeadersLinked\Command\TestCommand::class,
4323
            'test-command' => \LeadersLinked\Command\TestCommand::class,
4270
            'test-send-push' => \LeadersLinked\Command\TestSendPushCommand::class,
4324
            'test-send-push' => \LeadersLinked\Command\TestSendPushCommand::class
4271
        ],
4325
        ]
4272
    ],
4326
    ],
4273
    'listeners' => [ // \LeadersLinked\Listener\CorsRequestListener::class,
4327
    'listeners' => [ // \LeadersLinked\Listener\CorsRequestListener::class,
4274
    ],
4328
    ],
4275
    'service_manager' => [
4329
    'service_manager' => [
4276
        'abstract_factories' => [
4330
        'abstract_factories' => [
4277
            \Laminas\Db\Adapter\AdapterAbstractServiceFactory::class,
4331
            \Laminas\Db\Adapter\AdapterAbstractServiceFactory::class
4278
        ],
4332
        ],
4279
        'factories' => [
4333
        'factories' => [
4280
            'RenderingStrategy' => function ($container) {
4334
            'RenderingStrategy' => function ($container) {
4281
                $translator = $container->get('MvcTranslator');
4335
                $translator = $container->get('MvcTranslator');
4282
                return new \LeadersLinked\View\RenderingStrategy($translator);
4336
                return new \LeadersLinked\View\RenderingStrategy($translator);
Línea 4285... Línea 4339...
4285
            //
4339
            //
4286
            // return new \LeadersLinked\Listener\CorsRequestListener();
4340
            // return new \LeadersLinked\Listener\CorsRequestListener();
4287
            // },
4341
            // },
4288
            'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
4342
            'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
4289
            'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
4343
            'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
-
 
4344
 
4290
            \LeadersLinked\Command\ProcessQueueEmailCommand::class => \LeadersLinked\Factory\Command\ProcessQueueEmailCommandFactory::class,
4345
            \LeadersLinked\Command\ProcessQueueEmailCommand::class => \LeadersLinked\Factory\Command\ProcessQueueEmailCommandFactory::class,
4291
            \LeadersLinked\Command\ProcessQueuePushCommand::class => \LeadersLinked\Factory\Command\ProcessQueuePushCommandFactory::class,
4346
            \LeadersLinked\Command\ProcessQueuePushCommand::class => \LeadersLinked\Factory\Command\ProcessQueuePushCommandFactory::class,
4292
            \LeadersLinked\Command\ProcessQueueUserDeletedCommand::class => \LeadersLinked\Factory\Command\ProcessQueueUserDeletedCommandFactory::class,
4347
            \LeadersLinked\Command\ProcessQueueUserDeletedCommand::class => \LeadersLinked\Factory\Command\ProcessQueueUserDeletedCommandFactory::class,
-
 
4348
 
4293
            \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class => \LeadersLinked\Factory\Command\ProcessQueueVideoConvertCommandFactory::class,
4349
            \LeadersLinked\Command\ProcessQueueVideoConvertCommand::class => \LeadersLinked\Factory\Command\ProcessQueueVideoConvertCommandFactory::class,
4294
            \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class => \LeadersLinked\Factory\Command\RecalculateMicrolearningProgressCommandFactory::class,
4350
            \LeadersLinked\Command\RecalculateMicrolearningProgressCommand::class => \LeadersLinked\Factory\Command\RecalculateMicrolearningProgressCommandFactory::class,
4295
            \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class => \LeadersLinked\Factory\Command\CheckOwnerUserForCompanyCommandFactory::class,
4351
            \LeadersLinked\Command\CheckOwnerUserForCompanyCommand::class => \LeadersLinked\Factory\Command\CheckOwnerUserForCompanyCommandFactory::class,
-
 
4352
 
4296
            \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class => \LeadersLinked\Factory\Command\CheckPreviewPosterForFeedCommandFactory::class,
4353
            \LeadersLinked\Command\CheckPreviewPosterForFeedCommand::class => \LeadersLinked\Factory\Command\CheckPreviewPosterForFeedCommandFactory::class,
-
 
4354
 
4297
            \LeadersLinked\Command\DailyPulseSimulateCommand::class => \LeadersLinked\Factory\Command\DailyPulseSimulateCommandFactory::class,
4355
            \LeadersLinked\Command\DailyPulseSimulateCommand::class => \LeadersLinked\Factory\Command\DailyPulseSimulateCommandFactory::class,
4298
            \LeadersLinked\Command\CheckExternalCredentialsCommand::class => \LeadersLinked\Factory\Command\CheckExternalCredentialsCommandFactory::class,
4356
            \LeadersLinked\Command\CheckExternalCredentialsCommand::class => \LeadersLinked\Factory\Command\CheckExternalCredentialsCommandFactory::class,
4299
            \LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
4357
            \LeadersLinked\Command\SendDataToS3Command::class => \LeadersLinked\Factory\Command\SendDataToS3CommandFactory::class,
-
 
4358
 
4300
            \LeadersLinked\Command\ProcessScheduledContentCommand::class => \LeadersLinked\Factory\Command\ProcessScheduledContentCommandFactory::class,
4359
            \LeadersLinked\Command\ProcessScheduledContentCommand::class => \LeadersLinked\Factory\Command\ProcessScheduledContentCommandFactory::class,
-
 
4360
 
4301
            \LeadersLinked\Command\TestCommand::class => \LeadersLinked\Factory\Command\TestCommandFactory::class,
4361
            \LeadersLinked\Command\TestCommand::class => \LeadersLinked\Factory\Command\TestCommandFactory::class,
4302
            \LeadersLinked\Command\TestSendPushCommand::class => \LeadersLinked\Factory\Command\TestSendPushCommandFactory::class,
4362
            \LeadersLinked\Command\TestSendPushCommand::class => \LeadersLinked\Factory\Command\TestSendPushCommandFactory::class
4303
        ],
4363
        ],
4304
        'aliases' => [ // 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
4364
        'aliases' => [ // 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
4305
        ],
4365
        ]
4306
    ],
4366
    ],
4307
    'controller_plugins' => [
4367
    'controller_plugins' => [
4308
        'invokables' => [],
4368
        'invokables' => [],
4309
        'factories' => [
4369
        'factories' => [
4310
            \LeadersLinked\Plugin\CurrentUserPlugin::class => \LeadersLinked\Factory\Plugin\CurrentUserPluginFactory::class,
4370
            \LeadersLinked\Plugin\CurrentUserPlugin::class => \LeadersLinked\Factory\Plugin\CurrentUserPluginFactory::class,
4311
            \LeadersLinked\Plugin\CurrentNetworkPlugin::class => \LeadersLinked\Factory\Plugin\CurrentNetworkPluginFactory::class,
4371
            \LeadersLinked\Plugin\CurrentNetworkPlugin::class => \LeadersLinked\Factory\Plugin\CurrentNetworkPluginFactory::class
4312
        ],
4372
        ],
4313
        'aliases' => [
4373
        'aliases' => [
4314
            'currentUserPlugin' => \LeadersLinked\Plugin\CurrentUserPlugin::class,
4374
            'currentUserPlugin' => \LeadersLinked\Plugin\CurrentUserPlugin::class,
4315
            'currentNetworkPlugin' => \LeadersLinked\Plugin\CurrentNetworkPlugin::class,
4375
            'currentNetworkPlugin' => \LeadersLinked\Plugin\CurrentNetworkPlugin::class
4316
        ],
4376
        ]
4317
    ],
4377
    ],
4318
    'view_manager' => [
4378
    'view_manager' => [
4319
        'display_not_found_reason' => true,
4379
        'display_not_found_reason' => true,
4320
        'display_exceptions' => true,
4380
        'display_exceptions' => true,
4321
        'doctype' => 'HTML5',
4381
        'doctype' => 'HTML5',
4322
        'not_found_template' => 'error/404',
4382
        'not_found_template' => 'error/404',
4323
        'exception_template' => 'error/index',
4383
        'exception_template' => 'error/index',
4324
        'template_map' => [
4384
        'template_map' => [
4325
            'layout/layout' => __DIR__ . '/../view/layout/layout.phtml',
4385
            'layout/layout' => __DIR__ . '/../view/layout/layout.phtml',
4326
            'error/404' => __DIR__ . '/../view/error/404.phtml',
4386
            'error/404' => __DIR__ . '/../view/error/404.phtml',
4327
            'error/index' => __DIR__ . '/../view/error/index.phtml',
4387
            'error/index' => __DIR__ . '/../view/error/index.phtml'
4328
        ],
4388
        ],
4329
        'template_path_stack' => [
4389
        'template_path_stack' => [
4330
            __DIR__ . '/../view',
4390
            __DIR__ . '/../view'
4331
        ],
4391
        ],
4332
        'strategies' => [
4392
        'strategies' => [
4333
            'ViewJsonStrategy',
4393
            'ViewJsonStrategy',
4334
            'RenderingStrategy',
4394
            'RenderingStrategy'
4335
        ],
4395
        ]
4336
    ],
4396
    ],
4337
];
4397
];