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