Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 8780 Rev 8803
Línea 2... Línea 2...
2
$acl = $this->viewModel()->getRoot()->getVariable('acl');
2
$acl = $this->viewModel()->getRoot()->getVariable('acl');
3
$currentUser = $this->currentUserHelper();
3
$currentUser = $this->currentUserHelper();
4
$roleName = $currentUser->getUserTypeId();
4
$roleName = $currentUser->getUserTypeId();
Línea 5... Línea 5...
5
 
5
 
6
$params = [
6
$params = [
7
    'interview_uuid' => $interview_id,
7
    'interview_uuid' => $interview_uuid,
Línea 8... Línea 8...
8
];
8
];
9
 
9