interface class constants
This commit is contained in:
parent
bebda8f69a
commit
7f4b45286a
@ -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__;
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user