format_text($row['authperso_name']);
}
}
}
return $this->format_text($this->msg[$name]);
}
/**
* donnees complementaires
* @return array
*/
public function get_additional_managed_datas() {
return [
"authperso_id" => $this->get_datasource_data('authperso_id'),
];
}
public function get_sort_selector(){
global $msg, $charset;
$form = "";
$authperso_id = $this->get_datasource_data('authperso_id');
if($this->entity_type){
$form .= "
format_text($this->msg['frbr_entity_common_entity_datanode_sort_create'])."\" />";
} else {
$form .= "
".htmlentities($msg['frbr_datasource_choice'], ENT_QUOTES, $charset)."
"; } return $form; } public function get_filters_selector(){ global $msg, $charset; $form = ""; $authperso_id = $this->get_datasource_data('authperso_id'); if($this->entity_type){ $form .= " "; $form.="".htmlentities($msg['frbr_datasource_choice'], ENT_QUOTES, $charset)."
"; } return $form; } }