- deleted test plugin
- added FML Library
This commit is contained in:
		
							
								
								
									
										20
									
								
								application/FML/Script/Sections/Includes.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								application/FML/Script/Sections/Includes.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | ||||
| <?php | ||||
|  | ||||
| namespace FML\Script\Sections; | ||||
|  | ||||
| /** | ||||
|  * Script feature using includes | ||||
|  * | ||||
|  * @author steeffeen | ||||
|  */ | ||||
| interface Includes { | ||||
|  | ||||
| 	/** | ||||
| 	 * Return array of included files with namespaces as keys | ||||
| 	 * | ||||
| 	 * @return array | ||||
| 	 */ | ||||
| 	public function getIncludes(); | ||||
| } | ||||
|  | ||||
| ?> | ||||
		Reference in New Issue
	
	Block a user