$this->nli->out->elementEnd('div');
}
- function showEventNotice($notice, $out)
+ function showContent($notice, $out)
{
$profile = $notice->getProfile();
$event = Happening::fromNotice($notice);
class RSVPListItem extends NoticeListItemAdapter
{
- function showRSVPNotice($notice, $out)
+ function showNotice()
+ {
+ $this->nli->out->elementStart('div', 'entry-title');
+ $this->nli->showAuthor();
+ $this->showContent();
+ $this->nli->out->elementEnd('div');
+ }
+
+ function showContent($notice, $out)
{
$rsvp = RSVP::fromNotice($notice);