9 lines
		
	
	
		
			241 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			241 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $custom_report_targets_set = array (
 | |
|   'object_single' => 'Одиночный объект',
 | |
|   'object_list' => 'Много объектов',
 | |
|   'loan' => 'Займ',
 | |
|   'exhibition' => 'Выставка',
 | |
| );
 |