gnu-social/lib/fullnoticestream.php
2016-02-16 02:24:38 +01:00

12 lines
209 B
PHP

<?php
if (!defined('GNUSOCIAL')) { exit(1); }
/**
* Class for notice streams that does not filter anything out.
*/
abstract class FullNoticeStream extends NoticeStream
{
protected $selectVerbs = [];
}