Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 1 Rev 15831
Línea 13... Línea 13...
13
    public function __construct() 
13
    public function __construct() 
14
    {
14
    {
15
        parent::__construct();
15
        parent::__construct();
16
        $this->setInputFilter(new UserUploadFilter());
16
        $this->setInputFilter(new UserUploadFilter());
Línea -... Línea 17...
-
 
17
 
-
 
18
/*
-
 
19
        $this->add([
-
 
20
            'name' => 'network_id',
-
 
21
            'type' => \Laminas\Form\Element\Select::class,
-
 
22
            'options' => [
-
 
23
                'empty_option' => 'LABEL_NETWORK',
-
 
24
                'value_options' => $networks,
-
 
25
            ],
-
 
26
            'attributes' => [
-
 
27
                'id' => 'status',
-
 
28
            ]
-
 
29
        ]);
Línea 17... Línea 30...
17
 
30
        */
18
        
31
        
19
        $this->add([
32
        $this->add([
20
            'name' => 'file',
33
            'name' => 'file',