Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 538 Rev 539
Línea 64... Línea 64...
64
        $select->limit(1);
64
        $select->limit(1);
Línea 65... Línea 65...
65
        
65
        
66
        $prototype = new JobDescription();
66
        $prototype = new JobDescription();
67
        return $this->executeFetchOneObject($select, $prototype);
67
        return $this->executeFetchOneObject($select, $prototype);
-
 
68
    }
-
 
69
 
-
 
70
    /**
-
 
71
     *
-
 
72
     * @return JobDescription[]
-
 
73
     */
-
 
74
    public function fetchAllByDefault()
-
 
75
    {
-
 
76
        $select = $this->sql->select(self::_TABLE);
-
 
77
        $select->where->isNull('company_id');
-
 
78
        
-
 
79
        $prototype = new JobDescription();
-
 
80
        return $this->executeFetchAllObject($select, $prototype);
Línea 68... Línea 81...
68
    }
81
    }
69
    
82
    
70
    /**
83
    /**
71
     *
84
     *