Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 15458
Línea 17... Línea 17...
17
    {
17
    {
18
        parent::__construct();
18
        parent::__construct();
19
        $this->setInputFilter(new PageFilter());
19
        $this->setInputFilter(new PageFilter());
Línea 20... Línea 20...
20
        
20
        
21
        $this->add([
21
        $this->add([
22
            'name' => 'id',
22
            'name' => 'code',
23
            'type' => \Laminas\Form\Element\Text::class,
23
            'type' => \Laminas\Form\Element\Text::class,
24
            'attributes' => [
24
            'attributes' => [
25
                'maxlength' 	=> 64,
25
                'maxlength' 	=> '64',
26
                'id' 			=> 'id',
26
                'id' 			=> 'code',
27
            ]
27
            ]
Línea 28... Línea 28...
28
        ]);
28
        ]);
29
        
29