Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 303 Rev 304
Línea 28... Línea 28...
28
            ]
28
            ]
29
        ]);
29
        ]);
Línea 30... Línea 30...
30
        
30
        
31
        $this->add([
31
        $this->add([
32
            'name' => 'description',
32
            'name' => 'description',
33
            'type' => \Laminas\Form\Element\TextArea::class,
33
            'type' => \Laminas\Form\Element\Textarea::class,
34
            'attributes' => [
34
            'attributes' => [
35
                'id'    => 'description',
35
                'id'    => 'description',
36
                'maxlength' => 512
36
                'maxlength' => 512
37
            ]
37
            ]