Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 5835 Rev 5836
Línea 46... Línea 46...
46
        return self::$_instance;
46
        return self::$_instance;
47
    }
47
    }
Línea 48... Línea 48...
48
 
48
 
49
    /**
49
    /**
-
 
50
     * 
-
 
51
     * @return Service[]
-
 
52
     */
-
 
53
    public function fetchAll()
-
 
54
    {
-
 
55
        $prototype = new DiscoveryContactLog();
-
 
56
        $select = $this->sql->select(self::_TABLE);
-
 
57
        $select->order('id ASC');
-
 
58
 
-
 
59
        return $this->executeFetchAllObject($select, $prototype);
-
 
60
    }
-
 
61
 
-
 
62
    /**
50
     * 
63
     * 
51
     * @param int $id
64
     * @param int $id
52
     * @return DiscoveryContactLogMapper
65
     * @return DiscoveryContactLogMapper
53
     */
66
     */
54
    public function fetchOne($id)
67
    public function fetchOne($id)