interface class constants
This commit is contained in:
		| @@ -4,10 +4,14 @@ namespace ManiaControl\Callbacks; | ||||
|  | ||||
| /** | ||||
|  * Interface for CallbackListener | ||||
|  *  | ||||
|  * | ||||
|  * @author steeffeen & kremsy | ||||
|  */ | ||||
| interface CallbackListener { | ||||
| 	/** | ||||
| 	 * Constants | ||||
| 	 */ | ||||
| 	const CALLBACKLISTENER_INTERFACE = __CLASS__; | ||||
| } | ||||
|  | ||||
| ?> | ||||
|   | ||||
| @@ -8,6 +8,10 @@ namespace ManiaControl\Manialinks; | ||||
|  * @author steeffeen & kremsy | ||||
|  */ | ||||
| interface ManialinkPageAnswerListener { | ||||
| 	/** | ||||
| 	 * Constants | ||||
| 	 */ | ||||
| 	const MANIALINKPAGEANSWERLISTENER_INTERFACE = __CLASS__; | ||||
| } | ||||
|  | ||||
| ?> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user