Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 279 Rev 432
Línea 29... Línea 29...
29
            'attributes' => [
29
            'attributes' => [
30
                'id'    => 'content',
30
                'id'    => 'content',
31
            ]
31
            ]
32
        ]);
32
        ]);
Línea -... Línea 33...
-
 
33
 
-
 
34
 
-
 
35
        $this->add([
-
 
36
            'name' => 'status',
-
 
37
            'type' => Laminas\Form\Element\Hidden::class,
-
 
38
            'attributes' => [
-
 
39
                'id'    => 'status',
-
 
40
            ]
-
 
41
        ]);
33
 
42
 
Línea 34... Línea 43...
34
    }
43
    }
35
 
44