Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 302 Rev 303
Línea 25... Línea 25...
25
            'attributes' => [
25
            'attributes' => [
26
                'id'    => 'name',
26
                'id'    => 'name',
27
                'maxlength' => 100
27
                'maxlength' => 100
28
            ]
28
            ]
29
        ]);
29
        ]);
-
 
30
        
-
 
31
        $this->add([
-
 
32
            'name' => 'description',
-
 
33
            'type' => \Laminas\Form\Element\TextArea::class,
-
 
34
            'attributes' => [
-
 
35
                'id'    => 'description',
-
 
36
                'maxlength' => 512
-
 
37
            ]
-
 
38
        ]);
30
    }
39
    }
31
}
40
}