Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 283 Rev 333
Línea 131... Línea 131...
131
                $values = [
131
                $values = [
132
                    Group::PRIVACY_IS_PRIVATE => 'LABEL_PRIVATE',
132
                    Group::PRIVACY_IS_PRIVATE => 'LABEL_PRIVATE',
133
                    Group::PRIVACY_IS_PUBLIC => 'LABEL_PUBLIC'
133
                    Group::PRIVACY_IS_PUBLIC => 'LABEL_PUBLIC'
134
                ];
134
                ];
Línea 135... Línea 135...
135
 
135
 
Línea 136... Línea 136...
136
                $storage = Storage::getInstance($this->config);
136
                $storage = Storage::getInstance($this->config, $this->adapter);
137
                
137
                
138
                $items = [];
138
                $items = [];
Línea 431... Línea 431...
431
                $total_members = $groupMemberMapper->fetchTotalByGroupId($group->id);
431
                $total_members = $groupMemberMapper->fetchTotalByGroupId($group->id);
Línea 432... Línea 432...
432
                
432
                
433
                $image_size_cover = $this->config['leaderslinked.image_sizes.group_cover_upload'];
433
                $image_size_cover = $this->config['leaderslinked.image_sizes.group_cover_upload'];
Línea 434... Línea 434...
434
                $image_size_profile = $this->config['leaderslinked.image_sizes.group_image_upload'];
434
                $image_size_profile = $this->config['leaderslinked.image_sizes.group_image_upload'];
Línea 435... Línea 435...
435
                
435
                
436
                $storage = Storage::getInstance($this->config);
436
                $storage = Storage::getInstance($this->config, $this->adapter);
437
                
437
                
Línea 692... Línea 692...
692
                        'data'   => $messages
692
                        'data'   => $messages
693
                    ]);
693
                    ]);
694
                }
694
                }
695
            }
695
            }
Línea 696... Línea 696...
696
            
696
            
Línea 697... Línea 697...
697
            $storage = Storage::getInstance($this->config);
697
            $storage = Storage::getInstance($this->config, $this->adapter);
698
            
698
            
699
            return new JsonModel([
699
            return new JsonModel([
Línea 839... Línea 839...
839
                        'data'   => $messages
839
                        'data'   => $messages
840
                    ]);
840
                    ]);
841
                }
841
                }
842
            }
842
            }
Línea 843... Línea 843...
843
            
843
            
Línea 844... Línea 844...
844
            $storage = Storage::getInstance($this->config);
844
            $storage = Storage::getInstance($this->config, $this->adapter);
845
            
845
            
846
            return new JsonModel([
846
            return new JsonModel([