Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 5560 Rev 5652
Línea 45... Línea 45...
45
            ],
45
            ],
46
        ]);
46
        ]);
Línea 47... Línea 47...
47
        
47
        
48
        $this->add([
48
        $this->add([
49
            'name' => 'file',
49
            'name' => 'file',
50
            'type' => \Laminas\Form\Element\Text::class,
50
            'type' => \Laminas\Form\Element\Hidden::class,
51
             'attributes' => [
51
            'attributes' => [
52
                'id' => 'file',
52
                'id' => 'file',
53
            ]
53
            ]
Línea 54... Línea 54...
54
         ]);
54
        ]);
55
        
55