Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 6990
Línea 47... Línea 47...
47
            ],
47
            ],
48
        ]);
48
        ]);
Línea 49... Línea 49...
49
        
49
        
50
        $this->add([
50
        $this->add([
51
            'name' => 'file',
51
            'name' => 'file',
52
            'type' => \Laminas\Form\Element\File::class,
52
            'type' => \Laminas\Form\Element\Hidden::class,
53
             'attributes' => [
53
            'attributes' => [
54
                'id' => 'file',
54
                'id' => 'file',
55
            ]
55
            ]
56
         ]);
-
 
57
        
56
        ]);
58
        $this->add([
57
        $this->add([
59
            'name' => 'marketplace',
58
            'name' => 'marketplace',
60
            'type' => \Laminas\Form\Element\File::class,
59
            'type' => \Laminas\Form\Element\Hidden::class,
61
            'attributes' => [
60
            'attributes' => [
62
                'id' => 'marketplace',
61
                'id' => 'marketplace',
63
            ],
62
            ]
Línea 64... Línea 63...
64
        ]);
63
        ]);
65
        
64