Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 6516
Línea 40... Línea 40...
40
            ],
40
            ],
41
        ]);
41
        ]);
Línea 42... Línea 42...
42
        
42
        
43
        $this->add([
43
        $this->add([
44
            'name' => 'file',
44
            'name' => 'file',
45
            'type' => \Laminas\Form\Element\File::class,
45
            'type' => \Laminas\Form\Element\Hidden::class,
46
             'attributes' => [
46
            'attributes' => [
47
                'id' => 'file',
47
                'id' => 'file',
48
            ]
48
            ]
Línea 49... Línea 49...
49
         ]);
49
        ]);
50
 
50