Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 1323 Rev 1662
Línea 33... Línea 33...
33
            'type' => \Laminas\Form\Element\Text::class,
33
            'type' => \Laminas\Form\Element\Text::class,
34
            'attributes' => [
34
            'attributes' => [
35
                'id'    => 'rating',
35
                'id'    => 'rating',
36
            ],
36
            ],
37
        ]);
37
        ]);
-
 
38
        
-
 
39
        $this->add([
-
 
40
            'name' => 'added_on',
-
 
41
            'type' => \Laminas\Form\Element\Text::class,
-
 
42
            'attributes' => [
-
 
43
                'id'    => 'added_on',
-
 
44
            ],
-
 
45
        ]);
38
    }
46
    }
39
}
47
}