Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3146 Rev 3210
Línea 437... Línea 437...
437
    }
437
    }
438
    /**
438
    /**
439
     *
439
     *
440
     * @return Feed
440
     * @return Feed
441
     */
441
     */
442
    public function fetchAllByDevelopAndCategoryId($id, $allowEdit)
442
    public function fetchAllByDevelopAndCategoryId($id, $allowEdit = false)
443
    {
443
    {
444
        $prototype = new Feed();
444
        $prototype = new Feed();
Línea 445... Línea 445...
445
 
445
 
446
        $select = $this->sql->select(self::_TABLE);
446
        $select = $this->sql->select(self::_TABLE);