Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3712 Rev 3720
Línea 718... Línea 718...
718
            if($newCapsules) {
718
            if($newCapsules) {
Línea 719... Línea 719...
719
 
719
 
720
             
720
             
-
 
721
                if($device->token && $is_foreground)
-
 
722
                {
-
 
723
                    
-
 
724
            
-
 
725
                    
-
 
726
                    $applicationMapper = ApplicationMapper::getInstance($this->adapter);
-
 
727
                    $application = $applicationMapper->fetchOne(Application::TWOGETSKILLS);
-
 
728
                    
Línea 721... Línea 729...
721
                if($device->token && $is_foreground)
729
      
722
                {
730
                    
-
 
731
                
-
 
732
                    $pushMapper = PushMapper::getInstance($this->adapter);
-
 
733
                    $pushTemplateMapper = PushTemplateMapper::getInstance($this->adapter);
723
                
734
                    $pushTemplate = $pushTemplateMapper->fetchOneByCodeAndCompanyId(PushTemplate::ID_MICRO_LEARNING_NEW_CONTENT, $applicationVariant->company_id);
-
 
735
                    
-
 
736
                    if(!$pushTemplate) {
-
 
737
                        $pushTemplate = $pushTemplateMapper-> fetchOneByCodeDefault(PushTemplate::ID_MICRO_LEARNING_NEW_CONTENT);
Línea 724... Línea 738...
724
                    $pushMapper = PushMapper::getInstance($this->adapter);
738
                        
725
                    $pushTemplateMapper = PushTemplateMapper::getInstance($this->adapter);
739
                    }
726
                    $pushTemplate = $pushTemplateMapper->fetchOne(PushTemplate::ID_MICRO_LEARNING_NEW_CONTENT);
740
                    
727
                    
-
 
728
                    //echo 'PushTemplate' . PHP_EOL;
-
 
Línea 729... Línea 741...
729
                    //print_r($pushTemplate);
741
                    
730
                    
742
                    //echo 'PushTemplate' . PHP_EOL;
731
                    $applicationMapper = ApplicationMapper::getInstance($this->adapter);
743
                    //print_r($pushTemplate);