Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11080 Rev 11209
Línea 16... Línea 16...
16
    public function __construct(){
16
    public function __construct(){
17
        parent::__construct();
17
        parent::__construct();
18
        $this->setInputFilter(new HighPerformanceTeamsGroupsFeedFilter());
18
        $this->setInputFilter(new HighPerformanceTeamsGroupsFeedFilter());
Línea 19... Línea -...
19
 
-
 
20
        
-
 
21
        $this->add([
-
 
22
            'name' => 'type',
-
 
23
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
24
            'attributes' => [
-
 
25
                'id'    => 'type',
-
 
26
                'value' => Feed::TYPE_HPTG
19
 
27
            ]
-
 
28
        ]);
-
 
29
        $this->add([
-
 
30
            'name' => 'topic_id',
-
 
31
            'type' => \Laminas\Form\Element\Hidden::class,
-
 
32
            'attributes' => [
-
 
33
                'id'    => 'topic_id',
20
        
34
            ]
21
       
35
        ]);
22
        
36
        $this->add([
23
        $this->add([
37
            'name' => 'priority',
24
            'name' => 'priority',
38
            'type' => \Laminas\Form\Element\Checkbox::class,
25
            'type' => \Laminas\Form\Element\Checkbox::class,