Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 1 Rev 192
Línea 96... Línea 96...
96
    }
96
    }
Línea 97... Línea 97...
97
    
97
    
98
    
98
    
-
 
99
    /**
-
 
100
     *
-
 
101
     * @param string $uuid
-
 
102
     * @return ChatGroupMessage
-
 
103
     */
-
 
104
    public function fetchOneByUuid($uuid)
-
 
105
    {
-
 
106
        $prototype = new ChatGroupMessage();
-
 
107
        
-
 
108
        $select = $this->sql->select(self::_TABLE);
-
 
109
        $select->where->equalTo('uuid', $uuid);
-
 
110
        
-
 
111
        return $this->executeFetchOneObject($select, $prototype);
-
 
112
    }
-
 
113
    
99
    /**
114
    /**
100
     *
115
     *
101
     * @param int $id
116
     * @param int $id
102
     * @return ChatGroupMessage[]
117
     * @return ChatGroupMessage[]
103
     */
118
     */