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