Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 432 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 432 Rev 434
Línea 32... Línea 32...
32
        ]);
32
        ]);
Línea 33... Línea 33...
33
 
33
 
34
 
34
 
35
        $this->add([
35
        $this->add([
36
            'name' => 'status',
36
            'name' => 'status',
37
            'type' => Laminas\Form\Element\Hidden::class,
37
            'type' => \Laminas\Form\Element\Hidden::class,
38
            'attributes' => [
38
            'attributes' => [
39
                'id'    => 'status',
39
                'id' => 'status',
Línea 40... Línea 40...
40
            ]
40
            ]