Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 187 Rev 15386
Línea 19... Línea 19...
19
     * @param int $topic_id
19
     * @param int $topic_id
20
     */
20
     */
21
    public function __construct($adapter, $company_id, $topic_id) 
21
    public function __construct($adapter, $company_id, $topic_id) 
22
    {
22
    {
23
        parent::__construct();
23
        parent::__construct();
24
        $this->setInputFilter(new SlideFilter($adapter));
24
        $this->setInputFilter(new TopicCapsuleFilter($adapter));
Línea 25... Línea 25...
25
        
25
        
26
        $this->add([
26
        $this->add([
27
            'name' => 'topic_uuid',
27
            'name' => 'topic_uuid',
28
            'type' => \Laminas\Form\Element\Select::class,
28
            'type' => \Laminas\Form\Element\Select::class,