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