Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 852 Rev 863
Línea 97... Línea 97...
97
     * @param int $topic_id
97
     * @param int $topic_id
98
     * @return RecruitmentSelectionVacancy[]
98
     * @return RecruitmentSelectionVacancy[]
99
     */
99
     */
100
    public function fetchAllByCompanyIdAndVacancyId($company_id, $vancacy_id)
100
    public function fetchAllByCompanyIdAndVacancyId($company_id, $vancacy_id)
101
    {
101
    {
102
        $prototype = new CompanyMicrolearningCapsule();
102
        $prototype = new RecruitmentSelectionVacancy();
Línea 103... Línea 103...
103
        
103
        
104
        $select = $this->sql->select(self::_TABLE);
104
        $select = $this->sql->select(self::_TABLE);
105
        $select->where->equalTo('company_id', $company_id);
105
        $select->where->equalTo('company_id', $company_id);
106
        $select->where->equalTo('topic_id', $vacancy_id);
106
        $select->where->equalTo('topic_id', $vacancy_id);