Huge FML Update
This commit is contained in:
		
							
								
								
									
										14
									
								
								application/core/FML/ManiaCode/Element.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								application/core/FML/ManiaCode/Element.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,14 @@
 | 
			
		||||
<?php
 | 
			
		||||
 | 
			
		||||
namespace FML\ManiaCode;
 | 
			
		||||
 | 
			
		||||
interface Element {
 | 
			
		||||
 | 
			
		||||
	/**
 | 
			
		||||
	 * Render the ManiaCode Element
 | 
			
		||||
	 *
 | 
			
		||||
	 * @param \DOMDocument $domDocument The DomDocument for which the Element should be rendered
 | 
			
		||||
	 * @return \DOMElement
 | 
			
		||||
	 */
 | 
			
		||||
	public function render(\DOMDocument $domDocument);
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user