phan 1차
This commit is contained in:
@@ -473,4 +473,12 @@ class Message
|
||||
], 'id=%i', $this->id);
|
||||
|
||||
}
|
||||
|
||||
public function agreeMessage(int $receiverID, string &$reason):int{
|
||||
throw new NotInheritedMethodException();
|
||||
}
|
||||
|
||||
public function declineMessage(int $receiverID, string &$reason):int{
|
||||
throw new NotInheritedMethodException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user