]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/noticestreamaction.php
Forgot NoticestreamAction, thanks roland.
[quix0rs-gnu-social.git] / lib / noticestreamaction.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 interface NoticestreamAction
6 {
7     // this fetches the NoticeStream
8     public function getStream();
9 }