Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 236 Rev 279
Línea 60... Línea 60...
60
    }
60
    }
Línea 61... Línea 61...
61
    
61
    
62
    
62
    
-
 
63
    /**
-
 
64
     *
-
 
65
     * @param int $form_id
-
 
66
     * @param int $user_id
-
 
67
     * @return CompanySelfEvaluationTest
-
 
68
     */
-
 
69
    public function fetchOneBy($form_id, $user_id)
-
 
70
    {
-
 
71
        $prototype = new CompanySelfEvaluationTest();
-
 
72
        
-
 
73
        $select = $this->sql->select(self::_TABLE);
-
 
74
        $select->where->equalTo('form_id', $form_id);
-
 
75
        $select->where->equalTo('user_id', $user_id);
-
 
76
        
-
 
77
        return $this->executeFetchOneObject($select, $prototype);
-
 
78
    }
-
 
79
    
-
 
80
    
63
    /**
81
    /**
64
     *
82
     *
65
     * @param int $uuid
83
     * @param int $uuid
66
     * @return CompanySelfEvaluationTest
84
     * @return CompanySelfEvaluationTest
67
     */
85
     */