Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1747 Rev 3471
Línea 19... Línea 19...
19
{
19
{
20
    const _TABLE = 'tbl_recruitment_selection_candidate_interviews_file';
20
    const _TABLE = 'tbl_recruitment_selection_candidate_interviews_file';
Línea 21... Línea 21...
21
    
21
    
22
    /**
22
    /**
23
     *
23
     *
24
     * @var RecruitmentInterviewMapper
24
     * @var RecruitmentSelectionInterviewFileMapper
25
     */
25
     */
Línea 26... Línea 26...
26
    private static $_instance;
26
    private static $_instance;
27
    
27
    
Línea 186... Línea 186...
186
        return $result;
186
        return $result;
187
    }
187
    }
Línea 188... Línea 188...
188
    
188
    
189
    /**
189
    /**
190
     *
190
     *
191
     * @param RecruitmentInterview $form
191
     * @param RecruitmentSelectionInterviewFile $form
192
     * @return boolean
192
     * @return boolean
193
     */
193
     */
194
    public function update($form)
194
    public function update($form)
195
    {
195
    {