1 2 3 4 5 6 7
<?php require_once('Plugin.class.php'); abstract class SenderBroadcast extends Plugin { public abstract function send($id, $subject, $body); }