gnu-social/lib/noticestreamaction.php
2015-07-04 00:02:05 +02:00

10 lines
151 B
PHP

<?php
if (!defined('GNUSOCIAL')) { exit(1); }
interface NoticestreamAction
{
// this fetches the NoticeStream
public function getStream();
}