Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5834 Rev 5835
Línea 47... Línea 47...
47
    }
47
    }
Línea 48... Línea 48...
48
 
48
 
49
    /**
49
    /**
50
     * 
50
     * 
51
     * @param int $id
-
 
52
     * @return DiscoveryContact
-
 
53
     */
-
 
54
    public function fetchAll()
-
 
55
    {
-
 
56
 
-
 
57
        $select = $this->sql->select(self::_TABLE);
-
 
58
        //$select->where->equalTo('id', $id);
-
 
59
 
-
 
60
        $prototype = new DiscoveryContactLog();
-
 
61
        return $this->executeFetchOneObject($select, $prototype);
-
 
62
    }
-
 
63
 
-
 
64
    /**
-
 
65
     * 
-
 
66
     * @param int $id
51
     * @param int $id
67
     * @return DiscoveryContactLogMapper
52
     * @return DiscoveryContactLogMapper
68
     */
53
     */
69
    public function fetchOne($id)
54
    public function fetchOne($id)