type_object, $element->id); return $object_instance->get_isbd(); } protected function get_element_edit_link($element) { $object_instance = authorities_collection::get_authority($element->type_object, $element->id); return $object_instance->get_gestion_link();; } protected function process_element($element) { global $pmb_url_base; $url=$element->link; if(preg_match('`^[a-zA-Z0-9_]+\.php`',$url)){ $url=$pmb_url_base."/".$url; } $element->link = $url; return $this->check_link($element); } } ?>