1
0
smsgateway/smsBackend.php
2011-09-30 13:43:21 +02:00

7 linhas
83 B
PHP

<?php
interface smsBackend
{
public function sendSMS($recipient, $message);
}