]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - lib/profilenoticelist.php
Move share command interpretation to SharePlugin
[quix0rs-gnu-social.git] / lib / profilenoticelist.php
1 <?php
2
3 if (!defined('GNUSOCIAL')) { exit(1); }
4
5 class ProfileNoticeList extends NoticeList
6 {
7     function newListItem($notice)
8     {
9         return new ProfileNoticeListItem($notice, $this->out);
10     }
11 }