- deleted test plugin
- added FML Library
This commit is contained in:
		
							
								
								
									
										18
									
								
								application/FML/Script/Sections/Constants.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								application/FML/Script/Sections/Constants.php
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| <?php | ||||
|  | ||||
| namespace FML\Script\Sections; | ||||
|  | ||||
| /** | ||||
|  * Script feature using constants | ||||
|  * | ||||
|  * @author steeffeen | ||||
|  */ | ||||
| interface Constants { | ||||
|  | ||||
| 	/** | ||||
| 	 * Return array of constant values with names as keys | ||||
| 	 */ | ||||
| 	public function getConstants(); | ||||
| } | ||||
|  | ||||
| ?> | ||||
		Reference in New Issue
	
	Block a user