Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3142 Rev 3143
Línea 92... Línea 92...
92
        return $this->executeFetchOneObject($select, $prototype);
92
        return $this->executeFetchOneObject($select, $prototype);
93
    }
93
    }
Línea 94... Línea 94...
94
    
94
    
95
    /**
95
    /**
-
 
96
     *
-
 
97
     * @param int $id
-
 
98
     * @return Feed
-
 
99
     */
-
 
100
    public function fetchOneAnyStatus($id)
-
 
101
    {
-
 
102
        $prototype = new Feed();
-
 
103
        $select = $this->sql->select(self::_TABLE);
-
 
104
        $select->where->equalTo('id', $id);
-
 
105
 
-
 
106
        
-
 
107
        return $this->executeFetchOneObject($select, $prototype);
-
 
108
    }
-
 
109
    
-
 
110
    /**
96
     *
111
     *
97
     * @param int $feed_uuid
112
     * @param int $feed_uuid
98
     * @return Feed
113
     * @return Feed
99
     */
114
     */
100
    public function fetchOneByUuid($uuid)
115
    public function fetchOneByUuid($uuid)