input; // Call the parent display to display the layout file $this -> projectId = $input->get('projectId',null,'string'); $this -> ga = $input->get('ga', null, 'string'); $this -> funder = $input->get('funder','ec__________::EC', 'string'); $this -> hideOnEmpty = ($input->get('hideOnEmpty') == 'true'); $this -> type = $input->get('type','publication','string'); parent::display($template); } }