mirror of
				https://bitbucket.org/jsuto/piler.git
				synced 2025-11-04 05:22:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			151 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			151 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
class Document {
 | 
						|
   public $title;
 | 
						|
   public $description;
 | 
						|
   public $base;
 | 
						|
   public $charset = 'utf-8';
 | 
						|
   public $language = 'en-gb';
 | 
						|
}
 | 
						|
 | 
						|
 | 
						|
?>
 |