Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 14816 Rev 15086
Línea 41... Línea 41...
41
     * @return array
41
     * @return array
42
     */
42
     */
43
    private function optionsIndustry($adapter)
43
    private function optionsIndustry($adapter)
44
    {
44
    {
45
        $industryMapper = IndustryMapper::getInstance($adapter);
45
        $industryMapper = IndustryMapper::getInstance($adapter);
46
        $industries  = $industryMapper->fetchAllActives();
46
        $industries  = $industryMapper->fetchAllActive();
Línea 47... Línea 47...
47
        
47
        
48
        $options = [];
48
        $options = [];
49
        foreach($industries as $industry)
49
        foreach($industries as $industry)
50
        {
50
        {