Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 283 Rev 333
Línea 118... Línea 118...
118
            
118
            
Línea 119... Línea 119...
119
            $items = [];
119
            $items = [];
120
            
120
            
121
            $contentReactionMapper = ContentReactionMapper::getInstance($this->adapter);
121
            $contentReactionMapper = ContentReactionMapper::getInstance($this->adapter);
Línea 122... Línea 122...
122
            $records = $contentReactionMapper->fetchAllByPostId($post->id);
122
            $records = $contentReactionMapper->fetchAllByPostId($post->id);
123
            $storage = Storage::getInstance($this->config);
123
            $storage = Storage::getInstance($this->config, $this->adapter);
124
            
124
            
125
            foreach($records as $record)
125
            foreach($records as $record)
Línea 243... Línea 243...
243
            
243
            
244
          
244
          
Línea 245... Línea 245...
245
        
245
        
246
            
246
            
247
            
247
            
Línea 790... Línea 790...
790
 
790
 
791
        $postMapper = PostMapper::getInstance($this->adapter);
791
        $postMapper = PostMapper::getInstance($this->adapter);
Línea 792... Línea 792...
792
        $post = $postMapper->fetchOne($record->post_id);
792
        $post = $postMapper->fetchOne($record->post_id);
793
 
793
 
Línea 794... Línea 794...
794
        if ($record) {
794
        if ($record) {
Línea 795... Línea 795...
795
            $storage = Storage::getInstance($this->config);
795
            $storage = Storage::getInstance($this->config, $this->adapter);