Final(?) version
This commit is contained in:
committed by
Polonkai Gergely
parent
30f450df66
commit
31c6abc039
6
smsBackend.php
Normal file
6
smsBackend.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
interface smsBackend
|
||||
{
|
||||
public function sendSMS($recipient, $message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user