9 lines
		
	
	
		
			212 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			212 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $custom_report_targets_set = array (
 | |
|   'object_single' => 'Einzelnes Objekt',
 | |
|   'object_list' => 'Mehrere Objekte',
 | |
|   'loan' => 'Leihvorgang',
 | |
|   'exhibition' => 'Ausstellung',
 | |
| );
 |