gnu-social/lib/noticestreamaction.php

10 lines
151 B
PHP
Raw Normal View History

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