summaryrefslogtreecommitdiff
path: root/Postman/notifications/INotify.php
blob: d330cbea1a4c1df7968fe5786d672ea306153c0f (plain)
1
2
3
4
<?php
interface Postman_Notify {
    public function send_message( $message );
}