Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16797 Rev 16798
Línea 79... Línea 79...
79
        $this->logger       = $logger;
79
        $this->logger       = $logger;
80
        $this->config       = $config;
80
        $this->config       = $config;
81
        $this->translator   = $translator;
81
        $this->translator   = $translator;
82
    }
82
    }
Línea 83... Línea 83...
83
 
83
 
-
 
84
    public function indexAction() 
84
    public function indexAction() {
85
    {
85
        $request = $this->getRequest();
86
        $request = $this->getRequest();
86
        $currentUserPlugin = $this->plugin('currentUserPlugin');
87
        $currentUserPlugin = $this->plugin('currentUserPlugin');
87
        $currentCompany = $currentUserPlugin->getCompany();
88
        $currentCompany = $currentUserPlugin->getCompany();