Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 17002 Rev 17319
Línea 45... Línea 45...
45
     *
45
     *
46
     * @param AdapterInterface $adapter
46
     * @param AdapterInterface $adapter
47
     */
47
     */
48
    private function getSelectCapsuleOptions($adapter, $company_id)
48
    private function getSelectCapsuleOptions($adapter, $company_id)
49
    {
49
    {
50
        $options = [];
50
        $options = [
-
 
51
            '' => 'LABEL_SELECT'
-
 
52
        ];
Línea 51... Línea 53...
51
        
53
        
52
        $mapper = MicrolearningCapsuleMapper::getInstance($adapter);
54
        $mapper = MicrolearningCapsuleMapper::getInstance($adapter);
Línea 53... Línea 55...
53
        $records = $mapper->fetchAllByCompanyId($company_id);
55
        $records = $mapper->fetchAllByCompanyId($company_id);