Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 11083 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11083 Rev 11097
Línea 285... Línea 285...
285
 
285
 
286
        $currentUserPlugin = $this->plugin('currentUserPlugin');
286
        $currentUserPlugin = $this->plugin('currentUserPlugin');
287
        $currentUser = $currentUserPlugin->getUser();
287
        $currentUser = $currentUserPlugin->getUser();
Línea 288... Línea 288...
288
        $currentCompany = $currentUserPlugin->getCompany();
288
        $currentCompany = $currentUserPlugin->getCompany();
289
        
289
        
Línea 290... Línea 290...
290
        $user_uuid = $this->params()->fromRoute('user_uuid');
290
        $user_uuid = $this->params()->fromRoute('user_id');
291
        $group_uuid = $this->params()->fromRoute('group_uuid');
291
        $group_uuid = $this->params()->fromRoute('group_id');
Línea 384... Línea 384...
384
        $currentUserPlugin = $this->plugin('currentUserPlugin');
384
        $currentUserPlugin = $this->plugin('currentUserPlugin');
385
        $currentUser = $currentUserPlugin->getUser();
385
        $currentUser = $currentUserPlugin->getUser();
386
        $currentCompany = $currentUserPlugin->getCompany();
386
        $currentCompany = $currentUserPlugin->getCompany();
387
        $request = $this->getRequest();
387
        $request = $this->getRequest();
Línea 388... Línea 388...
388
        
388
        
389
        $group_uuid = $this->params()->fromRoute('group_uuid');
389
        $group_uuid = $this->params()->fromRoute('group_id');
Línea 390... Línea 390...
390
        $user_uuid = $this->params()->fromRoute('user_uuid');
390
        $user_uuid = $this->params()->fromRoute('user_id');
391
      
391
      
392
        
392