9 lines
		
	
	
		
			234 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			234 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $institution_public_private_category_set = array (
 | |
|   'public' => 'Общественный',
 | |
|   'private' => 'Частный',
 | |
|   'religious' => 'Религиозный',
 | |
|   'mixed' => 'Разное',
 | |
| );
 |