Proyectos de Subversion LeadersLinked - Backend

Rev

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

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