| Línea 3349... |
Línea 3349... |
| 3349 |
],
|
3349 |
],
|
| 3350 |
]
|
3350 |
]
|
| 3351 |
],
|
3351 |
],
|
| 3352 |
]
|
3352 |
]
|
| 3353 |
],
|
3353 |
],
|
| - |
|
3354 |
|
| - |
|
3355 |
]
|
| - |
|
3356 |
],
|
| - |
|
3357 |
|
| - |
|
3358 |
/* END JOBS DESCRIPTION */
|
| - |
|
3359 |
|
| - |
|
3360 |
|
| - |
|
3361 |
/**** ORGANIZATION CHART START ****/
|
| - |
|
3362 |
'organization-chart' => [
|
| - |
|
3363 |
'type' => Literal::class,
|
| - |
|
3364 |
'options' => [
|
| - |
|
3365 |
'route' => '/organization-chart',
|
| - |
|
3366 |
'defaults' => [
|
| - |
|
3367 |
'controller' => '\LeadersLinked\Controller\OrganizationChartController',
|
| - |
|
3368 |
'action' => 'index'
|
| - |
|
3369 |
]
|
| - |
|
3370 |
],
|
| - |
|
3371 |
'may_terminate' => true,
|
| - |
|
3372 |
'child_routes' => [
|
| 3354 |
'positions' => [
|
3373 |
'positions' => [
|
| 3355 |
'type' => Literal::class,
|
3374 |
'type' => Literal::class,
|
| 3356 |
'options' => [
|
3375 |
'options' => [
|
| 3357 |
'route' => '/positions',
|
3376 |
'route' => '/positions',
|
| 3358 |
'defaults' => [
|
3377 |
'defaults' => [
|
| 3359 |
'controller' => '\LeadersLinked\Controller\PositionController',
|
3378 |
'controller' => '\LeadersLinked\Controller\OrganizationChartPositionController',
|
| 3360 |
'action' => 'index'
|
3379 |
'action' => 'index'
|
| 3361 |
]
|
3380 |
]
|
| 3362 |
],
|
3381 |
],
|
| 3363 |
'may_terminate' => true,
|
3382 |
'may_terminate' => true,
|
| 3364 |
'child_routes' => [
|
3383 |
'child_routes' => [
|
| 3365 |
'add' => [
|
3384 |
'add' => [
|
| 3366 |
'type' => Literal::class,
|
3385 |
'type' => Literal::class,
|
| 3367 |
'options' => [
|
3386 |
'options' => [
|
| 3368 |
'route' => '/add',
|
3387 |
'route' => '/add',
|
| 3369 |
'defaults' => [
|
3388 |
'defaults' => [
|
| 3370 |
'controller' => '\LeadersLinked\Controller\PositionController',
|
3389 |
'controller' => '\LeadersLinked\Controller\OrganizationChartPositionController',
|
| 3371 |
'action' => 'add'
|
3390 |
'action' => 'add'
|
| 3372 |
]
|
3391 |
]
|
| 3373 |
]
|
3392 |
]
|
| 3374 |
],
|
3393 |
],
|
| 3375 |
'edit' => [
|
3394 |
'edit' => [
|
| Línea 3378... |
Línea 3397... |
| 3378 |
'route' => '/edit/:id',
|
3397 |
'route' => '/edit/:id',
|
| 3379 |
'constraints' => [
|
3398 |
'constraints' => [
|
| 3380 |
'id' => '[A-Za-z0-9\-]+\=*'
|
3399 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 3381 |
],
|
3400 |
],
|
| 3382 |
'defaults' => [
|
3401 |
'defaults' => [
|
| 3383 |
'controller' => '\LeadersLinked\Controller\PositionController',
|
3402 |
'controller' => '\LeadersLinked\Controller\OrganizationChartPositionController',
|
| 3384 |
'action' => 'edit'
|
3403 |
'action' => 'edit'
|
| 3385 |
]
|
3404 |
]
|
| 3386 |
]
|
3405 |
]
|
| 3387 |
],
|
3406 |
],
|
| 3388 |
'delete' => [
|
3407 |
'delete' => [
|
| Línea 3391... |
Línea 3410... |
| 3391 |
'route' => '/delete/:id',
|
3410 |
'route' => '/delete/:id',
|
| 3392 |
'constraints' => [
|
3411 |
'constraints' => [
|
| 3393 |
'id' => '[A-Za-z0-9\-]+\=*'
|
3412 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 3394 |
],
|
3413 |
],
|
| 3395 |
'defaults' => [
|
3414 |
'defaults' => [
|
| 3396 |
'controller' => '\LeadersLinked\Controller\PositionController',
|
3415 |
'controller' => '\LeadersLinked\Controller\OrganizationChartPositionController',
|
| 3397 |
'action' => 'delete'
|
3416 |
'action' => 'delete'
|
| 3398 |
]
|
3417 |
]
|
| 3399 |
]
|
3418 |
]
|
| 3400 |
],
|
3419 |
],
|
| 3401 |
'subordinates' => [
|
3420 |
'subordinates' => [
|
| 3402 |
'type' => Segment::class,
|
3421 |
'type' => Segment::class,
|
| 3403 |
'options' => [
|
3422 |
'options' => [
|
| 3404 |
'route' => '/subordinates/:job_description_id',
|
3423 |
'route' => '/subordinates/:id',
|
| 3405 |
'constraints' => [
|
3424 |
'constraints' => [
|
| 3406 |
'job_description_id' => '[A-Za-z0-9\-]+\=*'
|
3425 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 3407 |
],
|
3426 |
],
|
| 3408 |
'defaults' => [
|
3427 |
'defaults' => [
|
| 3409 |
'controller' => '\LeadersLinked\Controller\PositionController',
|
3428 |
'controller' => '\LeadersLinked\Controller\OrganizationChartPositionController',
|
| 3410 |
'action' => 'subordinates'
|
3429 |
'action' => 'subordinates'
|
| 3411 |
]
|
3430 |
]
|
| 3412 |
]
|
3431 |
],
|
| - |
|
3432 |
'may_terminate' => true,
|
| - |
|
3433 |
'child_routes' => [
|
| - |
|
3434 |
],
|
| 3413 |
],
|
3435 |
],
|
| 3414 |
]
|
3436 |
]
|
| 3415 |
],
|
3437 |
],
|
| 3416 |
]
|
3438 |
]
|
| 3417 |
],
|
3439 |
],
|
| - |
|
3440 |
|
| 3418 |
|
3441 |
|
| 3419 |
/* END JOBS DESCRIPTION */
|
3442 |
/**** ORIGANIZATION CHART END ****/
|
| Línea 3420... |
Línea 3443... |
| 3420 |
|
3443 |
|
| 3421 |
|
3444 |
|
| 3422 |
/* * * START SETTINGS ** */
|
3445 |
/* * * START SETTINGS ** */
|
| Línea 4151... |
Línea 4174... |
| 4151 |
],
|
4174 |
],
|
| 4152 |
'may_terminate' => true,
|
4175 |
'may_terminate' => true,
|
| 4153 |
'child_routes' => []
|
4176 |
'child_routes' => []
|
| 4154 |
],
|
4177 |
],
|
| Línea 4155... |
Línea 4178... |
| 4155 |
|
4178 |
|
| 4156 |
'planning-objectives-and-goals' => [
|
4179 |
'planning' => [
|
| 4157 |
'type' => Literal::class,
|
4180 |
'type' => Literal::class,
|
| 4158 |
'options' => [
|
4181 |
'options' => [
|
| 4159 |
'route' => '/planning-objectives-and-goals',
|
4182 |
'route' => '/planning',
|
| 4160 |
'defaults' => [
|
4183 |
'defaults' => [
|
| 4161 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsController',
|
4184 |
'controller' => '\LeadersLinked\Controller\PlanningController',
|
| 4162 |
'action' => 'index'
|
4185 |
'action' => 'index'
|
| 4163 |
]
|
4186 |
]
|
| 4164 |
],
|
4187 |
],
|
| 4165 |
'may_terminate' => true,
|
4188 |
'may_terminate' => true,
|
| 4166 |
'child_routes' => [
|
4189 |
'child_routes' => [
|
| 4167 |
'objectives' => [
|
4190 |
'objectives' => [
|
| 4168 |
'type' => Literal::class,
|
4191 |
'type' => Literal::class,
|
| 4169 |
'options' => [
|
4192 |
'options' => [
|
| 4170 |
'route' => '/objectives',
|
4193 |
'route' => '/objectives',
|
| 4171 |
'defaults' => [
|
4194 |
'defaults' => [
|
| 4172 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4195 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesController',
|
| 4173 |
'action' => 'index'
|
4196 |
'action' => 'index'
|
| 4174 |
]
|
4197 |
]
|
| Línea 4175... |
Línea 4198... |
| 4175 |
],
|
4198 |
],
|
| Línea 4180... |
Línea 4203... |
| 4180 |
'add' => [
|
4203 |
'add' => [
|
| 4181 |
'type' => Literal::class,
|
4204 |
'type' => Literal::class,
|
| 4182 |
'options' => [
|
4205 |
'options' => [
|
| 4183 |
'route' => '/add',
|
4206 |
'route' => '/add',
|
| 4184 |
'defaults' => [
|
4207 |
'defaults' => [
|
| 4185 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4208 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesController',
|
| 4186 |
'action' => 'add'
|
4209 |
'action' => 'add'
|
| 4187 |
]
|
4210 |
]
|
| 4188 |
]
|
4211 |
]
|
| 4189 |
],
|
4212 |
],
|
| 4190 |
'edit' => [
|
4213 |
'edit' => [
|
| Línea 4193... |
Línea 4216... |
| 4193 |
'route' => '/edit/:id',
|
4216 |
'route' => '/edit/:id',
|
| 4194 |
'constraints' => [
|
4217 |
'constraints' => [
|
| 4195 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4218 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4196 |
],
|
4219 |
],
|
| 4197 |
'defaults' => [
|
4220 |
'defaults' => [
|
| 4198 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4221 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesController',
|
| 4199 |
'action' => 'edit'
|
4222 |
'action' => 'edit'
|
| 4200 |
]
|
4223 |
]
|
| 4201 |
]
|
4224 |
]
|
| 4202 |
],
|
4225 |
],
|
| 4203 |
'delete' => [
|
4226 |
'delete' => [
|
| Línea 4206... |
Línea 4229... |
| 4206 |
'route' => '/delete/:id',
|
4229 |
'route' => '/delete/:id',
|
| 4207 |
'constraints' => [
|
4230 |
'constraints' => [
|
| 4208 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4231 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4209 |
],
|
4232 |
],
|
| 4210 |
'defaults' => [
|
4233 |
'defaults' => [
|
| 4211 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4234 |
'controller' => '\LeadersLinked\Controller\PlanningObjectiveController',
|
| 4212 |
'action' => 'delete'
|
4235 |
'action' => 'delete'
|
| 4213 |
]
|
4236 |
]
|
| 4214 |
]
|
4237 |
]
|
| 4215 |
],
|
4238 |
],
|
| 4216 |
'report' => [
|
4239 |
'report' => [
|
| Línea 4219... |
Línea 4242... |
| 4219 |
'route' => '/report/:id',
|
4242 |
'route' => '/report/:id',
|
| 4220 |
'constraints' => [
|
4243 |
'constraints' => [
|
| 4221 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4244 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4222 |
],
|
4245 |
],
|
| 4223 |
'defaults' => [
|
4246 |
'defaults' => [
|
| 4224 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4247 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesController',
|
| 4225 |
'action' => 'report'
|
4248 |
'action' => 'report'
|
| 4226 |
]
|
4249 |
]
|
| 4227 |
]
|
4250 |
]
|
| 4228 |
],
|
4251 |
],
|
| 4229 |
'reportall' => [
|
4252 |
'reportall' => [
|
| 4230 |
'type' => Literal::class,
|
4253 |
'type' => Literal::class,
|
| 4231 |
'options' => [
|
4254 |
'options' => [
|
| 4232 |
'route' => '/reportall',
|
4255 |
'route' => '/reportall',
|
| 4233 |
'defaults' => [
|
4256 |
'defaults' => [
|
| 4234 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4257 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesController',
|
| 4235 |
'action' => 'reportall'
|
4258 |
'action' => 'reportall'
|
| 4236 |
]
|
4259 |
]
|
| 4237 |
]
|
4260 |
]
|
| 4238 |
],
|
4261 |
],
|
| Línea 4239... |
Línea 4262... |
| 4239 |
|
4262 |
|
| 4240 |
'matriz' => [
|
4263 |
'matriz' => [
|
| 4241 |
'type' => Literal::class,
|
4264 |
'type' => Literal::class,
|
| 4242 |
'options' => [
|
4265 |
'options' => [
|
| 4243 |
'route' => '/matriz',
|
4266 |
'route' => '/matriz',
|
| 4244 |
'defaults' => [
|
4267 |
'defaults' => [
|
| 4245 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController',
|
4268 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesController',
|
| 4246 |
'action' => 'matriz'
|
4269 |
'action' => 'matriz'
|
| 4247 |
]
|
4270 |
]
|
| 4248 |
]
|
4271 |
]
|
| 4249 |
],
|
4272 |
],
|
| Línea 4253... |
Línea 4276... |
| 4253 |
'route' => '/:objective_id/goals',
|
4276 |
'route' => '/:objective_id/goals',
|
| 4254 |
'constraints' => [
|
4277 |
'constraints' => [
|
| 4255 |
'objective_id' => '[A-Za-z0-9\-]+\=*'
|
4278 |
'objective_id' => '[A-Za-z0-9\-]+\=*'
|
| 4256 |
],
|
4279 |
],
|
| 4257 |
'defaults' => [
|
4280 |
'defaults' => [
|
| 4258 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
|
4281 |
'controller' => '\LeadersLinked\Controller\PlanningGoalsController',
|
| 4259 |
'action' => 'index'
|
4282 |
'action' => 'index'
|
| 4260 |
]
|
4283 |
]
|
| 4261 |
],
|
4284 |
],
|
| Línea 4262... |
Línea 4285... |
| 4262 |
|
4285 |
|
| Línea 4265... |
Línea 4288... |
| 4265 |
'add' => [
|
4288 |
'add' => [
|
| 4266 |
'type' => Literal::class,
|
4289 |
'type' => Literal::class,
|
| 4267 |
'options' => [
|
4290 |
'options' => [
|
| 4268 |
'route' => '/add',
|
4291 |
'route' => '/add',
|
| 4269 |
'defaults' => [
|
4292 |
'defaults' => [
|
| 4270 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
|
4293 |
'controller' => '\LeadersLinked\Controller\PlanningGoalsController',
|
| 4271 |
'action' => 'add'
|
4294 |
'action' => 'add'
|
| 4272 |
]
|
4295 |
]
|
| 4273 |
]
|
4296 |
]
|
| 4274 |
],
|
4297 |
],
|
| 4275 |
'edit' => [
|
4298 |
'edit' => [
|
| Línea 4278... |
Línea 4301... |
| 4278 |
'route' => '/edit/:id',
|
4301 |
'route' => '/edit/:id',
|
| 4279 |
'constraints' => [
|
4302 |
'constraints' => [
|
| 4280 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4303 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4281 |
],
|
4304 |
],
|
| 4282 |
'defaults' => [
|
4305 |
'defaults' => [
|
| 4283 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
|
4306 |
'controller' => '\LeadersLinked\Controller\PlanningGoalsController',
|
| 4284 |
'action' => 'edit'
|
4307 |
'action' => 'edit'
|
| 4285 |
]
|
4308 |
]
|
| 4286 |
]
|
4309 |
]
|
| 4287 |
],
|
4310 |
],
|
| 4288 |
'delete' => [
|
4311 |
'delete' => [
|
| Línea 4291... |
Línea 4314... |
| 4291 |
'route' => '/delete/:id',
|
4314 |
'route' => '/delete/:id',
|
| 4292 |
'constraints' => [
|
4315 |
'constraints' => [
|
| 4293 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4316 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4294 |
],
|
4317 |
],
|
| 4295 |
'defaults' => [
|
4318 |
'defaults' => [
|
| 4296 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController',
|
4319 |
'controller' => '\LeadersLinked\Controller\PlanningGoalsController',
|
| 4297 |
'action' => 'delete'
|
4320 |
'action' => 'delete'
|
| 4298 |
]
|
4321 |
]
|
| 4299 |
]
|
4322 |
]
|
| 4300 |
],
|
4323 |
],
|
| 4301 |
'task' => [
|
4324 |
'task' => [
|
| Línea 4304... |
Línea 4327... |
| 4304 |
'route' => '/:goal_id/task',
|
4327 |
'route' => '/:goal_id/task',
|
| 4305 |
'constraints' => [
|
4328 |
'constraints' => [
|
| 4306 |
'goal_id' => '[A-Za-z0-9\-]+\=*'
|
4329 |
'goal_id' => '[A-Za-z0-9\-]+\=*'
|
| 4307 |
],
|
4330 |
],
|
| 4308 |
'defaults' => [
|
4331 |
'defaults' => [
|
| 4309 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
4332 |
'controller' => '\LeadersLinked\Controller\PlanningTaskController',
|
| 4310 |
'action' => 'index'
|
4333 |
'action' => 'index'
|
| 4311 |
]
|
4334 |
]
|
| 4312 |
],
|
4335 |
],
|
| Línea 4313... |
Línea 4336... |
| 4313 |
|
4336 |
|
| Línea 4316... |
Línea 4339... |
| 4316 |
'add' => [
|
4339 |
'add' => [
|
| 4317 |
'type' => Literal::class,
|
4340 |
'type' => Literal::class,
|
| 4318 |
'options' => [
|
4341 |
'options' => [
|
| 4319 |
'route' => '/add',
|
4342 |
'route' => '/add',
|
| 4320 |
'defaults' => [
|
4343 |
'defaults' => [
|
| 4321 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
4344 |
'controller' => '\LeadersLinked\Controller\PlanningTaskController',
|
| 4322 |
'action' => 'add'
|
4345 |
'action' => 'add'
|
| 4323 |
]
|
4346 |
]
|
| 4324 |
]
|
4347 |
]
|
| 4325 |
],
|
4348 |
],
|
| 4326 |
'edit' => [
|
4349 |
'edit' => [
|
| Línea 4329... |
Línea 4352... |
| 4329 |
'route' => '/edit/:id',
|
4352 |
'route' => '/edit/:id',
|
| 4330 |
'constraints' => [
|
4353 |
'constraints' => [
|
| 4331 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4354 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4332 |
],
|
4355 |
],
|
| 4333 |
'defaults' => [
|
4356 |
'defaults' => [
|
| 4334 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
4357 |
'controller' => '\LeadersLinked\Controller\PlanningTaskController',
|
| 4335 |
'action' => 'edit'
|
4358 |
'action' => 'edit'
|
| 4336 |
]
|
4359 |
]
|
| 4337 |
]
|
4360 |
]
|
| 4338 |
],
|
4361 |
],
|
| 4339 |
'delete' => [
|
4362 |
'delete' => [
|
| Línea 4342... |
Línea 4365... |
| 4342 |
'route' => '/delete/:id',
|
4365 |
'route' => '/delete/:id',
|
| 4343 |
'constraints' => [
|
4366 |
'constraints' => [
|
| 4344 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4367 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4345 |
],
|
4368 |
],
|
| 4346 |
'defaults' => [
|
4369 |
'defaults' => [
|
| 4347 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
4370 |
'controller' => '\LeadersLinked\Controller\PlanningTaskController',
|
| 4348 |
'action' => 'delete'
|
4371 |
'action' => 'delete'
|
| 4349 |
]
|
4372 |
]
|
| 4350 |
]
|
4373 |
]
|
| 4351 |
],
|
4374 |
],
|
| 4352 |
'view' => [
|
4375 |
'view' => [
|
| Línea 4355... |
Línea 4378... |
| 4355 |
'route' => '/view/:id',
|
4378 |
'route' => '/view/:id',
|
| 4356 |
'constraints' => [
|
4379 |
'constraints' => [
|
| 4357 |
'id' => '[A-Za-z0-9\-]+\=*'
|
4380 |
'id' => '[A-Za-z0-9\-]+\=*'
|
| 4358 |
],
|
4381 |
],
|
| 4359 |
'defaults' => [
|
4382 |
'defaults' => [
|
| 4360 |
'controller' => '\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController',
|
4383 |
'controller' => '\LeadersLinked\Controller\PlanningTaskController',
|
| 4361 |
'action' => 'view'
|
4384 |
'action' => 'view'
|
| 4362 |
]
|
4385 |
]
|
| 4363 |
]
|
4386 |
]
|
| 4364 |
],
|
4387 |
],
|
| 4365 |
]
|
4388 |
]
|
| Línea 5366... |
Línea 5389... |
| 5366 |
]
|
5389 |
]
|
| 5367 |
],
|
5390 |
],
|
| 5368 |
'may_terminate' => true,
|
5391 |
'may_terminate' => true,
|
| 5369 |
'child_routes' => []
|
5392 |
'child_routes' => []
|
| 5370 |
],
|
5393 |
],
|
| - |
|
5394 |
|
| - |
|
5395 |
|
| 5371 |
'inmail' => [
|
5396 |
'helpers' => [
|
| 5372 |
'type' => Literal::class,
|
5397 |
'type' => Literal::class,
|
| 5373 |
'options' => [
|
5398 |
'options' => [
|
| 5374 |
'route' => '/inmail',
|
5399 |
'route' => '/helpers',
|
| 5375 |
|
- |
|
| 5376 |
'defaults' => [
|
5400 |
'defaults' => [
|
| 5377 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5401 |
'controller' => '\LeadersLinked\Controller\HelperController',
|
| 5378 |
'action' => 'index'
|
5402 |
'action' => 'index'
|
| 5379 |
]
|
5403 |
]
|
| 5380 |
],
|
5404 |
],
|
| 5381 |
'may_terminate' => true,
|
5405 |
'may_terminate' => true,
|
| 5382 |
'child_routes' => [
|
5406 |
'child_routes' => [
|
| - |
|
5407 |
|
| - |
|
5408 |
|
| 5383 |
'sendall' => [
|
5409 |
'search-people' => [
|
| 5384 |
'type' => Literal::class,
|
5410 |
'type' => Literal::class,
|
| 5385 |
'options' => [
|
5411 |
'options' => [
|
| 5386 |
'route' => '/sendall',
|
5412 |
'route' => '/search-people',
|
| 5387 |
'defaults' => [
|
5413 |
'defaults' => [
|
| 5388 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5414 |
'controller' => '\LeadersLinked\Controller\HelperController',
|
| 5389 |
'action' => 'sendAll'
|
5415 |
'action' => 'searchPeople'
|
| 5390 |
]
|
5416 |
]
|
| 5391 |
]
|
5417 |
]
|
| 5392 |
],
|
5418 |
],
|
| - |
|
5419 |
],
|
| - |
|
5420 |
],
|
| - |
|
5421 |
|
| - |
|
5422 |
'inmail-personal' => [
|
| - |
|
5423 |
'type' => Literal::class,
|
| - |
|
5424 |
'options' => [
|
| - |
|
5425 |
'route' => '/inmail-personal',
|
| - |
|
5426 |
'defaults' => [
|
| - |
|
5427 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| - |
|
5428 |
'action' => 'index'
|
| - |
|
5429 |
]
|
| - |
|
5430 |
],
|
| - |
|
5431 |
'may_terminate' => true,
|
| - |
|
5432 |
'child_routes' => [
|
| - |
|
5433 |
|
| 5393 |
'search-people' => [
|
5434 |
'start-conversation' => [
|
| 5394 |
'type' => Literal::class,
|
5435 |
'type' => Literal::class,
|
| 5395 |
'options' => [
|
5436 |
'options' => [
|
| 5396 |
'route' => '/search-people',
|
5437 |
'route' => '/start-conversation',
|
| 5397 |
'defaults' => [
|
5438 |
'defaults' => [
|
| 5398 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5439 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| 5399 |
'action' => 'searchPeople'
|
5440 |
'action' => 'startConversation'
|
| 5400 |
]
|
5441 |
]
|
| 5401 |
]
|
5442 |
]
|
| 5402 |
],
|
5443 |
],
|
| - |
|
5444 |
|
| 5403 |
'view' => [
|
5445 |
'delete' => [
|
| 5404 |
'type' => Segment::class,
|
5446 |
'type' => Segment::class,
|
| 5405 |
'options' => [
|
5447 |
'options' => [
|
| 5406 |
'route' => '/view[/:id]',
|
5448 |
'route' => '/:id/delete',
|
| 5407 |
'constraints' => [
|
5449 |
'constraints' => [
|
| 5408 |
'id' => '[A-Za-z0-9\-]+\=*',
|
5450 |
'id' => '[A-Za-z0-9\-]+\=*',
|
| 5409 |
],
|
5451 |
],
|
| 5410 |
'defaults' => [
|
5452 |
'defaults' => [
|
| 5411 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5453 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| 5412 |
'action' => 'view'
|
5454 |
'action' => 'delete'
|
| - |
|
5455 |
]
|
| - |
|
5456 |
]
|
| - |
|
5457 |
],
|
| - |
|
5458 |
'messages' => [
|
| - |
|
5459 |
'type' => Segment::class,
|
| - |
|
5460 |
'options' => [
|
| - |
|
5461 |
'route' => '/:id/messages',
|
| - |
|
5462 |
'constraints' => [
|
| - |
|
5463 |
'id' => '[A-Za-z0-9\-]+\=*',
|
| - |
|
5464 |
],
|
| - |
|
5465 |
'defaults' => [
|
| - |
|
5466 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| - |
|
5467 |
'action' => 'message'
|
| 5413 |
]
|
5468 |
]
|
| 5414 |
],
|
5469 |
],
|
| 5415 |
'may_terminate' => true,
|
5470 |
'may_terminate' => true,
|
| 5416 |
'child_routes' => [
|
5471 |
'child_routes' => [
|
| 5417 |
'message' => [
|
5472 |
'send' => [
|
| 5418 |
'type' => Literal::class,
|
5473 |
'type' => Segment::class,
|
| 5419 |
'options' => [
|
5474 |
'options' => [
|
| - |
|
5475 |
'route' => '/send[/encoding/:encoding]',
|
| - |
|
5476 |
'constraints' => [
|
| 5420 |
'route' => '/message',
|
5477 |
'encoding' => 'base64'
|
| - |
|
5478 |
],
|
| 5421 |
'defaults' => [
|
5479 |
'defaults' => [
|
| 5422 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5480 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| 5423 |
'action' => 'message'
|
5481 |
'action' => 'sendMessage'
|
| 5424 |
]
|
5482 |
]
|
| 5425 |
],
|
5483 |
]
|
| 5426 |
'may_terminate' => true,
|
- |
|
| 5427 |
'child_routes' => [
|
5484 |
],
|
| 5428 |
'send' => [
|
5485 |
'delete' => [
|
| 5429 |
'type' => Segment::class,
|
5486 |
'type' => Segment::class,
|
| 5430 |
'options' => [
|
5487 |
'options' => [
|
| 5431 |
'route' => '/send[/encoding/:encoding]',
|
5488 |
'route' => '/delete/:message',
|
| 5432 |
'constraints' => [
|
5489 |
'constraints' => [
|
| 5433 |
'encoding' => 'base64'
|
- |
|
| 5434 |
],
|
- |
|
| 5435 |
'defaults' => [
|
5490 |
'message' => '[A-Za-z0-9\-]+\=*',
|
| 5436 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
- |
|
| 5437 |
'action' => 'sendMessage'
|
- |
|
| 5438 |
]
|
- |
|
| 5439 |
]
|
- |
|
| 5440 |
],
|
5491 |
],
|
| - |
|
5492 |
'defaults' => [
|
| - |
|
5493 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| - |
|
5494 |
'action' => 'delete'
|
| - |
|
5495 |
]
|
| 5441 |
],
|
5496 |
]
|
| 5442 |
],
|
5497 |
],
|
| - |
|
5498 |
],
|
| - |
|
5499 |
],
|
| - |
|
5500 |
],
|
| - |
|
5501 |
],
|
| - |
|
5502 |
|
| - |
|
5503 |
|
| - |
|
5504 |
'inmail-company' => [
|
| - |
|
5505 |
'type' => Literal::class,
|
| - |
|
5506 |
'options' => [
|
| - |
|
5507 |
'route' => '/inmail-company',
|
| - |
|
5508 |
|
| - |
|
5509 |
'defaults' => [
|
| - |
|
5510 |
'controller' => '\LeadersLinked\Controller\InMailCompanyController',
|
| - |
|
5511 |
'action' => 'index'
|
| - |
|
5512 |
]
|
| - |
|
5513 |
],
|
| - |
|
5514 |
'may_terminate' => true,
|
| - |
|
5515 |
'child_routes' => [
|
| - |
|
5516 |
'start-conversation' => [
|
| - |
|
5517 |
'type' => Literal::class,
|
| - |
|
5518 |
'options' => [
|
| - |
|
5519 |
'route' => '/start-conversation',
|
| - |
|
5520 |
'defaults' => [
|
| - |
|
5521 |
'controller' => '\LeadersLinked\Controller\InMailPersonalController',
|
| - |
|
5522 |
'action' => 'startConversation'
|
| - |
|
5523 |
]
|
| 5443 |
]
|
5524 |
]
|
| 5444 |
],
|
5525 |
],
|
| 5445 |
'company' => [
|
5526 |
'delete' => [
|
| 5446 |
'type' => Segment::class,
|
5527 |
'type' => Segment::class,
|
| 5447 |
'options' => [
|
5528 |
'options' => [
|
| 5448 |
'route' => '/company[/id/:id][/type/:type]',
|
5529 |
'route' => '/:id/delete',
|
| - |
|
5530 |
'defaults' => [
|
| - |
|
5531 |
'controller' => '\LeadersLinked\Controller\InMailCompanyController',
|
| - |
|
5532 |
'action' => 'delete'
|
| - |
|
5533 |
]
|
| - |
|
5534 |
]
|
| - |
|
5535 |
],
|
| - |
|
5536 |
'messages' => [
|
| - |
|
5537 |
'type' => Segment::class,
|
| - |
|
5538 |
'options' => [
|
| - |
|
5539 |
'route' => '/:id/messages',
|
| 5449 |
'constraints' => [
|
5540 |
'constraints' => [
|
| 5450 |
'id' => '[A-Za-z0-9\-]+\=*',
|
5541 |
'id' => '[A-Za-z0-9\-]+\=*',
|
| 5451 |
'type' => 'company',
|
- |
|
| 5452 |
],
|
5542 |
],
|
| 5453 |
'defaults' => [
|
5543 |
'defaults' => [
|
| 5454 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5544 |
'controller' => '\LeadersLinked\Controller\InMailCompanyController',
|
| 5455 |
'action' => 'view'
|
5545 |
'action' => 'message'
|
| 5456 |
]
|
5546 |
]
|
| 5457 |
],
|
5547 |
],
|
| 5458 |
'may_terminate' => true,
|
5548 |
'may_terminate' => true,
|
| 5459 |
'child_routes' => [
|
5549 |
'child_routes' => [
|
| 5460 |
'message' => [
|
5550 |
'send' => [
|
| 5461 |
'type' => Literal::class,
|
5551 |
'type' => Segment::class,
|
| 5462 |
'options' => [
|
5552 |
'options' => [
|
| - |
|
5553 |
'route' => '/send[/encoding/:encoding]',
|
| - |
|
5554 |
'constraints' => [
|
| 5463 |
'route' => '/message',
|
5555 |
'encoding' => 'base64'
|
| - |
|
5556 |
],
|
| 5464 |
'defaults' => [
|
5557 |
'defaults' => [
|
| 5465 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
5558 |
'controller' => '\LeadersLinked\Controller\InMailCompanyController',
|
| 5466 |
'action' => 'message'
|
5559 |
'action' => 'sendMessage'
|
| 5467 |
]
|
5560 |
]
|
| 5468 |
],
|
5561 |
]
|
| 5469 |
'may_terminate' => true,
|
- |
|
| 5470 |
'child_routes' => [
|
5562 |
],
|
| 5471 |
'send' => [
|
5563 |
'delete' => [
|
| 5472 |
'type' => Segment::class,
|
5564 |
'type' => Segment::class,
|
| 5473 |
'options' => [
|
5565 |
'options' => [
|
| 5474 |
'route' => '/send[/encoding/:encoding]',
|
5566 |
'route' => '/delete/:message',
|
| 5475 |
'constraints' => [
|
5567 |
'constraints' => [
|
| 5476 |
'encoding' => 'base64'
|
- |
|
| 5477 |
],
|
- |
|
| 5478 |
'defaults' => [
|
5568 |
'message' => '[A-Za-z0-9\-]+\=*',
|
| 5479 |
'controller' => '\LeadersLinked\Controller\InMailController',
|
- |
|
| 5480 |
'action' => 'sendMessage'
|
- |
|
| 5481 |
]
|
- |
|
| 5482 |
]
|
- |
|
| 5483 |
],
|
5569 |
],
|
| - |
|
5570 |
'defaults' => [
|
| - |
|
5571 |
'controller' => '\LeadersLinked\Controller\InMailCompanyController',
|
| - |
|
5572 |
'action' => 'delete'
|
| - |
|
5573 |
]
|
| 5484 |
],
|
5574 |
]
|
| 5485 |
],
|
5575 |
],
|
| 5486 |
]
|
5576 |
],
|
| 5487 |
],
|
5577 |
],
|
| 5488 |
|
- |
|
| 5489 |
],
|
5578 |
],
|
| 5490 |
],
|
5579 |
],
|
| Línea 5491... |
Línea 5580... |
| 5491 |
|
5580 |
|
| Línea 6881... |
Línea 6970... |
| 6881 |
\LeadersLinked\Controller\GroupTypeController::class => \LeadersLinked\Factory\Controller\GroupTypeControllerFactory::class,
|
6970 |
\LeadersLinked\Controller\GroupTypeController::class => \LeadersLinked\Factory\Controller\GroupTypeControllerFactory::class,
|
| 6882 |
\LeadersLinked\Controller\IndustryController::class => \LeadersLinked\Factory\Controller\IndustryControllerFactory::class,
|
6971 |
\LeadersLinked\Controller\IndustryController::class => \LeadersLinked\Factory\Controller\IndustryControllerFactory::class,
|
| 6883 |
\LeadersLinked\Controller\JobCategoryController::class => \LeadersLinked\Factory\Controller\JobCategoryControllerFactory::class,
|
6972 |
\LeadersLinked\Controller\JobCategoryController::class => \LeadersLinked\Factory\Controller\JobCategoryControllerFactory::class,
|
| 6884 |
\LeadersLinked\Controller\JobDescriptionController::class => \LeadersLinked\Factory\Controller\JobDescriptionControllerFactory::class,
|
6973 |
\LeadersLinked\Controller\JobDescriptionController::class => \LeadersLinked\Factory\Controller\JobDescriptionControllerFactory::class,
|
| 6885 |
\LeadersLinked\Controller\PageController::class => \LeadersLinked\Factory\Controller\PageControllerFactory::class,
|
6974 |
\LeadersLinked\Controller\PageController::class => \LeadersLinked\Factory\Controller\PageControllerFactory::class,
|
| 6886 |
\LeadersLinked\Controller\PositionController::class => \LeadersLinked\Factory\Controller\PositionControllerFactory::class,
|
6975 |
\LeadersLinked\Controller\OrganizationChartPositionController::class => \LeadersLinked\Factory\Controller\OrganizationChartPositionControllerFactory::class,
|
| 6887 |
\LeadersLinked\Controller\PostController::class => \LeadersLinked\Factory\Controller\PostControllerFactory::class,
|
6976 |
\LeadersLinked\Controller\PostController::class => \LeadersLinked\Factory\Controller\PostControllerFactory::class,
|
| 6888 |
\LeadersLinked\Controller\SkillController::class => \LeadersLinked\Factory\Controller\SkillControllerFactory::class,
|
6977 |
\LeadersLinked\Controller\SkillController::class => \LeadersLinked\Factory\Controller\SkillControllerFactory::class,
|
| 6889 |
\LeadersLinked\Controller\UserController::class => \LeadersLinked\Factory\Controller\UserControllerFactory::class,
|
6978 |
\LeadersLinked\Controller\UserController::class => \LeadersLinked\Factory\Controller\UserControllerFactory::class,
|
| 6890 |
\LeadersLinked\Controller\DashboardController::class => \LeadersLinked\Factory\Controller\DashboardControllerFactory::class,
|
6979 |
\LeadersLinked\Controller\DashboardController::class => \LeadersLinked\Factory\Controller\DashboardControllerFactory::class,
|
| 6891 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
6980 |
\LeadersLinked\Controller\SelfEvaluationController::class => \LeadersLinked\Factory\Controller\SelfEvaluationControllerFactory::class,
|
| Línea 6923... |
Línea 7012... |
| 6923 |
\LeadersLinked\Controller\MicrolearningExtendUserSectorController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserSectorControllerFactory::class,
|
7012 |
\LeadersLinked\Controller\MicrolearningExtendUserSectorController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserSectorControllerFactory::class,
|
| 6924 |
\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
|
7013 |
\LeadersLinked\Controller\MicrolearningExtendUserStudentTypeController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserStudentTypeControllerFactory::class,
|
| 6925 |
\LeadersLinked\Controller\MicrolearningExtendUserCountryController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserCountryControllerFactory::class,
|
7014 |
\LeadersLinked\Controller\MicrolearningExtendUserCountryController::class => \LeadersLinked\Factory\Controller\MicrolearningExtendUserCountryControllerFactory::class,
|
| 6926 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
7015 |
\LeadersLinked\Controller\StorageController::class => \LeadersLinked\Factory\Controller\StorageControllerFactory::class,
|
| 6927 |
\LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
|
7016 |
\LeadersLinked\Controller\StorageNetworkController::class => \LeadersLinked\Factory\Controller\StorageNetworkControllerFactory::class,
|
| - |
|
7017 |
|
| 6928 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsControllerFactory::class,
|
7018 |
\LeadersLinked\Controller\PlanningController::class => \LeadersLinked\Factory\Controller\PlanningControllerFactory::class,
|
| 6929 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsObjectivesControllerFactory::class,
|
7019 |
\LeadersLinked\Controller\PlanningObjectivesController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesControllerFactory::class,
|
| 6930 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsGoalsControllerFactory::class,
|
7020 |
\LeadersLinked\Controller\PlanningGoalsController::class => \LeadersLinked\Factory\Controller\PlanningGoalsControllerFactory::class,
|
| 6931 |
\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class => \LeadersLinked\Factory\Controller\PlanningObjectivesAndGoalsTaskControllerFactory::class,
|
7021 |
\LeadersLinked\Controller\PlanningTaskController::class => \LeadersLinked\Factory\Controller\PlanningTaskControllerFactory::class,
|
| - |
|
7022 |
|
| 6932 |
\LeadersLinked\Controller\PrivateNetworksController::class => \LeadersLinked\Factory\Controller\PrivateNetworksControllerFactory::class,
|
7023 |
\LeadersLinked\Controller\PrivateNetworksController::class => \LeadersLinked\Factory\Controller\PrivateNetworksControllerFactory::class,
|
| 6933 |
\LeadersLinked\Controller\MyPrivateNetworkController::class => \LeadersLinked\Factory\Controller\MyPrivateNetworkControllerFactory::class,
|
7024 |
\LeadersLinked\Controller\MyPrivateNetworkController::class => \LeadersLinked\Factory\Controller\MyPrivateNetworkControllerFactory::class,
|
| 6934 |
\LeadersLinked\Controller\HighPerformanceTeamsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsControllerFactory::class,
|
7025 |
\LeadersLinked\Controller\HighPerformanceTeamsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsControllerFactory::class,
|
| 6935 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsControllerFactory::class,
|
7026 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsControllerFactory::class,
|
| 6936 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewCalendarControllerFactory::class,
|
7027 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewCalendarController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewCalendarControllerFactory::class,
|
| Línea 6946... |
Línea 7037... |
| 6946 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
|
7037 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewTopicController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsViewTopicControllerFactory::class,
|
| 6947 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
|
7038 |
\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class => \LeadersLinked\Factory\Controller\HighPerformanceTeamsGroupsMembersControllerFactory::class,
|
| 6948 |
\LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
|
7039 |
\LeadersLinked\Controller\ChatController::class => \LeadersLinked\Factory\Controller\ChatControllerFactory::class,
|
| 6949 |
\LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
|
7040 |
\LeadersLinked\Controller\CommunicationController::class => \LeadersLinked\Factory\Controller\CommunicationControllerFactory::class,
|
| 6950 |
\LeadersLinked\Controller\CommunicationInboxController::class => \LeadersLinked\Factory\Controller\CommunicationInboxControllerFactory::class,
|
7041 |
\LeadersLinked\Controller\CommunicationInboxController::class => \LeadersLinked\Factory\Controller\CommunicationInboxControllerFactory::class,
|
| 6951 |
\LeadersLinked\Controller\InMailController::class => \LeadersLinked\Factory\Controller\InMailControllerFactory::class,
|
- |
|
| Línea -... |
Línea 7042... |
| - |
|
7042 |
|
| - |
|
7043 |
\LeadersLinked\Controller\HelperController::class => \LeadersLinked\Factory\Controller\HelperControllerFactory::class,
|
| - |
|
7044 |
\LeadersLinked\Controller\InMailCompanyController::class => \LeadersLinked\Factory\Controller\InMailCompanyControllerFactory::class,
|
| - |
|
7045 |
\LeadersLinked\Controller\InMailPersonalController::class => \LeadersLinked\Factory\Controller\InMailPersonalControllerFactory::class,
|
| Línea 6952... |
Línea 7046... |
| 6952 |
|
7046 |
|
| 6953 |
|
7047 |
|
| 6954 |
\LeadersLinked\Controller\ReportController::class => \LeadersLinked\Factory\Controller\ReportControllerFactory::class,
|
7048 |
\LeadersLinked\Controller\ReportController::class => \LeadersLinked\Factory\Controller\ReportControllerFactory::class,
|
| Línea 7019... |
Línea 7113... |
| 7019 |
'\LeadersLinked\Controller\GroupTypeController' => \LeadersLinked\Controller\GroupTypeController::class,
|
7113 |
'\LeadersLinked\Controller\GroupTypeController' => \LeadersLinked\Controller\GroupTypeController::class,
|
| 7020 |
'\LeadersLinked\Controller\IndustryController' => \LeadersLinked\Controller\IndustryController::class,
|
7114 |
'\LeadersLinked\Controller\IndustryController' => \LeadersLinked\Controller\IndustryController::class,
|
| 7021 |
'\LeadersLinked\Controller\JobCategoryController' => \LeadersLinked\Controller\JobCategoryController::class,
|
7115 |
'\LeadersLinked\Controller\JobCategoryController' => \LeadersLinked\Controller\JobCategoryController::class,
|
| 7022 |
'\LeadersLinked\Controller\JobDescriptionController' => \LeadersLinked\Controller\JobDescriptionController::class,
|
7116 |
'\LeadersLinked\Controller\JobDescriptionController' => \LeadersLinked\Controller\JobDescriptionController::class,
|
| 7023 |
'\LeadersLinked\Controller\PageController' => \LeadersLinked\Controller\PageController::class,
|
7117 |
'\LeadersLinked\Controller\PageController' => \LeadersLinked\Controller\PageController::class,
|
| 7024 |
'\LeadersLinked\Controller\PositionController' => \LeadersLinked\Controller\PositionController::class,
|
7118 |
'\LeadersLinked\Controller\OrganizationChartPositionController' => \LeadersLinked\Controller\OrganizationChartPositionController::class,
|
| 7025 |
'\LeadersLinked\Controller\PostController' => \LeadersLinked\Controller\PostController::class,
|
7119 |
'\LeadersLinked\Controller\PostController' => \LeadersLinked\Controller\PostController::class,
|
| 7026 |
'\LeadersLinked\Controller\SkillController' => \LeadersLinked\Controller\SkillController::class,
|
7120 |
'\LeadersLinked\Controller\SkillController' => \LeadersLinked\Controller\SkillController::class,
|
| 7027 |
'\LeadersLinked\Controller\UserController' => \LeadersLinked\Controller\UserController::class,
|
7121 |
'\LeadersLinked\Controller\UserController' => \LeadersLinked\Controller\UserController::class,
|
| 7028 |
'\LeadersLinked\Controller\DashboardController' => \LeadersLinked\Controller\DashboardController::class,
|
7122 |
'\LeadersLinked\Controller\DashboardController' => \LeadersLinked\Controller\DashboardController::class,
|
| 7029 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
7123 |
'\LeadersLinked\Controller\SelfEvaluationController' => \LeadersLinked\Controller\SelfEvaluationController::class,
|
| Línea 7062... |
Línea 7156... |
| 7062 |
'\LeadersLinked\Controller\MicrolearningExtendUserCountryController' => \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class,
|
7156 |
'\LeadersLinked\Controller\MicrolearningExtendUserCountryController' => \LeadersLinked\Controller\MicrolearningExtendUserCountryController::class,
|
| Línea 7063... |
Línea 7157... |
| 7063 |
|
7157 |
|
| 7064 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
7158 |
'\LeadersLinked\Controller\StorageController' => \LeadersLinked\Controller\StorageController::class,
|
| Línea 7065... |
Línea 7159... |
| 7065 |
'\LeadersLinked\Controller\StorageNetworkController' => \LeadersLinked\Controller\StorageNetworkController::class,
|
7159 |
'\LeadersLinked\Controller\StorageNetworkController' => \LeadersLinked\Controller\StorageNetworkController::class,
|
| 7066 |
|
7160 |
|
| 7067 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsController::class,
|
7161 |
'\LeadersLinked\Controller\PlanningController' => \LeadersLinked\Controller\PlanningController::class,
|
| 7068 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsObjectivesController::class,
|
7162 |
'\LeadersLinked\Controller\PlanningObjectivesController' => \LeadersLinked\Controller\PlanningObjectivesController::class,
|
| - |
|
7163 |
'\LeadersLinked\Controller\PlanningTaskController' => \LeadersLinked\Controller\PlanningTaskController::class,
|
| 7069 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsTaskController::class,
|
7164 |
'\LeadersLinked\Controller\PlanningGoalsController' => \LeadersLinked\Controller\PlanningGoalsController::class,
|
| 7070 |
'\LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController' => \LeadersLinked\Controller\PlanningObjectivesAndGoalsGoalsController::class,
|
7165 |
|
| 7071 |
'\LeadersLinked\Controller\MyPrivateNetworkController' => \LeadersLinked\Controller\MyPrivateNetworkController::class,
|
7166 |
'\LeadersLinked\Controller\MyPrivateNetworkController' => \LeadersLinked\Controller\MyPrivateNetworkController::class,
|
| 7072 |
'\LeadersLinked\Controller\PrivateNetworksController' => \LeadersLinked\Controller\PrivateNetworksController::class,
|
7167 |
'\LeadersLinked\Controller\PrivateNetworksController' => \LeadersLinked\Controller\PrivateNetworksController::class,
|
| 7073 |
'\LeadersLinked\Controller\HighPerformanceTeamsController' => \LeadersLinked\Controller\HighPerformanceTeamsController::class,
|
7168 |
'\LeadersLinked\Controller\HighPerformanceTeamsController' => \LeadersLinked\Controller\HighPerformanceTeamsController::class,
|
| Línea 7085... |
Línea 7180... |
| 7085 |
'\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
|
7180 |
'\LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsViewForoArticlesViewController::class,
|
| 7086 |
'\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
|
7181 |
'\LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController' => \LeadersLinked\Controller\HighPerformanceTeamsGroupsMembersController::class,
|
| 7087 |
'\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
|
7182 |
'\LeadersLinked\Controller\ChatController' => \LeadersLinked\Controller\ChatController::class,
|
| 7088 |
'\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
|
7183 |
'\LeadersLinked\Controller\CommunicationController' => \LeadersLinked\Controller\CommunicationController::class,
|
| 7089 |
'\LeadersLinked\Controller\CommunicationInboxController' => \LeadersLinked\Controller\CommunicationInboxController::class,
|
7184 |
'\LeadersLinked\Controller\CommunicationInboxController' => \LeadersLinked\Controller\CommunicationInboxController::class,
|
| - |
|
7185 |
|
| - |
|
7186 |
|
| - |
|
7187 |
|
| 7090 |
'\LeadersLinked\Controller\InMailController' => \LeadersLinked\Controller\InMailController::class,
|
7188 |
'\LeadersLinked\Controller\HelperController' => \LeadersLinked\Controller\HelperController::class,
|
| - |
|
7189 |
'\LeadersLinked\Controller\InMailCompanyController' => \LeadersLinked\Controller\InMailCompanyController::class,
|
| - |
|
7190 |
'\LeadersLinked\Controller\InMailPersonalController' => \LeadersLinked\Controller\InMailPersonalController::class,
|
| - |
|
7191 |
|
| 7091 |
'\LeadersLinked\Controller\ReportController' => \LeadersLinked\Controller\ReportController::class,
|
7192 |
'\LeadersLinked\Controller\ReportController' => \LeadersLinked\Controller\ReportController::class,
|
| 7092 |
'\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
|
7193 |
'\LeadersLinked\Controller\UnknownController' => \LeadersLinked\Controller\UnknownController::class,
|
| 7093 |
'\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
|
7194 |
'\LeadersLinked\Controller\TestController' => \LeadersLinked\Controller\TestController::class,
|
| 7094 |
'\LeadersLinked\Controller\AptitudeController' => \LeadersLinked\Controller\AptitudeController::class,
|
7195 |
'\LeadersLinked\Controller\AptitudeController' => \LeadersLinked\Controller\AptitudeController::class,
|
| 7095 |
'\LeadersLinked\Controller\HobbyAndInterestController' => \LeadersLinked\Controller\HobbyAndInterestController::class,
|
7196 |
'\LeadersLinked\Controller\HobbyAndInterestController' => \LeadersLinked\Controller\HobbyAndInterestController::class,
|
| Línea 7130... |
Línea 7231... |
| 7130 |
]
|
7231 |
]
|
| 7131 |
],
|
7232 |
],
|
| 7132 |
'laminas-cli' => [
|
7233 |
'laminas-cli' => [
|
| 7133 |
'commands' => [
|
7234 |
'commands' => [
|
| 7134 |
'check-discovery-contacts' => \LeadersLinked\Command\CheckDiscoveryContactCommand::class,
|
7235 |
'check-discovery-contacts' => \LeadersLinked\Command\CheckDiscoveryContactCommand::class,
|
| - |
|
7236 |
'duplicate-discovery-contacts' => \LeadersLinked\Command\DuplicateDiscoveryContactCommand::class,
|
| 7135 |
]
|
7237 |
]
|
| 7136 |
],
|
7238 |
],
|
| 7137 |
'service_manager' => [
|
7239 |
'service_manager' => [
|
| 7138 |
'abstract_factories' => [
|
7240 |
'abstract_factories' => [
|
| 7139 |
\Laminas\Db\Adapter\AdapterAbstractServiceFactory::class
|
7241 |
\Laminas\Db\Adapter\AdapterAbstractServiceFactory::class
|
| Línea 7144... |
Línea 7246... |
| 7144 |
return new \LeadersLinked\View\RenderingStrategy($translator);
|
7246 |
return new \LeadersLinked\View\RenderingStrategy($translator);
|
| 7145 |
},
|
7247 |
},
|
| 7146 |
'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
|
7248 |
'menuNavigation' => \LeadersLinked\Navigation\MenuNavigation::class,
|
| 7147 |
'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
|
7249 |
'footerNavigation' => \LeadersLinked\Navigation\FooterNavigation::class,
|
| 7148 |
\LeadersLinked\Command\CheckDiscoveryContactCommand::class => \LeadersLinked\Factory\Command\CheckDiscoveryContactCommandFactory::class,
|
7250 |
\LeadersLinked\Command\CheckDiscoveryContactCommand::class => \LeadersLinked\Factory\Command\CheckDiscoveryContactCommandFactory::class,
|
| - |
|
7251 |
\LeadersLinked\Command\DuplicateDiscoveryContactCommand::class => \LeadersLinked\Factory\Command\DuplicateDiscoveryContactCommandFactory::class,
|
| Línea 7149... |
Línea 7252... |
| 7149 |
|
7252 |
|
| 7150 |
],
|
7253 |
],
|
| 7151 |
'aliases' => [ // 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
|
7254 |
'aliases' => [ // 'leaders-linked-storage' => \LeadersLinked\Service\StorageService::class
|
| 7152 |
]
|
7255 |
]
|