Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1 Rev 3454
Línea 95... Línea 95...
95
    
95
    
96
    /**
96
    /**
97
     *
97
     *
98
     * @return CompanySize[]
98
     * @return CompanySize[]
99
     */
99
     */
100
    public function fetchAllActives()
100
    public function fetchAllActive()
101
    {
101
    {
102
        $prototype = new CompanySize();
102
        $prototype = new CompanySize();
103
        $select = $this->sql->select(self::_TABLE);
103
        $select = $this->sql->select(self::_TABLE);
104
        $select->where->equalTo('status', CompanySize::STATUS_ACTIVE);
104
        $select->where->equalTo('status', CompanySize::STATUS_ACTIVE);