Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2339 Rev 2340
Línea 81... Línea 81...
81
        ->unnest();    
81
        ->unnest();    
Línea 82... Línea 82...
82
        
82
        
83
        return $this->executeFetchOneObject($select, $prototype);
83
        return $this->executeFetchOneObject($select, $prototype);
Línea 84... Línea 84...
84
    }
84
    }
85
 
85
 
86
    public function fetchOneByCompanyId1AndUserId2($company_id, $user_id)
86
    public function fetchOneByCompanyIdAndUserId($company_id, $user_id)
87
    {
87
    {
88
        $prototype = new Conversation();
88
        $prototype = new Conversation();
89
        $select = $this->sql->select(self::_TABLE);
89
        $select = $this->sql->select(self::_TABLE);