Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1603 Rev 1620
Línea 121... Línea 121...
121
        }
121
        }
Línea 122... Línea 122...
122
        
122
        
Línea 123... Línea 123...
123
        return $result;
123
        return $result;
-
 
124
        
-
 
125
    } 
-
 
126
    public function fetchOneByGroupIdAndUserId($group_id, $user_id)
124
        
127
    {
-
 
128
        $prototype = new HighPerformanceTeamsGroupsMembers();
-
 
129
        
-
 
130
        $select = $this->sql->select(self::_TABLE);
-
 
131
        $select->where->equalTo('group_id', $group_id)->and->equalTo('user_id', $user_id);
-
 
132
        
125
    } 
133
        return $this->executeFetchOneObject($select, $prototype);
126
    
134
    }
127
    public function update($form)
135
    public function update($form)
128
    {
136
    {
129
        $hydrator = new ObjectPropertyHydrator();
137
        $hydrator = new ObjectPropertyHydrator();