params = $params; parent::__construct($type, $id, $isbd); } public function set_vedette_element_from_database(){ $auth = new authperso_authority($this->params['id_authority']); $this->isbd = $auth->get_isbd(); } }