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