11 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?PHP
 | |
| declare(strict_types = 1);
 | |
| $object_publication_background = array (
 | |
|   0 => 'Illustration publiée',
 | |
|   1 => 'Transcription publiée',
 | |
|   2 => 'discuté',
 | |
|   3 => 'recensé',
 | |
|   4 => 'référencé',
 | |
|   5 => 'annoncé',
 | |
| );
 |