Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 6041 Rev 6042
Línea 1441... Línea 1441...
1441
     */
1441
     */
1442
    private function renderFeed($feed_id, $now, $feedHighlighted = 0)
1442
    private function renderFeed($feed_id, $now, $feedHighlighted = 0)
1443
    {
1443
    {
1444
        $currentUserPlugin = $this->plugin('currentUserPlugin');
1444
        $currentUserPlugin = $this->plugin('currentUserPlugin');
1445
        $currentUser = $currentUserPlugin->getUser();
1445
        $currentUser = $currentUserPlugin->getUser();
-
 
1446
        $currentNetworkPlugin = $this->plugin('currentNetworkPlugin');
-
 
1447
        $network = $currentNetworkPlugin->getNetwork();
-
 
1448
 
-
 
1449
 
-
 
1450
        $currentCompany = $currentUserPlugin->getCompany();
-
 
1451
 
-
 
1452
        $companyMapper = CompanyMapper::getInstance($this->adapter);
-
 
1453
        $company = $companyMapper->fetchOne($currentCompany->id);
-
 
1454
 
-
 
1455
 
-
 
1456
        $companyUserMapper = CompanyUserMapper::getInstance($this->adapter);
-
 
1457
        $owner = $companyUserMapper->fetchOwnerByCompanyId($currentCompany->id);
Línea 1446... Línea 1458...
1446
 
1458
 
Línea 1447... Línea 1459...
1447
        //$acl = $this->getEvent()->getViewModel()->getVariable('acl');
1459
        //$acl = $this->getEvent()->getViewModel()->getVariable('acl');
1448
 
1460