Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7016 Rev 7047
Línea 84... Línea 84...
84
        
84
        
85
        return $paginator;
85
        return $paginator;
Línea 86... Línea 86...
86
    }
86
    }
-
 
87
    
-
 
88
    /**
-
 
89
     *
-
 
90
     * @param int $goal_id
-
 
91
     * @return PlanningTask[]
-
 
92
     */
-
 
93
    public function fetchAllByGoalId($goal_id)
-
 
94
    {
-
 
95
        $prototype = new PlanningTask();
-
 
96
        $select = $this->sql->select(self::_TABLE);
-
 
97
        $select->where->equalTo('goal_id', $goal_id);
-
 
98
        $select->order('title');
-
 
99
        
-
 
100
        return $this->executeFetchAllObject($select, $prototype);
-
 
101
    }
-
 
102
    
87
    
103
    
88
    /**
104
    /**
89
     * 
105
     * 
90
     * @param int $company_id
106
     * @param int $company_id
91
     * @param int $goal_id
107
     * @param int $goal_id